Skip to content

How to use Appearance

Daniel Hindi edited this page Aug 6, 2015 · 14 revisions

buildfire.appearance

Use this property to modify the appearance of the plugin and sometimes the surrounding platform

buildfire.appearance.setHeaderVisibility(value)

Use this to hide and show the Header in the Control Panel - Control section. Use this in your control content, Header

arguments

  • value (bool) 'true'/'false' example buildfire.appearance.setHeaderVisibility(false);

Clone this wiki locally