I am trying to create a custom dialog under WCM as the title implies. The SDK does have a sample for creating a custom dialog for Alfresco, and not the WCM. I'd like to get an example for this.
I want to add the action to the webapp/folder list of actions under the Web-Project. For example, they have "View Details", Create Webapp Folder,
Edit Web Project Settings, etc. and I want to add to this list.
There is a filed called: web-client-config-custom.xml, but I think I also need to update the other following files:
tomcat/webapps/alfresco/WEB-INF/classes/alfresco/messages/webclient.properties
tomcat/webapps/alfresco/WEB-INF/classes/alfresco/web-client-config-dialogs.xml
tomcat/webapps/alfresco/WEB-INF/classes/alfresco/web-client-config-wcm-actions.xml
Lastly, what about configuring the file: web-client-config-custom.xml
There are parameters like: <action-listener>#{BrowseBean.setupSpaceAction}</action-listener>
Which one do I use, and where are these defined. When I look a wcm JSP pages, there are other parameters.
In the same file, there are parameters like:
<param name="id">#{actionContext.id}</param>
Where are these defined? Which one do I use?
I think the documentation in th Wiki for the SDK needs to be way more extensive.
Thanks!