LOTUS DOMINO の XML


action 要素

アクションを表します。アクションは、Lotus Domino アクション、式言語の @関数または @コマンド、LotusScript 言語、または Java 言語プログラムのいずれか、またはそれらの組み合わせから構成されるコードです。開発者は、ユーザーがアクションにアクセスする方法を指定します。通常はビュー、フォーム、またはページのアクションバーにボタンとして表示するか、メニューバーの [アクション] オプションに追加します。

包含階層

スーパークラス: <actionbar><sharedactions>

サブクラス: <code><imageref>

構文

<!ELEMENT action ( imageref?, code* )>

[コンテンツ]

imageref?, code*


属性

<!ATTLIST action
title%tstring;#IMPLIED
id%integer;#IMPLIED
displaytype(%action.types;)"button"
targetframe%string;#IMPLIED
hide%tokens;""
showinmenu%boolean;"true"
showinbar%boolean;"true"
systemcommand(%action.systemcommands;)#IMPLIED
icon%integer;#IMPLIED
graphicalalign(%lr.aligns;)"left"
align(%lr.aligns;)"left"
onlyiconinbar%boolean;"false"
%reading.order.attrs;
%notesflow.publishing.attrs;
>

align


displaytype
graphicalalign
hide
icon
id
onlyiconinbar
showinbar
showinmenu
systemcommand
targetframe
title
<action> 要素の定義済みエンティティ

%action.hide.tokens; エンティティは、アクションを非表示にするキーワードトークンのリストを表します。

構文:

<!ENTITY % action.hide.tokens "read | edit | preview | previewedit | notes | web | mobile ">

次に示すキーワードトークンは、次のような条件下でアクションバーまたは [アクション] メニューでアクションを非表示にします。

edit


mobile
notes
preview
previewedit
read
web
%action.systemcommands; エンティティは、使用できる組み込み Lotus Notes アクションのリストを表します。

アクションこれらのアクションを使用すると、ユーザーは共通の Notes タスクを実行できます。共通の Notes タスクは常に [アクション] メニューに表示されています。アクションを選択できるかどうかは、UI のどの領域がメインウィンドウに表示されているかによって変わります。たとえば、文書にフォーカスがある場合、[編集モード] アクション (以下に示す edit オプション) は [アクション] メニューで使用可能な状態で表示されます。

構文:

<!ENTITY % action.systemcommands "categorize | edit | send | forward | movetofolder | removefromfolder ">

%action.types; エンティティは、アクションの表示オプションを定義します。デフォルトは button です。

構文:

<!ENTITY % action.types "button | checkbox | menuseparator ">

%notesflow.publishing.attrs; エンティティは、開いている任意の OLE サーバーアプリケーションの [アクション] メニューからアクセスできるようにアクションを発行するかどうか、およびその方法を定義します。

構文:

<!ENTITY % notesflow.publishing.attrs "
publishonolelaunch%boolean;"false"
closewhenchosen%boolean;#IMPLIED
docfocuswhenchosen%boolean;#IMPLIED
">

closewhenchosen


docfocuswhenchosen
publishonolelaunch

関連項目