Talk:Plugins - advanced
From LimeSurvey Manual
TODO: Add example usage for each type of setting. Example:
protected $settings = array(
'PluginName_settingName' => array(
'type' => 'info',
'content' => 'This is some info'
)
);
And then a picture to show how it looks.
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 |
|---|---|
| logo | Logo to what? |
| string | Enter string? |
| html | eh? |
| choice | Choice of what? |
| relevance | ? |
| info | Show information in the settings |
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.