summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/ActiveControls/Home.page
diff options
context:
space:
mode:
Diffstat (limited to 'demos/quickstart/protected/pages/ActiveControls/Home.page')
-rw-r--r--demos/quickstart/protected/pages/ActiveControls/Home.page12
1 files changed, 6 insertions, 6 deletions
diff --git a/demos/quickstart/protected/pages/ActiveControls/Home.page b/demos/quickstart/protected/pages/ActiveControls/Home.page
index 1a216db6..8aec52c0 100644
--- a/demos/quickstart/protected/pages/ActiveControls/Home.page
+++ b/demos/quickstart/protected/pages/ActiveControls/Home.page
@@ -380,7 +380,7 @@ realize the active controls. They can be useful to develop new active controls,
to use them.</p>
<ul id="u4" class="block-content">
<li>
- <h3>TActiveControlAdapter</h3>
+ <h3 id="210028">TActiveControlAdapter</h3>
<com:DocLink ClassPath="System.Web.UI.ActiveControls.TActiveControlAdapter" />
<p class="block-content">
<tt>TActiveControlAdapter</tt> customizes the parent TControl class for active control classes.
@@ -390,7 +390,7 @@ to use them.</p>
</li>
<li>
- <h3>TActiveListControlAdapter</h3>
+ <h3 id="210029">TActiveListControlAdapter</h3>
<com:DocLink ClassPath="System.Web.UI.ActiveControls.TActiveListControlAdapter" />
<p class="block-content">
<tt>TActiveListControlAdapter</tt> allows the adapted list controls to change the selections
@@ -399,7 +399,7 @@ to use them.</p>
</li>
<li>
- <h3>TActivePageAdapter</h3>
+ <h3 id="210030">TActivePageAdapter</h3>
<com:DocLink ClassPath="System.Web.UI.ActiveControls.TActivePageAdapter" />
<p class="block-content">
<tt>TActivePageAdapter</tt> process the page life-cycle for callback requests.
@@ -407,7 +407,7 @@ to use them.</p>
</li>
<li>
- <h3>TBaseActiveControl</h3>
+ <h3 id="210031">TBaseActiveControl</h3>
<com:DocLink ClassPath="System.Web.UI.ActiveControls.TBaseActiveControl" />
<p class="block-content">
<tt>TBaseActiveControl</tt> class provided additional basic properties common for every
@@ -421,7 +421,7 @@ to use them.</p>
</li>
<li>
- <h3>TCallbackResponseAdapter</h3>
+ <h3 id="210032">TCallbackResponseAdapter</h3>
<com:DocLink ClassPath="System.Web.UI.ActiveControls.TCallbackResponseAdapter" />
<p class="block-content">
<tt>TCallbackResponseAdapter</tt> alters the <tt>THttpResponse</tt>'s outputs.
@@ -435,7 +435,7 @@ to use them.</p>
</ul>
-<h2>Active Control Infrastructure Advanced Classes</h2>
+<h2 id="210027">Active Control Infrastructure Advanced Classes</h2>
<p class="block-content">The following classes provide advanced properties and events needed to realize the active controls.
A Prado user can use them to customize active controls behaviour and interact directly with the client side during a callback.
</p>