From 151b2f7d102a5988b63255d27c9ad78202c16355 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Mon, 9 Nov 2015 00:33:08 +0100 Subject: Added (partial) website + misc updates for release * recreated the prado website in demos/ * updated some docs to reflect the usage of jquery; removed guide to prototype * updated composer * added task for apigen4 (theme still missing) --- .../quickstart/protected/pages/JuiControls/Interactions.page | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'demos/quickstart/protected/pages/JuiControls/Interactions.page') diff --git a/demos/quickstart/protected/pages/JuiControls/Interactions.page b/demos/quickstart/protected/pages/JuiControls/Interactions.page index 2b48da68..b2be141f 100644 --- a/demos/quickstart/protected/pages/JuiControls/Interactions.page +++ b/demos/quickstart/protected/pages/JuiControls/Interactions.page @@ -1,12 +1,12 @@ -

Jui interactions controls

+

Jui interactions controls

Jui interactions adds basic mouse-based interactions to elements like moving, resizing or sorting. PRADO Jui interactions controls applies these interactions to a TActivePanel For informations of the specific options of each interaction, follow jQuery-UI Interaction API Documentation for the specific interaction.

-

TJuiDraggable

+

TJuiDraggable

- jQuery UI API

@@ -22,7 +22,7 @@ The panel can be moved using the mouse, and eventually dropped over a -

TJuiDroppable

+

TJuiDroppable

- jQuery UI API

@@ -37,7 +37,7 @@ When a TJuiDraggable
-

TJuiResizable

+

TJuiResizable

- jQuery UI API

TJuiResizable is an extension to TActivePanel based on jQuery-UI's Resizable interaction. @@ -52,7 +52,7 @@ A small handle is shown on the bottom right corner of the panel, that permits th -

TJuiSelectable

+

TJuiSelectable

- jQuery UI API

TJuiSelectable is an extension to TActivePanel based on jQuery-UI's Selectable interaction. @@ -67,7 +67,7 @@ A small handle is shown on the bottom right corner of the panel, that permits th -

TJuiSortable

+

TJuiSortable

- jQuery UI API

TJuiSortable is an extension to TActivePanel based on jQuery-UI's Sortable interaction. -- cgit v1.2.3