cancel
Showing results for 
Search instead for 
Did you mean: 

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

pho
Champ in-the-making
Champ in-the-making
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
2 REPLIES 2

kevinr
Star Contributor
Star Contributor
This is not currently possible via configuration. I will require code changes.

Kevin

lakshmi
Champ in-the-making
Champ in-the-making
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