PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WEBDEV 2024 → [security] conditional control is available in the generated code
[security] conditional control is available in the generated code
Started by EKoster, Apr., 07 2021 8:11 PM - 2 replies
Registered member
16 messages
Posted on April, 07 2021 - 8:11 PM
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?
Posted on April, 07 2021 - 9:18 PM
that is also in the advanced tab of the control, with the option (checked by default) called "generate html code even if invisible"
Registered member
16 messages
Posted on April, 08 2021 - 7:23 AM
I found that. Now seeking a way to change the default setting. Thanks for the answer