Adjust control widths with rule code
I don't believe I've seen this anywhere in the documentation, but a few of the designers in my Org think it would be really nice to allow the resizing of a form control via Rule Code.
Something like this:
if (button.clicked = true){
myField.width = 12;
}
1
Please sign in to leave a comment.
Comments
0 comments