DO NOT EDIT THE CONTENT OF THIS PAGE DIRECTLY (EXCEPT INSIDE THE DIV BELOW WITH ID=DESCRIPTION), UNLESS YOU KNOW WHAT YOU'RE DOING.
THE STRUCTURE OF THE CONTENT IS VITAL IN BEING ABLE TO AUTO UPDATE THE CONTENT THROUGH THE DOC GENERATOR.

Enter additional information related to this 'class' inside the {div} macro with 'id=description'


Constants Summary
String
HANDLES
Property that can be set using elements['element_1'].
String
SELECTABLE
Property that can be set using elements['element_1'].

Constants Details
HANDLES
Property that can be set using elements['element_1'].putClientProperty(...), it sets the available handles in clientdesign
Returns
String
Sample
//by default all are present. ('l' stands for left, 't' stands for top, etc.)
elements['element_1'].putClientProperty(CLIENTDESIGN.HANDLES, new Array('r', 'l')); // other options are 't', 'b', 'r', 'l', 'bl', 'br', 'tl', 'tr'

SELECTABLE
Property that can be set using elements['element_1'].putClientProperty(...), it sets the selectable flag in clientdesign
Returns
String
Sample
//by default an element with an name is selectable in client design
elements['element_1'].putClientProperty(CLIENTDESIGN.SELECTABLE, false);