URL Addressability for Inline HTML Editor Dialog
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2008 12:18 AM
Hello,
I'm working on a project and for one of the tasks, I need to access Inline HTML Editor for a particular HTML document (which is already there in the repository) directly.
I tried following URL. It showed me an HTML editor but it didn't load the document in edit mode.
http://localhost:8080/alfresco/navigate/dialog/editHtmlInline/workspace/SpacesStore/68185bab-1285-11...
How can I access the HTML editor for a particular HTML document directly using URL Addressability? Is there any other way of doing the same thing?
I'm working on a project and for one of the tasks, I need to access Inline HTML Editor for a particular HTML document (which is already there in the repository) directly.
I tried following URL. It showed me an HTML editor but it didn't load the document in edit mode.
http://localhost:8080/alfresco/navigate/dialog/editHtmlInline/workspace/SpacesStore/68185bab-1285-11...
How can I access the HTML editor for a particular HTML document directly using URL Addressability? Is there any other way of doing the same thing?
Labels:
- Labels:
-
Archive
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2008 06:07 AM
Have you tried the following URL (without "workspace/SpacesStore/") ?
http://localhost:8080/alfresco/navigate/dialog/editHtmlInline/68185bab-1285-11dd-b55a-2740bf6f8555
Denis
http://localhost:8080/alfresco/navigate/dialog/editHtmlInline/68185bab-1285-11dd-b55a-2740bf6f8555
Denis
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2008 05:33 AM
Have you tried the following URL (without "workspace/SpacesStore/") ?
http://localhost:8080/alfresco/navigate/dialog/editHtmlInline/68185bab-1285-11dd-b55a-2740bf6f8555
Denis
Thanks for the reply. I tried the approach suggested by you. But it didn't work. It showed me the same blank HTML editor.
