Skip to content

Designer 2.0 Standard Property Tags

Patrick Ziegler edited this page Nov 8, 2025 · 1 revision

Standard Property Tags

title

<property-tag name="title" tag="isText" value="true"/>

Tag «isText == true» means that this property is displayed as text for this component, so when user requests direct edit, the property «title» should be edited.

image

<property-tag name="image" tag="isImage" value="true"/>

Tag «isText == true» means that this property contains displayed image, so when (on absolute layout) the user changes one of these properties, component will be resized to its (new) preferred size.

Clone this wiki locally