Telegram_2020-07-14T15

<< Click to Display Table of Contents >>

Navigation:  Telegram > 2020 > 07 > 14 >

Telegram_2020-07-14T15

Telegram link

 

2020-07-14T15:24:33

 

Template with placeholders for Intraweb

 


 

Telegram link

 

2020-07-14T15:25:40

 

Intraweb form for html template

 


 

Telegram link

 

2020-07-14T15:27:45

 

Result; other menu missing because labels not yet added

 


 

Telegram link

 

2020-07-14T15:29:27

 

Labels don’t have disable property therefore I have to find a way around or opt for js option

 


 

Telegram link

 

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

 


 

Telegram link

 

2020-07-14T15:32:34

 

I have tried invisible it hides the menu but submenu or dropdown menus will still show up

 


 

Telegram link

 

2020-07-14T15:33:17

 

I need a disable that doesn’t allow to see the dropdown menus

 


 

Telegram link

 

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.

 


 

Telegram link

 

2020-07-14T15:34:29

 

Ok I will try that. Thanks

 


 

Telegram link

 

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.

 


 

Telegram link

 

2020-07-14T15:36:07

 

Yes the label is simple and the whole idea is to keep Intraweb form clean and separated from UI

 


 

Telegram link

 

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

 


 

Telegram link

 

2020-07-14T15:38:09

 

??