javascript - How to make flat buttons in webix -


as far can tell, webix's default buttons looks this:

enter image description here

i saw in demo, however, "flat" type buttons this:

enter image description here

how go making navigation buttons that? not see in documentation.

the component on screenshoot tree actually.

in common case, may use "menu" or "list"

{ view:"menu", layout:"y", select:true, width:150, data:[   "firts",   "second",   "third" ]}, 

http://webix.com/snippet/07fa93b6


Comments

Popular posts from this blog

node.js - How to mock a third-party api calls in the backend -

node.js - Why do I get "SOCKS connection failed. Connection not allowed by ruleset" for some .onion sites? -

matlab - 0-by-1 sym - What do I need to change in order to get proper symbolic results? -