|
<< Click to Display Table of Contents >> Navigation: Telegram > 2020 > 07 > 14 > Telegram_2020-07-14T15 |
2020-07-14T15:24:33
Template with placeholders for Intraweb
2020-07-14T15:25:40
Intraweb form for html template
2020-07-14T15:27:45
Result; other menu missing because labels not yet added
2020-07-14T15:29:27
Labels don’t have disable property therefore I have to find a way around or opt for js option
2020-07-14T15:30:56
template tags will render as empty if no match, or you can set them invisible, or you can use template attribute tags or styles to also hide/show
2020-07-14T15:32:34
I have tried invisible it hides the menu but submenu or dropdown menus will still show up
2020-07-14T15:33:17
I need a disable that doesn’t allow to see the dropdown menus
2020-07-14T15:33:55
CSS is probably your best best for controlling other HTML elements besides just the IW control and in your IW events just alter the CSS via ID or class.
2020-07-14T15:34:29
Ok I will try that. Thanks
2020-07-14T15:34:48
or a simple custom control, or even just a label with raw text and output the menu HTML that way.... CSS is better but the rawtext label is simpler.
2020-07-14T15:36:07
Yes the label is simple and the whole idea is to keep Intraweb form clean and separated from UI
2020-07-14T15:37:32
I thank this place for giving me the opportunity to learn HTML and CSS in such a short time out of necessity
2020-07-14T15:38:09
??