CSS Class: Difference between revisions
From LimeSurvey Manual
Added new question attribute |
No edit summary |
||
Line 1: | Line 1: | ||
<translate> | |||
<!--T:1--> | |||
<languages /> | |||
<onlyinclude> | |||
===CSS class css_class)=== | |||
'''Description''' | '''Description''' | ||
If you want to add special CSS classes to certain questions you can enter the CSS class name(s) at this question attribute. Make sure to enter a space between different class names. | If you want to add special CSS classes to certain questions you can enter the CSS class name(s) at this question attribute. Make sure to enter a space between different class names. | ||
Line 5: | Line 11: | ||
Any text string with a space between different CSS class names. | Any text string with a space between different CSS class names. | ||
[http://www.w3.org/TR/CSS2/syndata.html#characters According to the W3C] CSS class names can contain only the characters [a-zA-Z0-9] and ISO 10646 characters U+00A1 and higher, plus the hyphen (-) and the underscore (_); they cannot start with a digit, or a hyphen followed by a digit. | [http://www.w3.org/TR/CSS2/syndata.html#characters According to the W3C] CSS class names can contain only the characters [a-zA-Z0-9] and ISO 10646 characters U+00A1 and higher, plus the hyphen (-) and the underscore (_); they cannot start with a digit, or a hyphen followed by a digit. | ||
</onlyinclude> | |||
<!--T:20--> | |||
[[Category:Question Settings]][[Category:Advanced Question Settings]] | |||
</translate> |
Revision as of 13:25, 7 October 2015
CSS class css_class)
Description If you want to add special CSS classes to certain questions you can enter the CSS class name(s) at this question attribute. Make sure to enter a space between different class names.
Valid values Any text string with a space between different CSS class names. According to the W3C CSS class names can contain only the characters [a-zA-Z0-9] and ISO 10646 characters U+00A1 and higher, plus the hyphen (-) and the underscore (_); they cannot start with a digit, or a hyphen followed by a digit.