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

c++ - Delete matches in OpenCV (Keypoints and descriptors) -

java - Could not locate OpenAL library -

sorting - opencl Bitonic sort with 64 bits keys -