Add a new heading in the settings tab?
I was wondering if there is a way of adding additional headings under the settings tab for services etc?
I'm aware its possible to add items under the additional settings heading, but being able to split these out into separate headings would look a lot nicer.
Hi Julian,
Take a look at the documentation here...
http://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=EGDV_prog#EGDV_prog_settings
Essentially, when you define a setting in the SETTINGS parameter you can assign a category name to the settings value, e.g.
Parameter SETTINGS = "Sheds:Foobar"
Which will result in
---------------------------
Foobar Settings
Sheds
[ 5 ]
---------------------------
That's it, that's what I was looking for.
Thanks!