CSS Class/nl: Difference between revisions
From LimeSurvey Manual
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
* Een tekst met spaties tussen de verschillende CSS-classnames. | * Een tekst met spaties tussen de verschillende CSS-classnames. | ||
{{Hint|Text= | {{Hint|Text=U kunt gebruik maken van Expressiebeheer voor classnames {{NewIn/nl|3.0.0}} . Bedenk dat de naam niet dynamisch wordt bijgewerkt, gebruik daarom alleen statische variabelen of vragen in een andere pagina.}} | ||
{{Alert|[http://www.w3.org/TR/CSS2/syndata.html#characters According to the W3C], CSS class names can contain only the characters [a-zA-Z, and 0-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. LimeSurvey encodes CSS classes, but it does not fix it totally.}} | {{Alert|[http://www.w3.org/TR/CSS2/syndata.html#characters According to the W3C], CSS class names can contain only the characters [a-zA-Z, and 0-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. LimeSurvey encodes CSS classes, but it does not fix it totally.}} |
Revision as of 22:21, 7 March 2018
CSS class (css_class)
Beschrijving
Als je een speciale CSS-class wilt gebruiken bij bepaalde vragen dan kun je hier de classname invoeren. Gebruik een spatie als scheidingsteken als je meer classnames wilt invoeren.
Geldige waarden
- Een tekst met spaties tussen de verschillende CSS-classnames.

