Index: trunk/extensions/SemanticForms/includes/SF_FormField.php |
— | — | @@ -122,8 +122,8 @@ |
123 | 123 | $this->mIsHidden = $isHidden; |
124 | 124 | } |
125 | 125 | |
126 | | - public function setSemanticProperty( $semanticProperty ) { |
127 | | - $this->template_field->setSemanticProperty( $semanticProperty ); |
| 126 | + public function setFieldArg( $key, $value ) { |
| 127 | + $this->mFieldArgs[$key] = $value; |
128 | 128 | } |
129 | 129 | |
130 | 130 | function inputTypeDropdownHTML( $field_form_text, $default_input_type, $possible_input_types, $cur_input_type ) { |