Hi,
I have created custom component.
webix.protoUI({name:“digiteditor”}, webix.ui.text);
But when I use it, it looks not like base component “text”: without border radius, different font and some other.
What is wrong?
Using webix UI v.3.0.4
Hi,
I have created custom component.
webix.protoUI({name:“digiteditor”}, webix.ui.text);
But when I use it, it looks not like base component “text”: without border radius, different font and some other.
What is wrong?
Using webix UI v.3.0.4
Hi,
you need to use $cssName in view definition or set css rule for the new view:
Thanks, it works