Talk:Plugins - advanced
From LimeSurvey Manual
Add a picture to show how each setting type look like.
Olle (talk) 23:36, 22 April 2016 (CEST)
TODO: Add information of each type:
- logo
- string
- html
- choice
- relevance
- info
should rather be:
| Setting type | Description | Example usage |
|---|---|---|
| logo | Logo to what? | |
| string | Enter string? | |
| html | eh? | |
| choice | Choice of what? | |
| relevance | ? | |
| info | Show information in the settings |
protected $settings = array(
'PluginName_settingName' => array(
'type' => 'info',
'content' => 'This is some info'
)
);
|
Olle (talk) 23:44, 22 April 2016 (CEST)
We need a way to center info, or style it better by default. Also, it should use Bootstrap form-horizontal, the labels are not centered vertically as should.
Olle (talk) 00:17, 23 April 2016 (CEST)
TODO: Add support for tabs in the settings widget.