Contents |
Meta data
An overview of all possible meta data used by ValidForm Builder.
Tip
- Usage
array(
"tip" => "Tip message"
);
- Description
This is a tiny tip message, shown underneath the element.
Hint
- Usage
array(
"hint" => "Hint value"
);
- Description
The hint value sets a default value for the form element. This value can't be submitted.
Default
- Usage
array(
"default" => "Default value"
);
- Description
Same as hint value with only one difference: this value can be submitted
Width
- Usage
array(
"width" => //*** '''REVISION NEEDED ***//
);
- Description
REVISION NEEDED
Height
- Usage
array(
"height" => //*** '''REVISION NEEDED ***//
);
- Description
REVISION NEEDED
Length
- Usage
array(
"length" => //*** '''REVISION NEEDED ***//
);
- Description
REVISION NEEDED
Start & End
- Usage
array(
"start" => 4,
"end" => 100
);
- Description
Start and end can only be used on a LIST elements. Using this meta data you won't have to add fields to the select list; ValidForm Builder will automatically generate fields with values in the range of 4 to 100.
Very useful for generating long select lists in no time!

