LoginSignup
1
0

More than 3 years have passed since last update.

kintone JavaScript APIイベント一覧

Last updated at Posted at 2019-05-09

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
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0