Page History
onClickWebroutineに送信する追加のフィールド(送信されたフォームに存在しないもの)を指定したXMLノードセット
これは通常ウェブレットがリストやグリッドで使用される時によく使用され、リストの別のカラムからの値を指定します。
デフォルト値
An XML nodeset specifying any extra fields (not already in the form being submitted) that should be sent to the onClick webroutine. This will most commonly be used when the weblet is used in a list or grid to specify values from other columns in the list.
...
document('')/*/lxml:data/lxml:json[not(@id)] (this indicates no items have been defined for this weblet).
Valid values
Not Applicable. (This value is system maintained.) To invoke the designer use the ellipse button in the property sheet.
Example
This example shows the submitExtraFields property editor:
(このウェブレットに定義された項目がないことを示します。)
有効値
適用不可(この値はシステムにより保守されます。)
デザイナを呼び出すには、プロパティ・シートの省略記号(...)のボタンを使用してください。
例
次の例ではsubmitExtraFieldsプロパティ・エディターが示されています。
ここでは現在のWebroutineの出力フィールド([値] 欄)を、onClickWebroutineのWEB_MAPで定義された異なる名前([名前] 欄)の入力フィールドにマップする方法を示しています。This shows how output fields in the current webroutine (the "Value" column) can be mapped to input fields with a different name (the "Name" column) defined in the onClick webroutine's WEB_MAP.
