Child pages
  • Client Design Mode

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


It is possible to set specific handles. For example only left and right if you want the user to be able to change the width of the element but not the height. Image Added

Sample:

Code Block
elements\['element_1'\].putClientProperty(CLIENTDESIGN.HANDLES, new Array('r', 'l'));

...