web-client-config-wcm-actions.xml and inline edit

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2007 05:27 AM
Hi all,
is it possible to turn on inline editation for XML files, using web-client-config-wcm-actions.xml ? If yes, then how?
I found that it's probably hidden somewhere in part:
<action id="edit_file">
<permissions>
<permission allow="true">Write</permission>
</permissions>
<evaluator>org.alfresco.web.action.evaluator.WCMWorkflowEvaluator</evaluator>
<label-id>edit</label-id>
<image>/images/icons/edit_icon.gif</image>
<action-listener>#{AVMEditBean.setupEditAction}</action-listener>
<params>
<param name="id">#{actionContext.id}</param>
</params>
</action>
Which action listener should i use?
If it's not possible to do it by this way, can anybody tell me about some alternative way?
Thanks for response.
P
is it possible to turn on inline editation for XML files, using web-client-config-wcm-actions.xml ? If yes, then how?
I found that it's probably hidden somewhere in part:
<action id="edit_file">
<permissions>
<permission allow="true">Write</permission>
</permissions>
<evaluator>org.alfresco.web.action.evaluator.WCMWorkflowEvaluator</evaluator>
<label-id>edit</label-id>
<image>/images/icons/edit_icon.gif</image>
<action-listener>#{AVMEditBean.setupEditAction}</action-listener>
<params>
<param name="id">#{actionContext.id}</param>
</params>
</action>
Which action listener should i use?
If it's not possible to do it by this way, can anybody tell me about some alternative way?
Thanks for response.
P
Labels:
- Labels:
-
Archive
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2007 07:55 AM
This is not currently possible via configuration. I will require code changes.
Kevin
Kevin

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2008 08:58 AM
Hi Kevin,
Is this inline edit being implemented in future versions? Am very much interested in inline edit feature for content created inside my web project sanbox. i have been going thru AVMBrowseBean.java and edit-file.jsp
Can i do this code level changes myself? How do i get the stored wysywig content from the AVMBrowseBean and populate it on click of edit button in the edit-file.jsp….Pls let me know
Thanks,
Lakshmi
Is this inline edit being implemented in future versions? Am very much interested in inline edit feature for content created inside my web project sanbox. i have been going thru AVMBrowseBean.java and edit-file.jsp
Can i do this code level changes myself? How do i get the stored wysywig content from the AVMBrowseBean and populate it on click of edit button in the edit-file.jsp….Pls let me know
Thanks,
Lakshmi
