Customer Table Single Verification Form Definition:
Type Definition: First, Integer (INT) Definition: ValueType = "Int" Properties: ObjName Object Name (String) MustInput Mustput (True / false) MININPUT Minimum (Number) MaxInput Maximum (Digital) Example: < INPUT TYPE = "text" name = "TEST" valueetype = "int" ObjName = "Total load weight" MUSTINPUT = "true" maxinput = "10000"> II, floating point (float) definition: valueType = "float" attribute : ObjName Object Name (string) MUSTINPUT MINININPUT Minimum (Number) MaxInput Maximum (Number) Decimallen Qu number (Digital) Example: 3, string definition: valueetype = "string" attribute: ObjName object name (string) MUSTINPUT Mustput Stringlen String Length (Digital) Example: Four, Date (Date) Definition: ValyEType =" Date "Property: ObjName Object Name (string) MustInput Present: Note: The date can only be verified in the format (YYYY-MM-DD) five, email (email) definition: valueType = "email" Property: ObjName object Name (string) MustInput must be ignited (TRUE / FALSE) Example: six, radio definition: valueTYPE =" Radio "Property: ObjName Object Name (String) MustSelect (True / False) Example: Note: For the same set of check Button, just define the first one.
Eight, drop-down list box (SELECT) definition: valueetype = "select" attribute: objName Object Name (string) MustSelect Preemption (TRUE / FALSE) Example: Nine, list box (list) definition: valueType =" list "property: objName object name (string) MINSELECT minimum selection (number) Maxselect maximum number (number) Example: < Select name = "test" valueetype = "list" ObjName = "hobby" minselect = "2" maxselect = "5"> /