PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WEBDEV 2024 → [security] conditional control is available in the generated code
[security] conditional control is available in the generated code
Iniciado por EKoster, abr., 07 2021 8:11 PM - 2 respostas
Membro registado
16 mensagems
Publicado em abril, 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?
Publicado em abril, 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"
Membro registado
16 mensagems
Publicado em abril, 08 2021 - 7:23 AM
I found that. Now seeking a way to change the default setting. Thanks for the answer