x

Glavna poglavja

  1. LimeSurvey Cloud proti LimeSurvey CE
  2. LimeSurvey Cloud – Hitri vodnik
  3. LimeSurvey CE - Montaža
  4. Kako oblikovati dobro anketo (Vodnik)
  5. Začetek
  6. Konfiguracija LimeSurvey
  7. Uvod - Ankete
  8. Oglejte si nastavitve ankete
  9. Ogled menija ankete
  10. Oglejte si strukturo ankete
  11. Uvod - Vprašanja
  12. Uvod – skupine vprašanj
  13. Uvod – Ankete – Upravljanje
  14. Možnosti orodne vrstice ankete
  15. Večjezična anketa
  16. Vodnik za hitri začetek - ExpressionScript
  17. Napredne funkcije
  18. Splošna pogosta vprašanja
  19. Odpravljanje težav
  20. Rešitve
  21. Licenca
  22. Dnevnik sprememb različice
  23. Vtičniki – napredno
 Actions

QS

CSS Class/sl: Difference between revisions

From LimeSurvey Manual

Maren.fritz (talk | contribs)
Created page with "'''Veljavne vrednosti'''"
Maren.fritz (talk | contribs)
Created page with "* Vsak besedilni niz s presledkom med različnimi imeni razredov CSS."
Line 9: Line 9:
'''Veljavne vrednosti'''
'''Veljavne vrednosti'''


* Any text string with a space between different CSS class names.  
* Vsak besedilni niz s presledkom med različnimi imeni razredov CSS.  


{{Hint|Text=You can also insert an [[ExpressionScript - Presentation|expression]] in this box{{NewIn|3.0.0}}. Remember that the output of the expression will not be updated dynamically.}}
{{Hint|Text=V to polje lahko vstavite tudi [[ExpressionScript - Presentation|izraz]]{{NewIn|3.0.0}}. Ne pozabite, da izhod izraza ne bo dinamično posodobljen.}}


{{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 09:34, 12 December 2023


Razred CSS (css_class)

'Opis

Če želite določenim vprašanjem dodati posebne razrede CSS, lahko v to polje vnesete imena razreda CSS. Prepričajte se, da pustite prazen prostor med različnimi imeni razredov.

Veljavne vrednosti

  • Vsak besedilni niz s presledkom med različnimi imeni razredov CSS.
 Hint: V to polje lahko vstavite tudi izraz (New in 3.0.0 ). Ne pozabite, da izhod izraza ne bo dinamično posodobljen.


  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.