Custom Button Component

http://webix.com/snippet/d3a64111

Why is the button not as a webix button when i use protoUI ?

Thanks

CSS does not inherit by default. You need to add$cssName:"parent_view_name" to the config:

http://webix.com/snippet/df5b8d9e

why CSS does not inherit by default ?

That is specific of input controls, each one receive CSS class with the same name as a view name. It works fine for default controls, but causes the problem for custom inputs.

Using $cssName easily fix it, though.