ページの先頭行へ戻る
Interstage Charset Manager Standard Edition Web入力 Agent V9 コマンドリファレンス JSVRFX編
FUJITSU Software

1.4 DOM APIリファレンス

JSVRFXのDOM APIについて説明します。

イベント jsvrfx_ajaxerror

非同期通信エラーを通知します。

プロパティ

string type

イベント名。

HTMLElement target

イベントを発生させたエレメントインスタンス。

number detail.httpStatusCode

HTTPステータスコード。

string detail.httpStatusMessage

HTTPステータスメッセージ。

対処方法

オブジェクト JSVRFX.AjaxError」を参照してください。

イベント jsvrfx_characterpropertyviewbootrequest

文字属性表示機能起動要求を通知します。

プロパティ

string type

イベント名。

HTMLElement target

イベントを発生させたエレメントインスタンス。

number detail.charCode

対象文字コード。

対処方法

本イベントを発行するAPIを参照してください。

イベント jsvrfx_inputrequest

入力要求を通知します。

プロパティ

string type

イベント名。

HTMLElement target

イベントを発生させたエレメントインスタンス。

string detail.string

入力対象文字列。

対処方法

本イベントを発行するAPIを参照してください。