I’m trying to show a button if an object has a certain property.
I can’t have a button in a property so I have a form and would like to only show the button if the object displayed on the page as a certain property.
http://webix.com/snippet/fa95ebbc
Okay I needed to call .show() on the button. Nevermind