Hello,
I have a question about toggle support. Is it possible to set the id for the pair (label + input) combination?
Currently when using the "setHtmlId" function, the given id is set only for the given control, which will be insufficient in most cases. Alternatively, there is some option like getPairPrototype() or getPairPart(), similar to the getControlPart/getLabelPart methods.
Unfortunately, this is the only limitation for simply rendering the form completely instead of manually rendering it. Using function toggle is very common for me.
Hello, I have a question about toggle support. Is it possible to set the id for the pair (label + input) combination?
Currently when using the "setHtmlId" function, the given id is set only for the given control, which will be insufficient in most cases. Alternatively, there is some option like getPairPrototype() or getPairPart(), similar to the getControlPart/getLabelPart methods.
Unfortunately, this is the only limitation for simply rendering the form completely instead of manually rendering it. Using function toggle is very common for me.
Example - part form:
Part of rendered form:
I looking for a way, how to se ID to pair (without manual rendering).
Thanks for any help.