diff options
author | louis <louis.braun@gmx.de> | 2015-04-05 16:56:15 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2015-04-05 16:56:15 +0200 |
commit | 3a53ab95b6abd1458c6bd8ebf53c3a868a6f2fcb (patch) | |
tree | aa1ad8d4ca1d994755f3ea49b4d47cfd25657c2c /skinskeleton/xmlfiles | |
parent | 7bc7304d8400c419783f613febe4179ee8bd9366 (diff) | |
download | vdr-plugin-skindesigner-3a53ab95b6abd1458c6bd8ebf53c3a868a6f2fcb.tar.gz vdr-plugin-skindesigner-3a53ab95b6abd1458c6bd8ebf53c3a868a6f2fcb.tar.bz2 |
added category indicator token to default menus
Diffstat (limited to 'skinskeleton/xmlfiles')
-rw-r--r-- | skinskeleton/xmlfiles/displaymenudefault.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/skinskeleton/xmlfiles/displaymenudefault.xml b/skinskeleton/xmlfiles/displaymenudefault.xml index 8f38b18..64036ff 100644 --- a/skinskeleton/xmlfiles/displaymenudefault.xml +++ b/skinskeleton/xmlfiles/displaymenudefault.xml @@ -28,7 +28,16 @@ {column5width} proposed width of column5 {column6width} proposed width of column6 {current} true if column is currently selected - {separator} true if column is a list separator + {separator} true if column is a list separator + + A dynamic token is set to indicate the current menu category or the plugin which is currently running. + With that it is possible to display different default menus with an individual style. + If a setup menu is diplayed, the token + {setup} is set to true + For the commands menu + {commands} is set to true + If a plugin is running, a token called as the name of the plugin is set to true + {pluginname} is set to true --> <listelement> </listelement> |