To meet your needs, we constantly work to improve Querix products.
This means that Lycia documentation is developing as well.
In case you have found a certain dissonance between the provided information and the actual behavior of Lycia 3 and/or your applications, please, let us know about this via documentation@querix.com so that we can introduce the necessary changes to our documentation.
Thank you for your attention and cooperation.
Separator Widget is used to graphically separate different parts of the form content.
Separator embedded in the GridPanel:
<items>
<separator separatorType="Horizontal" fieldType="FORM_ONLY" fieldTable="formonly" enable="true" visible="true" identifier="f2">
<griditemlocation gridWidth="1" gridHeight="1" gridY="1" gridX="0"/>
<background/>
</separator>
</items>
Separator as seen in Lycia Form Designer
Separator as seen in LyciaDesktop
Separator as seen in LyciaWeb
Separator dividing a label and a calendar embedded in the GridPanel:
<items>
<label text="Enter the date" isDynamic="true" fieldType="FORM_ONLY" fieldTable="formonly" enable="true" visible="true" identifier="lb8">
<griditemlocation gridWidth="1" gridHeight="1" gridY="0" gridX="0"/>
<textalignment horizontalTextAlignment="Center" verticalTextAlignment="Bottom"/>
</label>
<separator separatorType="Horizontal" fieldType="FORM_ONLY" fieldTable="formonly" enable="true" visible="true" identifier="s1">
<griditemlocation gridWidth="1" gridHeight="1" gridY="1" gridX="0"/>
<background/>
</separator>
<calendar fieldType="FORM_ONLY" fieldTable="formonly" enable="true" visible="true" identifier="f2">
<datatype typeName="Date"/>
<griditemlocation gridWidth="1" gridHeight="1" gridY="2" gridX="0"/>
</calendar>
</items>
Separator dividing a label and a calendar as seen in Lycia Form Designer
Separator dividing a label and a calendar as seen in LyciaDesktop
Separator dividing a label and a calendar as seen in LyciaWeb
Select the Separator button from the widget palette and place it to the required location on the form.
Project: form-demo3
fd2_widget_e_seperatorLineElement_example_simple_01
fd2_widget_e_seperatorLineElement_property_defaultSize_01