Actions

QS

QS:Classe CSS

From LimeSurvey Manual

Revision as of 16:35, 15 August 2023 by Maren.fritz (talk | contribs) (Created page with "* Qualsiasi stringa di testo con uno spazio tra diversi nomi di classe CSS.")


Classe CSS (css_class)

Descrizione

Se desideri aggiungere classi CSS speciali a determinate domande, puoi inserire i nomi delle classi CSS in questa casella. Assicurati di lasciare uno spazio vuoto tra i diversi nomi di classe.

Valori validi

  • Qualsiasi stringa di testo con uno spazio tra diversi nomi di classe CSS.
 Hint: You can also insert an expression in this box (New in 3.0.0 ). Remember that the output of the expression will not be updated dynamically.


  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.