Actions

QS

CSS Class/ja: Difference between revisions

From LimeSurvey Manual

(Created page with "'''有効な値'''")
(Created page with "* 任意の文字列およびCSSクラスを区切る空白文字")
Line 9: Line 9:
'''有効な値'''
'''有効な値'''


* Any text string with a space between different CSS class names.
* 任意の文字列およびCSSクラスを区切る空白文字


{{Hint|Text=You can also insert an [[Expression Manager|expression]] in this box{{NewIn|3.0.0}}. Remember that the output of the expression will not be updated dynamically.}}
{{Hint|Text=You can also insert an [[Expression Manager|expression]] in this box{{NewIn|3.0.0}}. Remember that the output of the expression will not be updated dynamically.}}

Revision as of 01:00, 15 May 2018


CSSクラス (css_class)

説明

特定の質問に特別なCSSクラスを追加するときは、この欄にCSSクラス名を入力します。クラス名を列挙するときは空白文字を挟みます。

有効な値

  • 任意の文字列および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.