×
Menu
Index

4.1.7. time / read_time

 
Element for time. With the time field there is a build in client side validation.
 
Form from the sheduler with two time fields.
 
There are two ways to get a popup of a clock, both are automatically added by BOA.
 
 
{
"display" : "Time:",
"tooltip" : "",
"fieldname" : "starttime",
"length" : 5,
"inputtype" : "time",
"block" : 1,
"newline" : false,
"labelwidth" : 2,
"fieldwidth" : 4
}
 
  • display: text to display in front of the time.
  • tooltip: tooltip to display as help text.
  • fieldname: field to use for the time.
  • lenght: max. lenght of the text to be entered. If lenght is zero, there is no maximum.
  • inputtype: time.
  • block: to which block this belongs.
  • newline: to start at a new line.
  • labelwidth: number of columns to be placed before the element.
  • fieldwidth: number of columns to define the width of the textbox.