Hi Isomorphic,
I'm using this version: v12.1p_2020-10-20 and trying to set a border around a form item and its title, like this:
I read the documentation about FormItem Styling, but I didn't find a way to get the above result. As far as I understand it, the control and the title can only be styled separately.
From DOM perspective - I would like to get to the proper "TR" element and set the CSS class on it.
Can you advise how to do that?
Thanks
Kobi
I'm using this version: v12.1p_2020-10-20 and trying to set a border around a form item and its title, like this:
I read the documentation about FormItem Styling, but I didn't find a way to get the above result. As far as I understand it, the control and the title can only be styled separately.
From DOM perspective - I would like to get to the proper "TR" element and set the CSS class on it.
Can you advise how to do that?
Thanks
Kobi
Comment