フォーム、ページ、ヘルプ文書の背景イメージを表します。
<!ELEMENT background ( ( %image.formats; | imageref )? )>
( %image.formats; | imageref )?
省略可能な <imageref> 要素または %image.formats; エンティティの内容のいずれかが含まれます。
<!ATTLIST background
allowoverride |
%boolean; |
#IMPLIED |
---|---|---|
hide |
%background.hide.tokens; |
"none" |
tile |
%boolean; |
"true" |
repeat |
"tile" |
>
allowoverride
true の場合、フォーム上のリッチテキストフィールドの背景設定を変更できます。この属性はフォームにのみ適用されます。
hide
%background.hide.tokens; エンティティのキーワードトークンのいずれかです。
repeat
%cellbackground.repeats; エンティティで指定されるスタイルで背景にイメージを追加します。
tile
イメージを複数個タイル形式に並べて背景全体に表示します。
%background.hide.tokens; エンティティは、hide 属性のキーワードトークンを定義します。
構文:
<!ENTITY % background.hide.tokens "none | editdesign">
editdesign
フォーム、ページ、ヘルプ文書を編集または設計しているとき、背景イメージを非表示にします。
なし
背景イメージを非表示にしません。