Child pages
  • Client Design Mode

Versions Compared

Key

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

...

Handle the resize of a element. This is a good position to save the element sizes.

Client design properties

Note
titlerecreateUI()

These are runtime properties and will be lost if you use controller.recreateUI().

There are two client design properties selectable and handles.

...

By default an element with a name is selectable in client design mode but you can set element to not be selectable.

...

titlerecreateUI()

...

.

Sample:

Code Block
javascript
javascript
elements\['element_1'\].putClientProperty(CLIENTDESIGN.SELECTABLE, false);