I'm completely stuck with this. Trying to create a custom view that inherits from the search field:
webix.protoUI({
name:"ctext",
defaults:{
maxWidth:190
},
...
},webix.ui.search)
Here, take a look: http://webix.com/snippet/89ca3d39
As you can see, CSS-class from the parent view does not load. How can I fix this?