ValidForm Builder

Easy and safe XHTML 1.0 strict forms with validation!

Contents

VF_Area→addMultiField

VF_Area→addMultiField — Create multiple form fields in one row.


Description

addMultiField ([string $label[, array $meta]]);

Create multiple form fields in one row.

Parameters

  • label
    The HTML label for this set of form elements.
  • meta
    The metadata array. Allowed meta types:array("class"=>"customClass");

Return values

Returns new VF_MultiField object.

Examples

No examples yet.