x

Główne rozdziały

  1. LimeSurvey Cloud a LimeSurvey CE
  2. LimeSurvey Cloud — przewodnik szybkiego startu
  3. LimeSurvey CE - Instalacja
  4. Jak dobrze zaprojektować ankietę (Przewodnik)
  5. Pierwsze kroki
  6. Konfiguracja LimeSurvey
  7. Wprowadzenie - Ankiety
  8. Wyświetl ustawienia ankiety
  9. Zobacz menu ankiety
  10. Wyświetl strukturę ankiety
  11. Wprowadzenie - Pytania
  12. Wprowadzenie - Grupy pytań
  13. Wprowadzenie - Ankiety - Zarządzanie
  14. Opcje paska narzędzi ankiety
  15. Ankieta wielojęzyczna
  16. Skrócona instrukcja obsługi — ExpressionScript
  17. Zaawansowane funkcje
  18. Ogólne FAQ
  19. Rozwiązywanie problemów
  20. Obejścia
  21. Licencja
  22. Dziennik zmian wersji
  23. Wtyczki - Zaawansowane
 Actions

QS

CSS Class/pl: Difference between revisions

From LimeSurvey Manual

Maren.fritz (talk | contribs)
Created page with "* Dowolny ciąg tekstowy ze spacją pomiędzy różnymi nazwami klas CSS."
Maren.fritz (talk | contribs)
Created page with "{{Hint|Text=Możesz także wstawić wyrażenie w tym polu{{NewIn|3.0.0}}. Pamiętaj, że dane wyjściowe wyrażenia nie będą aktualizowane..."
Line 11: Line 11:
* Dowolny ciąg tekstowy ze spacją pomiędzy różnymi nazwami klas CSS.  
* Dowolny ciąg tekstowy ze spacją pomiędzy różnymi nazwami klas 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=Możesz także wstawić [[ExpressionScript - Prezentacja|wyrażenie]] w tym polu{{NewIn|3.0.0}}. Pamiętaj, że dane wyjściowe wyrażenia nie będą aktualizowane dynamicznie.}}


{{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 17:07, 12 September 2023


Klasa CSS (css_class)

Opis

Jeśli chcesz dodać specjalne klasy CSS do określonych pytań, możesz wpisać nazwy klas CSS w tym polu. Upewnij się, że pomiędzy nazwami różnych klas pozostawiono pustą spację.

Prawidłowe wartości

  • Dowolny ciąg tekstowy ze spacją pomiędzy różnymi nazwami klas CSS.
 Hint: Możesz także wstawić wyrażenie w tym polu (New in 3.0.0 ). Pamiętaj, że dane wyjściowe wyrażenia nie będą aktualizowane dynamicznie.


  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.