Actions

QS

CSS Class/ja: Difference between revisions

From LimeSurvey Manual

(Created page with "特定の質問に特別なCSSクラスを追加するときは、この欄にCSSクラス名を入力します。クラス名を列挙するときは空白文字を挟みま...")
No edit summary
 
(13 intermediate revisions by 3 users not shown)
Line 2: Line 2:


<onlyinclude>
<onlyinclude>
===CSSクラス (css_class)===
===CSS クラス (css_class)===
'''説明'''
'''説明'''


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


'''Valid values'''
'''有効な値'''


* 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=この欄に[[ExpressionScript - Presentation/ja|]]を入力することもできます{{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 W3C によると], CSS クラス名は文字 [a-zA-Z, and 0-9] ISO 10646 U+00A1 以降の文字、 ハイフン(-)、アンダースコア(_)のみが使えます。数字で始めたり、ハイフンの後に数字を続けることはできません。LimeSurvey は CSS クラスをエンコードしますが、完全ではありません。}}
</onlyinclude>
</onlyinclude>


[[Category:Question Settings]][[Category:Question Display Options]]
[[Category:Question Settings/ja]][[Category:Question Display Options]]

Latest revision as of 06:48, 26 February 2024


CSS クラス (css_class)

説明

特定の質問に特別な CSS クラスを追加するときは、この欄に CSS クラス名を入力します。クラス名を列挙するときはスペースで区切ります。

有効な値

  • 任意の文字列と CSS クラスを区切るスペース
 Hint: この欄にを入力することもできます (New in 3.0.0 )。式の結果は動的に更新されないので注意してください。


  W3C によると, CSS クラス名は文字 [a-zA-Z, and 0-9] と ISO 10646 の U+00A1 以降の文字、 ハイフン(-)、アンダースコア(_)のみが使えます。数字で始めたり、ハイフンの後に数字を続けることはできません。LimeSurvey は CSS クラスをエンコードしますが、完全ではありません。