There are 5 different types of content to be defined in the xml file for the menu bar:
<menuitem label="File"> <menuitem label="Logout" id="logoff"/> </menuitem>
The label can be named whatever you like, but the attribute “id” must be “logoff”.
<menuitem label="Edit"> <menuitem label="Malis" contentSource="t1" slotSource="slot_layout_main.xml" hideContentVersionManager="0" bgColor="E0E1E2" slotNew="1" slotMove="1" slotCopy="1" slotLayout="1" slotDelete="1"/> <menuitem label="Tincidunt" contentSource="t2" slotSource="slot_layout_main.xml" hideContentVersionManager="0" bgColor="E0E1E2" slotNew="1" slotMove="1" slotCopy="1" slotLayout="1" slotDelete="1"/> <menuitem label="Bonorum" contentSource="t3" slotSource="slot_layout_gallery.xml" hideContentVersionManager="0" bgColor="E0E1E2" slotNew="1" slotMove="1" slotCopy="1" slotLayout="1" slotDelete="1"/> <menuitem label="Voluptua" contentSource="t4" slotSource="slot_layout_simple.xml" hideContentVersionManager="0" bgColor="222222" slotNew="1" slotMove="1" slotCopy="1" slotLayout="1" slotDelete="1"/> <menuitem type="separator"/> <menuitem label="News" contentSource="t6" slotSource="slot_layout_news.xml" hideContentVersionManager="0" bgColor="8A887D" slotNew="1" slotMove="1" slotCopy="1" slotLayout="1" slotDelete="1"/> </menuitem>
<menuitem label="Upload"> <menuitem label="Main - 1 column" id="filemanager" dir="images/1_column" fileExt="jpg,png,gif,swf" hasPicCropper="1" maxWidth="586" maxHeight="1000" fixedProp="0" fitToMax="1" hideFitToMax="1" createThumb="0" forceThumb="0" th_fixedProp="1" info="Main - Pictures - 1 Column"/> <menuitem label="Main - 2 columns" id="filemanager" dir="images/2_column" fileExt="jpg,png,gif,swf" hasPicCropper="1" maxWidth="285" maxHeight="1000" fixedProp="0" fitToMax="1" hideFitToMax="1" createThumb="0" forceThumb="0" th_fixedProp="1" info="Main - Pictures - 2 Columns"/> <menuitem label="Main - 3 columns" id="filemanager" dir="images/3_column" fileExt="jpg,png,gif,swf" hasPicCropper="1" maxWidth="650" maxHeight="500" fixedProp="0" fitToMax="0" hideFitToMax="1" createThumb="1" forceThumb="1" th_maxWidth="184" th_maxHeight="129" th_fixedProp="1" info="Main - Pictures - 3 Columns"/> <menuitem label="Main - 4 columns" id="filemanager" dir="images/4_column" fileExt="jpg,png,gif,swf" hasPicCropper="1" maxWidth="650" maxHeight="500" fixedProp="0" fitToMax="0" hideFitToMax="1" createThumb="1" forceThumb="1" th_maxWidth="134" th_maxHeight="94" th_fixedProp="1" info="Main - Pictures - 4 Columns"/> <menuitem type="separator"/> <menuitem label="News - 1 column" id="filemanager" dir="images/1_column_news" fileExt="jpg,png,gif,swf" hasPicCropper="1" maxWidth="650" maxHeight="500" fixedProp="0" fitToMax="0" hideFitToMax="1" createThumb="1" forceThumb="1" th_maxWidth="213" th_maxHeight="400" th_fixedProp="0" info="News - Pictures - 1 column"/> <menuitem label="News - 2 column" id="filemanager" dir="images/2_column_news" fileExt="jpg,png,gif,swf" hasPicCropper="1" maxWidth="650" maxHeight="500" fixedProp="0" fitToMax="0" hideFitToMax="1" createThumb="1" forceThumb="1" th_maxWidth="100" th_maxHeight="80" th_fixedProp="1" info="News - Pictures - 2 column"/> <menuitem type="separator"/> <menuitem label="Gallery (Bonorum)" id="filemanager" dir="images/gallery" fileExt="jpg,png,gif,swf" hasPicCropper="1" maxWidth="650" maxHeight="500" fixedProp="0" fitToMax="0" hideFitToMax="1" createThumb="1" forceThumb="1" th_maxWidth="100" th_maxHeight="80" th_fixedProp="1" info="Gallery - Pictures"/> </menuitem>