summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/JuiControls
diff options
context:
space:
mode:
Diffstat (limited to 'demos/quickstart/protected/pages/JuiControls')
-rw-r--r--demos/quickstart/protected/pages/JuiControls/Home.page10
-rw-r--r--demos/quickstart/protected/pages/JuiControls/Interactions.page12
-rw-r--r--demos/quickstart/protected/pages/JuiControls/Widgets.page10
3 files changed, 16 insertions, 16 deletions
diff --git a/demos/quickstart/protected/pages/JuiControls/Home.page b/demos/quickstart/protected/pages/JuiControls/Home.page
index 7c0c065f..f997e573 100644
--- a/demos/quickstart/protected/pages/JuiControls/Home.page
+++ b/demos/quickstart/protected/pages/JuiControls/Home.page
@@ -1,9 +1,9 @@
<com:TContent ID="body" >
-<h1>Jui Controls (jQuery UI)</h1>
+<h1 id="224018">Jui Controls (jQuery UI)</h1>
<p class="block-content">
Jui controls are the PRADO port of the standard <a href="http://jqueryui.com/">jQuery UI</a> widgets. They can be used as standard <a href="?page=ActiveControls.Introduction">Active Controls</a>, but will automatically load the needed jQuery-UI javascript libraries.
</p>
-<h3>Options</h3>
+<h3 id="224021">Options</h3>
<p class="block-content">
The <tt>Options</tt> property of PRADO Jui controls is used to pass options to the underlying javascript object. Each subproperty set on <tt>Options</tt> will be translated to a javascript property added to the object. The complete list of options available for each widget is availble at jQuery-UI's API Documentation.
</p>
@@ -24,7 +24,7 @@ jQuery-UI's <a href="http://jqueryui.com/resizable/">Resizable</a> adds an handl
/&gt;
</com:TTextHighlighter>
-<h3>Events</h3>
+<h3 id="224022">Events</h3>
<p class="block-content">
jQuery-UI widgets offers a lot of events that PRADO can hook up and trasmit to the serverside using a <a href="?page=ActiveControls.Introduction">callback request</a>. Event available for PRADO Jui controls inherits their names from their jQuery-UI counterparts, prefixed with "On".
Jui controls doesn't make use of the AutoPostback property anymore, but only triggers a callback when an event handler is associated to the corresponding event.
@@ -42,7 +42,7 @@ jQuery's <a href="http://jqueryui.com/draggable/">Draggable</a> allows a target
/&gt;
</com:TTextHighlighter>
-<h2>PRADO Jui interactions controls</h2>
+<h2 id="224019">PRADO Jui interactions controls</h2>
<p class="block-content">
Jui interactions adds basic mouse-based interactions to elements like moving, resizing or sorting. PRADO Jui interactions controls applies there 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.
@@ -74,7 +74,7 @@ For informations of the specific options of each interaction, follow jQuery-UI I
</li>
</ul>
-<h2>PRADO Jui widgets controls</h2>
+<h2 id="224020">PRADO Jui widgets controls</h2>
<ul id="u2" class="block-content">
<li>
<a href="?page=JuiControls.Widgets#TJuiProgressbar">TJuiProgressbar</a>
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.
diff --git a/demos/quickstart/protected/pages/JuiControls/Widgets.page b/demos/quickstart/protected/pages/JuiControls/Widgets.page
index 63c6aa32..5bf8b083 100644
--- a/demos/quickstart/protected/pages/JuiControls/Widgets.page
+++ b/demos/quickstart/protected/pages/JuiControls/Widgets.page
@@ -1,5 +1,5 @@
<com:TContent ID="body">
-<h1>Jui widgets controls</h1>
+<h1 id="228029">Jui widgets controls</h1>
<p class="block-content">
Jui widgets are complex controls built on the foundations of jQuery effects and jQueryUI interactions.
PRADO Jui widgets controls can be divided in two groups:
@@ -11,7 +11,7 @@ For informations of the specific options of each widget, follow jQuery-UI Widget
</p>
<a name="TJuiProgressbar" />
-<h2>TJuiProgressbar</h2>
+<h2 id="228030">TJuiProgressbar</h2>
<com:DocLink ClassPath="System.Web.UI.JuiControls.TJuiProgressbar" /> - <a href="http://api.jqueryui.com/progressbar/">jQuery UI API</a>
<p class="block-content">
@@ -26,7 +26,7 @@ The panel takes the aspect of a progressbar ranging from a value of 0 to the val
<br/>
<a name="TJuiAutoComplete" />
-<h2>TJuiAutoComplete</h2>
+<h2 id="228031">TJuiAutoComplete</h2>
<com:DocLink ClassPath="System.Web.UI.JuiControls.TJuiAutoComplete" /> - <a href="http://api.jqueryui.com/autocomplete/">jQuery UI API</a>
<p class="block-content">
@@ -50,7 +50,7 @@ When a suggestion is selected the <tt>OnSuggestionSelected</tt> event is raised,
<a name="TJuiDialog" />
-<h2>TJuiDialog</h2>
+<h2 id="228032">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">
@@ -72,7 +72,7 @@ The buttons may contain a callback that will be fired when they are clicked.
<a name="TJuiDatePicker" />
-<h2>TJuiDatePicker</h2>
+<h2 id="228033">TJuiDatePicker</h2>
<com:DocLink ClassPath="System.Web.UI.JuiControls.TJuiDatePicker" /> - <a href="http://api.jqueryui.com/datepicker/">jQuery UI API</a>
<p class="block-content">