I have a need to create a custom form control that is not derived from webix.ui.text.
It is actually a “compound” control derived from webix.ui.layout and has a few views in there.
What is the easiest way to add the ability to make it have the label features for webix.ui.text?
Like the config options for “label”, “bottomLabel”, “labelAlign”, “labelPosition”, “labelWidth”.
Can webix.ui.text be used as a mixin? I don’t see how it can be mixed in because it will try to render it’s own elements.
Thanks in advance…