Add a new menuset

Build 1501 on 14/Nov/2017  This topic last edited on: 6/Sep/2016, at 13:33

You may want to add a new menuset for testing, or to create a variation of an existing main menu.

1.To add a new menuset (in this example we call it newname), first locate the appropriate file as explained in Finding a menu in the configuration.

2.Click before a line where you want to insert a new menuset, and then press Enter.

3.Click in the empty line, and then write <Menuset Name="newname">. Press Enter.

4.Write <l:ShellMenu xmlns:l="http://www.teradp.com/schemas/GN4/1/Shell/Presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> and then press Enter.

5.Write </l:ShellMenuItem> and then press Enter.

6.Write </Menuset> and then press Enter.

7.Add a drop-down menu, as explained in Add a new drop down menu.

8.Add options to new menu, one-by-one, as explained in Add a new option to an existing menu.

9.Save changes.

10.Re-import the XML file as explained in Re-importing configuration file in the database after making changes.

Important note

XML files are case-sensitive. Thus, make sure you write the code exactly as specified in this topic.