Child pages
  • Specification (.spec file)

Versions Compared

Key

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

...

Supported tags are: scope, directEdit, addToElementsScope and showInOutlineView


scope: Restricts the model property to: 'design', 'runtime' or 'private'. 

...

In the Outline View, Custom Type objects have the name of the type as lables. The showInOutlineView:true tag can be added to any property definition in order to append the design time value of that property to the label of the custom type object in the Outline View.


addToElementsScope : boolean

For component type, specify whether component should be added to elements scope. Default is false, so component can be accessed only via component property. If true, will be accessible like any other element of the form.

Security

Components can be protected using two special security types: visible and protected.

...