layout {
row {
// multi-langual input is enforced, three languages are displayed
CTRLMLName("multlanginp=true
multlanginplangs=LANG_ENGLISH,LANG_GERMAN,LANG_ITALIAN") mlname {
colspan = 4;
labelposition = left;
}
}
}
COOATTREDIT@1.1:CTRLMLName(
string
Change,
boolean
multlanginp,
object[]
multlanginplangs)
Name |
Description |
Change |
Defines the JavaScript function, which should be called when the value of the control has been changed.
|
multlanginp |
Defines whether multiple input fields are available for languages. If this argument is omitted the setting
usrenvmultlanginp in the current user's user environment defines the behavior.
|
multlanginplangs |
Defines the comma separated list of languages identified by their reference that should be displayed
as primary languages. All input fields for primary languages are visible in advance whether a value
is already present or not. If this argument is omitted the setting cfgprimarylanguages
in AdministrationConfiguration or the current domain configuration defines the
available languages.
|
Additional Information