Show hidden button element

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

Hey, just read this doc http://docs.webix.com/desktop__visibility.html
They have clearly mentioned that “The alternative to the hide() is a hidden:true and it can be shown later with the show() method”.