x

Capitoli principali

  1. LimeSurvey Cloud vs LimeSurvey CE
  2. LimeSurvey Cloud - Guida rapida
  3. LimeSurvey CE - Installazione
  4. Come progettare un buon sondaggio (Guida)
  5. Iniziare
  6. Configurazione di LimeSurvey
  7. Introduzione - Sondaggi
  8. Visualizza le impostazioni del sondaggio
  9. Visualizza il menu del sondaggio
  10. Visualizza la struttura del sondaggio
  11. Introduzione - Domande
  12. Introduzione - Gruppi di domande
  13. Introduzione - Indagini - Gestione
  14. Opzioni della barra degli strumenti del sondaggio
  15. Sondaggio multilinguale
  16. Guida rapida - ExpressionScript
  17. Funzionalità avanzate
  18. Domande frequenti generali
  19. Risoluzione dei problemi
  20. Soluzioni alternative
  21. Licenza
  22. Registro delle modifiche alla versione
  23. Plugin - Avanzati
 Actions

QS

CSS Class/it: Difference between revisions

From LimeSurvey Manual

Maren.fritz (talk | contribs)
Created page with "* Qualsiasi stringa di testo con uno spazio tra diversi nomi di classe CSS."
Maren.fritz (talk | contribs)
Created page with "{{Hint|Text=Puoi anche inserire un espressione in questa casella{{NewIn|3.0.0}}. Ricorda che l'output dell'espressione non verrà aggiornat..."
Line 11: Line 11:
* Qualsiasi stringa di testo con uno spazio tra diversi nomi di classe CSS.  
* Qualsiasi stringa di testo con uno spazio tra diversi nomi di classe 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=Puoi anche inserire un [[ExpressionScript - Presentation|espressione]] in questa casella{{NewIn|3.0.0}}. Ricorda che l'output dell'espressione non verrà aggiornato dinamicamente.}}


{{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 16:35, 15 August 2023


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: Puoi anche inserire un espressione in questa casella (New in 3.0.0 ). Ricorda che l'output dell'espressione non verrà aggiornato dinamicamente.


  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.