====== <#TMenu> ====== TMenu object provides a space-saving way to let the user choose one of several options. {{:en:public:menu1.jpg|}} ===== Properties ===== ^ Name ^ Type ^ Description ^ | Items | Array of [[en:public:developer:template_system:tags:navigation:TMenu]] | Describes the elements of the menu | | Count | Integer | Indicates the number of subitems of the menu item. | | Name | String | The name of the menu (sitemap, Topmenu, etc..) | | Parent | [[en:public:developer:template_system:tags:navigation:TMenu]] | Identifies the parent menu item of this menu item. | | Level | Integer | Indicate the level of this menu item | | Page_id | String | Indicate the page_id of this menu item | | Url | String | Indicate the Url of this menu item | | Title | String | Indicate the Title of this menu item | | CustomSettings | [[en:public:developer:template_system:tags:string:TStringList]] | Contain the custom settings of this menu item | ===== Constructors ===== ^ Name ^ Type ^ Description ^ | [[en:public:developer:template_system:tags:navigation:tmenu:create]] | String | construct a TMenu object | You can also create a Tmenu object (That will be named **Menu**) via a call to <#[[en:public:developer:template_system:tags:navigation:tmenu:create|menu]]> ===== Functions ===== none