new Peeker($("#fieldtype"), $("#row_maxlength, #row_regex, #row_parser_options"), /text|textarea/, false); new Peeker($("#fieldtype"), $("#row_fieldlength"), /select|multiselect/, false); new Peeker($("#fieldtype"), $("#row_options"), /select|radio|checkbox/, false);
| new Peeker($("#fieldtype"), $("#row_maxlength, #row_regex, #row_parser_options"), /text|textarea/, false); new Peeker($("#fieldtype"), $("#row_fieldlength"), /select|multiselect/, false); new Peeker($("#fieldtype"), $("#row_options"), /select|radio|checkbox/, false);
|
new Peeker($("#fieldtype"), $("#row_maxlength, #row_regex, #row_parser_options"), /text|textarea/); new Peeker($("#fieldtype"), $("#row_fieldlength"), /select|multiselect/); new Peeker($("#fieldtype"), $("#row_options"), /select|radio|checkbox/);
| new Peeker($("#fieldtype"), $("#row_maxlength, #row_regex, #row_parser_options"), /text|textarea/); new Peeker($("#fieldtype"), $("#row_fieldlength"), /select|multiselect/); new Peeker($("#fieldtype"), $("#row_options"), /select|radio|checkbox/);
|