Skip to content

Commit

Permalink
Issue IMCMS-501: Menu - Generated output asHtml()
Browse files Browse the repository at this point in the history
- Refactor;
  • Loading branch information
Victor authored and Victor committed Jun 2, 2020
1 parent e6e1126 commit 04fad9b
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions docs/design/tag-engine/menu.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ Available list of tag attributes:
| nested | Boolean | boolean value means disable nested in menu. So, |
| | | show menuItem without nested,like just list links|
+--------------------+--------------+--------------------------------------------------+
| wrap | String | wrapper for menu item html content |
+--------------------+--------------+--------------------------------------------------+
| attributes | String | list attributes in menu item html |
+--------------------+--------------+--------------------------------------------------+
| treeKey | String | identifier specific locations in the menu | |
+--------------------+--------------+--------------------------------------------------+

Example:
""""""""
Expand Down Expand Up @@ -137,16 +143,3 @@ Third example: generate automatic html menu items
<imcms:menu index='1' nested="true" wrap="span, b, i" attributes="wcag, data, class", treeKey="20"/>
Available list of tag attributes:
""""""""""""""""""""""""""""""""""

+--------------------+--------------+--------------------------------------------------+
| Attribute | Type | Description |
+====================+==============+==================================================+
| wrap | String | wrapper for menu item html content |
+--------------------+--------------+--------------------------------------------------+
| attributes | String | list attributes in menu item html |
+--------------------+--------------+--------------------------------------------------+
| treeKey | String | identifier specific locations in the menu | |
+--------------------+--------------+--------------------------------------------------+

0 comments on commit 04fad9b

Please sign in to comment.