Skip to content

Commit

Permalink
Issue IMCMS-501: Menu - Generated output asHtml()
Browse files Browse the repository at this point in the history
- Clean up;
- Improve documentation;
  • Loading branch information
Victor authored and Victor committed Jun 2, 2020
1 parent 98a3f10 commit e6e1126
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions docs/design/tag-engine/menu.rst
Original file line number Diff line number Diff line change
Expand Up @@ -130,15 +130,15 @@ Second example: with use nested, disable nested in the menu and in each menuItem
Third example: generate automatic html menu items
"""""""""""""""""""""""""""""""""""""""""""""""""
""""""""""""""""""""""""""""""""""""""""""""""""""

.. code-block:: jsp
<imcms:menu index='1' nested="true" wrap="span, b, i" attributes="wcag, data, class", treeKey="20"/>
Available list of tag attributes:
"""""""""""""""""""""""""""""""""
""""""""""""""""""""""""""""""""""

+--------------------+--------------+--------------------------------------------------+
| Attribute | Type | Description |
Expand All @@ -149,7 +149,4 @@ Available list of tag attributes:
+--------------------+--------------+--------------------------------------------------+
| treeKey | String | identifier specific locations in the menu | |
+--------------------+--------------+--------------------------------------------------+
| nested | Boolean | boolean value means disable nested in menu. So, |
| | | show menuItem without nested,like just list links|
+--------------------+--------------+--------------------------------------------------+

0 comments on commit e6e1126

Please sign in to comment.