w2form.show

Shows fields in a form.
show(field1, field2, ...)
field string, id of the field
Returns array of effected fields.

Description

Shows a field or fields from the .fields array and refreshes the form. The field is identified by the .field property, which is a required property for each field object. The method returns the number of fields it shows.
Example:

User Comments

comments powered by Disqus