Actions

QS

CSS Class/bg: Difference between revisions

From LimeSurvey Manual

(Created page with "* Всеки текстов низ с интервал между различните имена на CSS класове.")
(Created page with "{{Hint|Text=Можете също да вмъкнете израз в това поле{{NewIn|3.0.0}}. Не забравяйте, че р...")
Line 11: Line 11:
* Всеки текстов низ с интервал между различните имена на CSS класове.  
* Всеки текстов низ с интервал между различните имена на 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=Можете също да вмъкнете [[ExpressionScript - Presentation|израз]] в това поле{{NewIn|3.0.0}}. Не забравяйте, че резултатът от израза няма да се актуализира динамично.}}


{{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 08:55, 16 November 2023


CSS клас (css_class)

'Описание

Ако искате да добавите специални CSS класове към определени въпроси, можете да въведете име(ната) на CSS класа в това поле. Уверете се, че сте оставили празно място между различните имена на класове.

Валидни стойности

  • Всеки текстов низ с интервал между различните имена на CSS класове.
 Hint: Можете също да вмъкнете израз в това поле (New in 3.0.0 ). Не забравяйте, че резултатът от израза няма да се актуализира динамично.


  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.