cLanguageSelector
With this component you can let your users change the language of your application. (How to setup a multi lingual application is described in one of the paragraphs of this document)
Properties
|
Description |
Autofocus |
Button class as described in the bootstrap manual |
BackgroundColor |
Bootstrap background color |
label |
Label of the field |
labelColor |
Bootstrap text-color |
labelPosition |
Label above or before the field |
Multiple |
Multiple select allowed (deprecated, do not use) |
PHP Events
|
Description |
onChange |
Triggers when the user clicks on the button |
JavaScript Events
|
Description |
onChange |
|