Versions Compared

Key

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

...

Code Block
getObj(id).pui.properties[propertyName];

Paramaters:

  • id - element identifierthe widget id
  • propertyName - the name of the widget property

Examples:

Code Block
var buttonWidth  = getObj("Button1").pui.properties["width"];
var myWidgetData = getObj("Image1").pui.properties["user defined data"];