From 95eae21c1968cb3be2248004ee5364361cebe02d Mon Sep 17 00:00:00 2001 From: David Date: Tue, 10 Mar 2015 21:14:33 +0100 Subject: TJuiDialog --- .../protected/pages/JuiControls/Widgets.page | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'demos/quickstart/protected/pages/JuiControls/Widgets.page') 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 OnSuggestionSelected event is raised,
+ + +

TJuiDialog

+ -
jQuery UI API + +

+TJuiDialog is an extension to TActivePanel based on jQuery-UI's dialog widget. +

+ +

+TJuiDialog is an extended TActivePanel that shows an dialog. The dialog may contain buttons that can fire callback events. +

+ +

+The dialog may contain one or more TJuiDialogButton Controls. +The buttons may contain a callback that will be fired when they are clicked. +

+ + + +
+ -- cgit v1.2.3