Update doc for MDL Dialog
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/10163b76 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/10163b76 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/10163b76 Branch: refs/heads/feature/dragAndDrop Commit: 10163b7662f63e58c804c261a48c367222049bc9 Parents: 2ce4db3 Author: piotrz <[email protected]> Authored: Mon Aug 21 21:59:44 2017 +0200 Committer: piotrz <[email protected]> Committed: Mon Aug 21 21:59:44 2017 +0200 ---------------------------------------------------------------------- .../src/main/flex/org/apache/flex/mdl/Dialog.as | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/10163b76/frameworks/projects/MaterialDesignLite/src/main/flex/org/apache/flex/mdl/Dialog.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/MaterialDesignLite/src/main/flex/org/apache/flex/mdl/Dialog.as b/frameworks/projects/MaterialDesignLite/src/main/flex/org/apache/flex/mdl/Dialog.as index 0b2c60a..1f08069 100644 --- a/frameworks/projects/MaterialDesignLite/src/main/flex/org/apache/flex/mdl/Dialog.as +++ b/frameworks/projects/MaterialDesignLite/src/main/flex/org/apache/flex/mdl/Dialog.as @@ -122,7 +122,7 @@ package org.apache.flex.mdl } /** - * show modal dialog + * Displays the dialog element and makes it the top-most modal dialog. * * @langversion 3.0 * @playerversion Flash 10.2 @@ -140,9 +140,10 @@ package org.apache.flex.mdl } /** - * show dialog. + * Displays the dialog element. + * * Note: It seems MDL does not support non modal dialogs, since there's no examples - * and dialogs are always added to "document.body" We could study change this. + * and dialogs are always added to "document.body". * * @langversion 3.0 * @playerversion Flash 10.2 @@ -160,7 +161,7 @@ package org.apache.flex.mdl } /** - * close dialog + * Closes the dialog element. * * @langversion 3.0 * @playerversion Flash 10.2
