Actions

QS

CSS Class/nl: Difference between revisions

From LimeSurvey Manual

(Updating to match new version of source page)
No edit summary
Line 10: Line 10:
'''Geldige waarden'''
'''Geldige waarden'''


Een tekst met spaties tussen de verschillende CSS-classnames.
Een tekst met spaties tussen de verschillende CSS-classnames.  
[http://www.w3.org/TR/CSS2/syndata.html#characters Volgens de W3C] kan een CSS-classname alleen de tekens [a-zA-Z0-9] en ISO 10646 tekens U+00A1 en hoger bevatten, het koppelteken (-) en de underscore (_). Een classname kan niet beginnen met een cijfer of een koppelteken gevolgd door een cijfer.  


You can use Expression Manager for class names {{NewIn|3.0.0}} . Remind the class name is not updated dynamically, then use only static variables or question in another page.
You can use Expression Manager for class names {{NewIn|3.0.0}} . Remind the class name is not updated dynamically, then use only static variables or question in another page.

Revision as of 15:02, 4 February 2017


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 er meer nodig hebt.


Geldige waarden

Een tekst met spaties tussen de verschillende CSS-classnames.

You can use Expression Manager for class names (New in 3.0.0 ) . Remind the class name is not updated dynamically, then use only static variables or question in another page.

  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. LimeSurvey encode class, but don't fix it totally.