×
Menu
Index

4.1.10. divider

 
Simple element to 'draw' lines on the screen, to divide a form in parts.
 
Form with dividers to separate blocks of elements.
 
{
"display": "",
"tooltip": "",
"fieldname": "",
"length": 0,
"inputtype": "divider",
"block": 1,
"newline": true,
"labelwidth": 1,
"fieldwidth": 11
}
 
  • inputtype: divider, draw a horizontal line.
  • block: in which block must this be shown.
  • newline: true or false.
  • labelwidth: number of empty columns before the line. This is to position the line.
  • fieldwidth: number of columns for the line to draw.
 
The tags display, tooltip, fieldname and lenght are not used.