Item Divider for Menu

Discussions about CSEntry
Post Reply
amari
Posts: 22
Joined: February 24th, 2024, 11:29 am

Item Divider for Menu

Post by amari »

Dear Dev Team,
can you explain how I can add divider to menu, I just add "------" to value set , it shows radio button and item value along with "-----------"

also explain can I use HtmlDialog also for this
justinlakier
Posts: 156
Joined: November 21st, 2022, 4:41 pm

Re: Item Divider for Menu

Post by justinlakier »

Hello,

Referring to this post , you can add the divider to the value set and make sure in the PostProc that the divider was not selected.
You can also use a customized htmldialog for this. You might either pass in the value set as input data or hard-code the value set in the HTML file if it is not subject to change. You can set the radio buttons as you want on the custom HTML page using HTML spacing/dividers or CSS, and use embedded CSPro logic in that HTML page to have CSPro respond to your selections. The documentation pages on reports or HTML in CSPro and the html files in the Examples folder may help if you decide to go this route.

Hope this helps,
Justin
Post Reply