i have a form with a displaymode.disable until the first combobox of this form(only this guy is displaymode.edit) is onchange.
this works fine. but i need to make the same with a label, two icons and a inputtext outside of this form and i dont found a way to take anything of inside de form (like onchange to change a variable for example, or change some behavior inside form to change a behavior outside of the form)
how do i do that?