User Tools

Site Tools


en:public:developer:template_system:tags:navigation:tmenu

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

en:public:developer:template_system:tags:navigation:tmenu [2013/01/23 16:44]
admin created
en:public:developer:template_system:tags:navigation:tmenu [2013/03/20 13:33] (current)
igor [Constructors]
Line 8: Line 8:
  
 ^ Name                                                             ^ Type  ^ Description ^ ^ Name                                                             ^ Type  ^ Description ^
-| <html><span style="color:#008000">Items</span></html>            | Array of [[en:public:developer:template_system:tags:promotion:TPromotion]] | the list of all promotional boxes ([[en:public:developer:template_system:tags:promotion:TPromotion]] +| <html><span style="color:#008000">Items</span></html>            | Array of [[en:public:developer:template_system:tags:navigation:TMenu]] | Describes the elements of the menu | 
-| <html><span style="color:#008000">Count</span></html>            | Integer | The number of promotional boxes stored in Items +| <html><span style="color:#008000">Count</span></html>            | Integer | Indicates the number of subitems of the menu item. | 
-| <html><span style="color:#008000">Name</span></html>             | String | The name of the space (Left, Top, Bottom, etc..) +| <html><span style="color:#008000">Name</span></html>             | String | The name of the menu (sitemap, Topmenu, etc..) | 
 +| <html><span style="color:#008000">Parent</span></html>           | [[en:public:developer:template_system:tags:navigation:TMenu]] | Identifies the parent menu item of this menu item. 
 +| <html><span style="color:#008000">Level</span></html>            | Integer | Indicate the level of this menu item 
 +| <html><span style="color:#008000">Page_id</span></html>          | String | Indicate the page_id of this menu item | 
 +| <html><span style="color:#008000">Url</span></html>              | String | Indicate the Url of this menu item 
 +| <html><span style="color:#008000">Title</span></html>            | String | Indicate the Title of this menu item | 
 +| <html><span style="color:#008000">CustomSettings</span></html>   | [[en:public:developer:template_system:tags:string:TStringList]] | Contain the custom settings of this menu item |
 ===== Constructors ===== ===== Constructors =====
  
 ^ Name                                                      ^ Type   ^ Description ^ ^ Name                                                      ^ Type   ^ Description ^
-| [[en:public:developer:template_system:tags:promotion:tpromotions:create]]    | String | construct a TPromotions object |+| [[en:public:developer:template_system:tags:navigation:tmenu:create]]    | String | construct a TMenu object |
  
-You can also create a TPromotions object (That will be named **Promotions**) via a call to  +You can also create a Tmenu object (That will be named **Menu**) via a call to  
-<#[[en:public:developer:template_system:tags:promotion:tpromotions:create|promotions]]>+<#[[en:public:developer:template_system:tags:navigation:tmenu:create|menu]]>
  
 ===== Functions ===== ===== Functions =====
  
 none none
en/public/developer/template_system/tags/navigation/tmenu.1358945051.txt.gz · Last modified: 2013/01/23 16:44 by admin