Index: trunk/extensions/SemanticForms/includes/SF_FormClasses.inc |
— | — | @@ -156,6 +156,18 @@ |
157 | 157 | var $template_field; |
158 | 158 | var $is_hidden; |
159 | 159 | var $is_mandatory; |
| 160 | + // the following fields are not set by the form-creation page |
| 161 | + // (though they could be) |
| 162 | + var $input_type; |
| 163 | + var $size; |
| 164 | + var $num_rows; |
| 165 | + var $num_cols; |
| 166 | + var $autocomplete_category; |
| 167 | + var $no_autocomplete; |
| 168 | + var $part_of_multiple; |
| 169 | + // somewhat of a hack - this is an HTML-based value for a specific |
| 170 | + // representation of a form |
| 171 | + var $input_name; |
160 | 172 | |
161 | 173 | function create($num, $template_field) { |
162 | 174 | $f = new SFFormTemplateField(); |