From e9f52b021b18cedd3c3dbad977176b8d97e3d400 Mon Sep 17 00:00:00 2001 From: Yoichi Imai Date: Tue, 6 Mar 2018 13:56:06 +0900 Subject: [PATCH] Add onHide doc --- plugins/dialog/dialogDefinition.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/plugins/dialog/dialogDefinition.js b/plugins/dialog/dialogDefinition.js index 1756992ffb1..8c3ff33ff81 100644 --- a/plugins/dialog/dialogDefinition.js +++ b/plugins/dialog/dialogDefinition.js @@ -128,6 +128,12 @@ * @property {Function} onShow */ +/** + * The function to execute when the dialog is hidden (executed every time the dialog is closed). + * + * @property {Function} onHide + */ + /** * This class is not really part of the API. It just illustrates the properties * that developers can use to define and create dialog content pages.