LOTUS DOMINO の XML


actionhotspot 要素

アクションホットスポットを表します。この要素には、ユーザーがアクションホットスポットをクリックしたときに実行する簡単なアクション、式、LotusScript、または JavaScript コードが含まれる code 要素が必要です。また、ユーザーがアクションをトリガーするためにクリックするリッチテキストが必要です。

包含階層スーパークラス:%richtext.hot.inline;
サブクラス:<code>%richtext.inline;

構文<!ELEMENT actionhotspot ( #PCDATA | code | %richtext.inline; )* >
内容#PCDATA | code | %richtext.inline;


属性<!ATTLIST actionhotspot
hotspotstyle(%action.hotspot.styles;)"border"
targetframe%string;#IMPLIED
nameCDATA#IMPLIED
regionid%integer;#IMPLIED
%html.core.attrs;
>

hotspotstyle


name
regionid
targetframe
<actionhotspot> 要素の定義済みエンティティ%action.hotspot.styles; エンティティは、アクションホットスポットのクリック可能なリッチテキスト領域のスタイルを定義します。
構文:

<!ENTITY % action.hotspot.styles "border | none">

border


none

関連項目