Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ツリー・アイテムが選択されると、ツリー・ビューはWebroutineを呼び出しますlisttype ‘unlevelled’(非階層)の場合、list_onselect_wamname_field/list_onselect_wrname_

...

fieldに指定されたWebroutineが呼び出されます。また、‘levelled’(階層)のリストの場合や、特定のWebroutineが指定されていない場合は、onselect_wamname/onselect_

...

Two fields and a list are sent to the webroutine.

wrnameに指定されたWebroutineが呼び出されます。

次の2つのフィールドとリストがWebroutineに送られます。

フィールド

ツリー・ビューのプロパティ

説明

Field

Tree View Property

Description

ID

onsubmit_id_field

The ID or key of the selected item

Level

選択されたアイテムのID

レベル

onsubmit_level_field

The level of the selected item

Ancestors

選択されたアイテムのレベル

先祖

onsubmit_ancestor_list

A list containing the ancestors of the selected item. The list will contain a single field which will be the same as the ID field of the working list used to create the tree.

選択されたアイテムの先祖を含むリスト

このリストには、ツリー作成時に使用された作業リストのIDフィールドと同じ1つのフィールドが含まれます。

上記のプロパティに情報を格納するフィールドを指定できますが、これらのフィールドはonsubmitWebroutine用にWEB_MAPで定義する必要があります。While the properties above allow you to specify what fields the information is put into, you still need to define those fields in the WEB_MAP for the onsubmit webroutine.