PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WEBDEV 2024 → [security] conditional control is available in the generated code
[security] conditional control is available in the generated code
Débuté par EKoster, 07 avr. 2021 20:11 - 2 réponses
Membre enregistré
16 messages
Posté le 07 avril 2021 - 20:11
I'm making a control (field) conditional visible. Default it should not be shown. So when I open the page, indeed I don't see the field. However when I look at the generated code the control is actually in the code but just has the style visibility set to hidden. These days, more and more customers, for which I create enhanced self-service portals with different products, come back if this happens and they have had a security check on the portal/application.

How can you make it possible that if the control is conditionally not visible, it indeed is not available in the code generated?
Posté le 07 avril 2021 - 21:18
that is also in the advanced tab of the control, with the option (checked by default) called "generate html code even if invisible"
Membre enregistré
16 messages
Posté le 08 avril 2021 - 07:23
I found that. Now seeking a way to change the default setting. Thanks for the answer