diff options
author | David <ottodavid@gmx.net> | 2015-03-10 21:14:33 +0100 |
---|---|---|
committer | David <ottodavid@gmx.net> | 2015-03-11 21:14:29 +0100 |
commit | 95eae21c1968cb3be2248004ee5364361cebe02d (patch) | |
tree | 6b1591761336e407ea06622f011029dd4b5172db /demos/quickstart/protected/pages/JuiControls/Widgets.page | |
parent | cf984085056c41c86c5b9fe2144c2e7a73eb807d (diff) |
TJuiDialog
Diffstat (limited to 'demos/quickstart/protected/pages/JuiControls/Widgets.page')
-rw-r--r-- | demos/quickstart/protected/pages/JuiControls/Widgets.page | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/demos/quickstart/protected/pages/JuiControls/Widgets.page b/demos/quickstart/protected/pages/JuiControls/Widgets.page index cedec675..4c74c491 100644 --- a/demos/quickstart/protected/pages/JuiControls/Widgets.page +++ b/demos/quickstart/protected/pages/JuiControls/Widgets.page @@ -48,4 +48,26 @@ When a suggestion is selected the <tt>OnSuggestionSelected</tt> event is raised, <com:RunBar PagePath="JuiControls.Samples.TJuiAutoComplete.Home" /> <br/> + +<a name="TJuiDialog" /> +<h2>TJuiDialog</h2> +<com:DocLink ClassPath="System.Web.UI.JuiControls.TJuiDialog" /> - <a href="http://api.jqueryui.com/dialog/">jQuery UI API</a> + +<p class="block-content"> +<tt>TJuiDialog</tt> is an extension to <a href="?page=ActiveControls.ActivePanel">TActivePanel</a> based on jQuery-UI's <a href="http://jqueryui.com/dialog/">dialog</a> widget. +</p> + +<p class="block-content"> +TJuiDialog is an extended TActivePanel that shows an dialog. The dialog may contain buttons that can fire callback events. +</p> + +<p class="block-content"> +The dialog may contain one or more <tt>TJuiDialogButton</tt> Controls. +The buttons may contain a callback that will be fired when they are clicked. +</p> + + +<com:RunBar PagePath="JuiControls.Samples.TJuiDialog.Home" /> +<br/> + </com:TContent> |