setEnable
Enables or disables a specific control.
Parameters
Example Usages
brixxApi.setEnable("myControlId"); //enables the control
brixxApi.setEnable("myControlId", true); //enables the control
brixxApi.setEnable("myControlId", false); //disables the controlLast updated