tabulator = [name:][ percentOfParent% ] [ (+|-)offset] [, ...]Defines vertical help lines to which gui elements can be attached. Tabulators can be defined for panels.
Example:
tabulator=100,tabX:300,100%-10Modeltransformation:
For openXMA core there is nothing own created but the positions defined by the tabulator are used to define the attachment of gui elements.
sideToAttach=
[percentOfParent% | (siblingGuiElement | relativeSibling ) [.sideOfSibling] | tabulatorposition]
[(+|-)offset]
Defines attachments of a gui element.
Example:
left=0 left=firstName.left top=previous right=50%-10 right=okButton-5 right=next-5 right=tab(2) right=tabX bottom=100%
Modeltransformation:
For openXMA core there is a XMAFormAttachment created.