Differences

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

Link to this comparison view

Next revision
Previous revision
docs:3500:0800:0860 [2023/04/05 05:43] – created seandocs:3500:0800:0860 [2023/04/05 07:12] (current) sean
Line 1: Line 1:
-{{tag>}}+{{tag>Programmers_Reference Client_Side_Plugins Modify_Visual_Perspectives_Menus Visual_Perspectives Menus}}
 [<10>] [<10>]
 ====== Modifying default behavior of menu in visual perspectives ====== ====== Modifying default behavior of menu in visual perspectives ======
Line 7: Line 7:
 The following objects are exposed to the initialization script: The following objects are exposed to the initialization script:
  
-  "config" – this object represents Kendo UI configuration of the menu widget +  "config" – this object represents Kendo UI configuration of the menu widget 
-  "parser" – the controller object (AwareApp_VPParser) – see the code in the file ''AwareIM/Tomcat/webapps/AwareIM/aware_kendo/parsers/vpParser.js''+  "parser" – the controller object (''AwareApp_VPParser'') – see the code in the file ''AwareIM/Tomcat/webapps/AwareIM/aware_kendo/parsers/vpParser.js''
  
 For example to add some custom menu item to a toolbar menu you could write the following script: For example to add some custom menu item to a toolbar menu you could write the following script:
Line 22: Line 22:
  
 ^Menu type^Kendo UI widget^Kendo UI reference^ ^Menu type^Kendo UI widget^Kendo UI reference^
-|Toolbar|ToolBar| [[http://docs.telerik.com/kendo-ui/api/javascript/ui/toolbar|http://docs.telerik.com/kendo-ui/api/javascript/ui/toolbar]]| +^Toolbar|ToolBar| [[http://docs.telerik.com/kendo-ui/api/javascript/ui/toolbar|http://docs.telerik.com/kendo-ui/api/javascript/ui/toolbar]]| 
-|Standard Menu|Menu| [[http://docs.telerik.com/kendo-ui/api/javascript/ui/menu|http://docs.telerik.com/kendo-ui/api/javascript/ui/menu]]\\ | +^Standard Menu|Menu| [[http://docs.telerik.com/kendo-ui/api/javascript/ui/menu|http://docs.telerik.com/kendo-ui/api/javascript/ui/menu]]\\ | 
-|Panel Bar|PanelBar| [[http://docs.telerik.com/kendo-ui/api/javascript/ui/panelbar|http://docs.telerik.com/kendo-ui/api/javascript/ui/panelbar]]| +^Panel Bar|PanelBar| [[http://docs.telerik.com/kendo-ui/api/javascript/ui/panelbar|http://docs.telerik.com/kendo-ui/api/javascript/ui/panelbar]]| 
-|Tree|TreeView| [[http://docs.telerik.com/kendo-ui/api/javascript/ui/treeview|http://docs.telerik.com/kendo-ui/api/javascript/ui/treeview]]|+^Tree|TreeView| [[http://docs.telerik.com/kendo-ui/api/javascript/ui/treeview|http://docs.telerik.com/kendo-ui/api/javascript/ui/treeview]]|
  
  
 {{simplenavi>docs:3500:0800:0860:}} {{simplenavi>docs:3500:0800:0860:}}
  • Last modified: 2023/04/05 05:43