CloseOnContentClick: Boolean
The CloseOnContentClick property determines whether component panel can be closed on clicking the header.
Available values:
true. On clicking the header, component panel is closed (default).
false. On clicking the header, the panel is not closed.
Use JSON or the setCloseOnContentClick method to set the property value, and the getCloseOnContentClick method to get the property value.
Th example of use is given in description of the Combo.getTextBox method.
See also: