hidden of ui.forminput, Properties Webix Docs

StartAPI Referenceui.forminputProperties

defines whether the view will be hidden initially

boolean hidden;

Example

webix.ui ({ 
    view:"form",
    hidden:true,// the form will be hidden initially
    ...         // To show it again, use the show() method
});

See also

  • API

  • Articles

  • Back to top