|
Stud.IP
4.0 Revision
|

Static Public Member Functions | |
| static | input ($name, $value, $attributes=array()) |
| static | textarea ($name, $value, $attributes=array()) |
| static | isEnabled () |
Translation class
Automatic generation of inputs and textareas for i18n
|
static |
Create a set of HTML input elements for this form element in text form. One element will be generated for each configured content language.
| string | $name | HTML name of the Inputfild |
| I18NString | $value | (Needs to be an i18n input string) |
| array | $attributes | Additional attributes of the input |

|
static |
is more than the default language configured

|
static |
Create a set of HTML textarea elements for this form element in text form. One element will be generated for each configured content language.
| string | $name | HTML name of the Textarea |
| I18NString | $value | (Needs to be an i18n input string) |
| array | $attributes | Additional attributes of the input |
| i18nException | If given value was not an i18n Object |
