Form designer
Quick Start Guide
drag and position elements in the design area
Move the mouse over the item, click on it and drag it to the workspace.To move an item to a specific location, position it above, below or next to the existing element. Would you like to add an item to a container (e.g. DIV or fieldset ), so moving it over this. Position elements in the designer
align label of a element
Most form elements (text fields, checkboxes, lists, upload ...) already integrate a label (caption), so that this does not have to be defined separately. The position of the label is determined by the properties of the element. The distance between label and item will also be determined by the properties (attribute width).
change relative width of elements
All elements are relatively positioned, the only way that the form can be adapted to different devices and resolutions. Therefore there are, with few exceptions, not absolute sizes. The width of elements is always a relative value.Example:There are two elements side by side whose width corresponds to 50 % to the total width of the form . If for the right element now the relative width "2" is set, this element has a factor of 2 compared to the first element. The left element is smaller and the right is greater (in percent : left ( 33 % ) and right ( 66 % ) ). is the size of the browser changes, the relationships of the elements remain the same.