Actions

QS

CSS Class/ja: Difference between revisions

From LimeSurvey Manual

(Created page with "{{Hint|Text=この欄にを入力することもできます{{NewIn|3.0.0}}。式の結果は動的にはアップデートされないので注...")
No edit summary
(5 intermediate revisions by 2 users not shown)
Line 11: Line 11:
* 任意の文字列およびCSSクラスを区切る空白文字  
* 任意の文字列およびCSSクラスを区切る空白文字  


{{Hint|Text=この欄に[[Expression Manager/ja|式]]を入力することもできます{{NewIn|3.0.0}}。式の結果は動的にはアップデートされないので注意してください。}}
{{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以降の文字、 ハイフン(-)、アンダースコア(_)のみが使えます。1文字として、数字やハイフン(2文字目が数字の場合)は使えません。LimeSurveyはCSSクラスをエンコードしますが、完全ではありません。}}
</onlyinclude>
</onlyinclude>


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

Revision as of 01:06, 22 May 2020


CSSクラス (css_class)

説明

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

有効な値

  • 任意の文字列およびCSSクラスを区切る空白文字
 Hint: この欄にを入力することもできます (New in 3.0.0 )。式の結果は動的にはアップデートされないので注意してください。


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