kintone JavaScript APIイベント一覧
毎回調べるのでメモ。
追記
一覧イベント
レコード一覧画面の表示
- app.record.index.show
- mobile.app.record.index.show
一覧インライン編集イベント
編集開始時イベント
- app.record.index.edit.show
フィールド値変更時イベント
- app.record.index.edit.change.<フィールドコード>
保存実行前イベント
- app.record.index.edit.submit
保存成功後イベント
- app.record.index.edit.submit.success
削除前イベント
- app.record.index.delete.submit
レコード詳細画面イベント
表示された時のイベント
- app.record.detail.show
- mobile.app.record.detail.show
削除前イベント
- app.record.detail.delete.submit
- mobile.app.record.detail.delete.submit
レコード追加画面イベント
表示された時のイベント
- app.record.create.show
- mobile.app.record.create.show
フィールド値変更時イベント
- app.record.create.change.<フィールドコード>
- mobile.app.record.create.change.<フィールドコード>
保存実行前イベント
- app.record.create.submit
- mobile.app.record.create.submit
保存成功後イベント
- app.record.create.submit.success
- mobile.app.record.create.submit.success
レコード編集画面イベント
表示された時のイベント
- app.record.edit.show
- mobile.app.record.edit.show
フィールド値変更時イベント
- app.record.edit.change.<フィールドコード>
- mobile.app.record.edit.change.<フィールドコード>
保存実行前イベント
- app.record.edit.submit
- mobile.app.record.edit.submit
保存成功後イベント
- app.record.edit.submit.success
- mobile.app.record.edit.submit.success