summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/JuiControls/Interactions.page
diff options
context:
space:
mode:
Diffstat (limited to 'demos/quickstart/protected/pages/JuiControls/Interactions.page')
-rw-r--r--demos/quickstart/protected/pages/JuiControls/Interactions.page12
1 files changed, 6 insertions, 6 deletions
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 @@
<com:TContent ID="body">
-<h1>Jui interactions controls</h1>
+<h1 id="226023">Jui interactions controls</h1>
<p class="block-content">
Jui interactions adds basic mouse-based interactions to elements like moving, resizing or sorting. PRADO Jui interactions controls applies these interactions to a <a href="?page=ActiveControls.ActivePanel">TActivePanel</a>
For informations of the specific options of each interaction, follow jQuery-UI Interaction <a href="http://api.jqueryui.com/category/interactions/">API Documentation</a> for the specific interaction.
</p>
<a name="TJuiDraggable"></a>
-<h2>TJuiDraggable</h2>
+<h2 id="226024">TJuiDraggable</h2>
<com:DocLink ClassPath="System.Web.UI.JuiControls.TJuiDraggable" /> - <a href="http://api.jqueryui.com/draggable/">jQuery UI API</a>
<p class="block-content">
@@ -22,7 +22,7 @@ The panel can be moved using the mouse, and eventually dropped over a <a href="?
<a name="TJuiDroppable"></a>
-<h2>TJuiDroppable</h2>
+<h2 id="226025">TJuiDroppable</h2>
<com:DocLink ClassPath="System.Web.UI.JuiControls.TJuiDroppable" /> - <a href="http://api.jqueryui.com/droppable/">jQuery UI API</a>
<p class="block-content">
@@ -37,7 +37,7 @@ When a <a href="?page=JuiControls.Interactions#TJuiDroppable">TJuiDraggable</a>
<br/>
<a name="TJuiResizable"></a>
-<h2>TJuiResizable</h2>
+<h2 id="226026">TJuiResizable</h2>
<com:DocLink ClassPath="System.Web.UI.JuiControls.TJuiResizable" /> - <a href="http://api.jqueryui.com/resizable/">jQuery UI API</a>
<p class="block-content">
<tt>TJuiResizable</tt> is an extension to <a href="?page=ActiveControls.ActivePanel">TActivePanel</a> based on jQuery-UI's <a href="http://jqueryui.com/resizable/">Resizable</a> interaction.
@@ -52,7 +52,7 @@ A small handle is shown on the bottom right corner of the panel, that permits th
<a name="TJuiSelectable"></a>
-<h2>TJuiSelectable</h2>
+<h2 id="226027">TJuiSelectable</h2>
<com:DocLink ClassPath="System.Web.UI.JuiControls.TJuiSelectable" /> - <a href="http://api.jqueryui.com/selectable/">jQuery UI API</a>
<p class="block-content">
<tt>TJuiSelectable</tt> is an extension to <a href="?page=ActiveControls.ActivePanel">TActivePanel</a> based on jQuery-UI's <a href="http://jqueryui.com/selectable/">Selectable</a> interaction.
@@ -67,7 +67,7 @@ A small handle is shown on the bottom right corner of the panel, that permits th
<a name="TJuiSortable"></a>
-<h2>TJuiSortable</h2>
+<h2 id="226028">TJuiSortable</h2>
<com:DocLink ClassPath="System.Web.UI.JuiControls.TJuiSortable" /> - <a href="http://api.jqueryui.com/sortable/">jQuery UI API</a>
<p class="block-content">
<tt>TJuiSortable</tt> is an extension to <a href="?page=ActiveControls.ActivePanel">TActivePanel</a> based on jQuery-UI's <a href="http://jqueryui.com/sortable/">Sortable</a> interaction.