Child pages
  • Client Design Mode

Versions Compared

Key

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

...

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

Note
titlerecreateUI()

This is a runtime property and will be lost if you use controller.recreateUI().

Sample:

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