How to make editable menus with OpenCms. I want when user clicks on edit button then he can change anything with menu – menu label, Link URL, he can add/del an item from sub-menu list etc.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can put a
<cms:editable/>tag in your JSP, so when the user un logged in, he will see the OpenCMS editable icon (blue, white and red circle). You must put the cms editable tag anywhere at the beginning of the page. Then, you mark your content tag (<cms:include>,<cms:content>, etc.) as editable, with editable atribute.Example:
With this, you have one “direct editable” element, and other not editable.
Hope it helps.
P.S.: More references in http://www.vinu.edu/cms/opencms/alkacon-documentation/documentation_taglib/docu_tag_editable.html