diff options
Diffstat (limited to 'demos/quickstart/protected')
3 files changed, 3 insertions, 3 deletions
diff --git a/demos/quickstart/protected/pages/Controls/Accordion.page b/demos/quickstart/protected/pages/Controls/Accordion.page index c4637c4b..4cb4b2ed 100644 --- a/demos/quickstart/protected/pages/Controls/Accordion.page +++ b/demos/quickstart/protected/pages/Controls/Accordion.page @@ -1,6 +1,6 @@ <com:TContent ID="body" >
-<h1>TAccordion</h1>
+<h1 id="54001">TAccordion</h1>
<com:DocLink ClassPath="System.Web.UI.WebControls.TAccordion" />
<p class="block-content">
diff --git a/demos/quickstart/protected/pages/Controls/FlushOutput.page b/demos/quickstart/protected/pages/Controls/FlushOutput.page index 39b0b8be..78459aca 100644 --- a/demos/quickstart/protected/pages/Controls/FlushOutput.page +++ b/demos/quickstart/protected/pages/Controls/FlushOutput.page @@ -1,6 +1,6 @@ <com:TContent ID="body" >
-<h1>TFlushOutput</h1>
+<h1 id="74002">TFlushOutput</h1>
<com:DocLink ClassPath="System.Web.UI.WebControls.TFlushOutput" />
<p class="block-content">
diff --git a/demos/quickstart/protected/pages/Services/RpcService.page b/demos/quickstart/protected/pages/Services/RpcService.page index ef6ded94..f5d38c84 100755 --- a/demos/quickstart/protected/pages/Services/RpcService.page +++ b/demos/quickstart/protected/pages/Services/RpcService.page @@ -1,6 +1,6 @@ <com:TContent ID="body" >
-<h1>RPC Service</h1>
+<h1 id="218003">RPC Service</h1>
<p class="block-content">
RPC Service stands for "Remote Procedure Call" Service and is a common name used to identify a service that exposes an interface that can be called by remote programs in order to execute a procedure.
|