Changes between Version 8 and Version 9 of docs_menu
- Timestamp:
- Feb 17, 2016, 6:18:54 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
docs_menu
v8 v9 44 44 45 45 == autorun == 46 * if a menu entry has only one module, it can automatically be run when clicking on the menu item with the "autorun" tag 47 * behaviour is undefined when more that one module is present 46 * if a menu entry has only one module, it can automatically be run when clicking on the menu item with the "autorun" tag referencing the module 48 47 * here is an example with autorun set 49 48 {{{ … … 53 52 "label" : "Simulate", 54 53 "icon" : "pngs/simulate.png", 55 "autorun" : " true",54 "autorun" : "simulate_1", 56 55 "modules" : [ 57 56 { … … 95 94 "label" : "Welcome!", 96 95 "icon" : "pngs/noicon.png", 97 "autorun" : " true",96 "autorun" : "welcome", 98 97 "startup" : "welcome", 99 98 "modules" : [ … … 118 117 "label" : "Welcome!", 119 118 "icon" : "pngs/noicon.png", 120 "autorun" : " true",119 "autorun" : "welcome", 121 120 "startup" : "welcome", 122 121 "modules" : [ … … 141 140 "label" : "Welcome!", 142 141 "icon" : "pngs/noicon.png", 143 "autorun" : " true",142 "autorun" : "welcome", 144 143 "startup" : "true", 145 144 "nohidemenu" : "true",