Index: trunk/extensions/SemanticForms/includes/SF_TemplateField.php |
— | — | @@ -149,6 +149,10 @@ |
150 | 150 | $this->mLabel = $label; |
151 | 151 | } |
152 | 152 | |
| 153 | + function setInputType( $inputType ) { |
| 154 | + $this->mInputType = $inputType; |
| 155 | + } |
| 156 | + |
153 | 157 | /** |
154 | 158 | * Creates the text of a template, when called from either |
155 | 159 | * Special:CreateTemplate or Special:CreateClass. |