diff options
author | rojaro <> | 2011-06-03 21:57:48 +0000 |
---|---|---|
committer | rojaro <> | 2011-06-03 21:57:48 +0000 |
commit | f70d017d69274a49bfccd8003ddfc27e6132edd1 (patch) | |
tree | 8d65551efb36413b378ff8d1f826cd8388331dd5 /demos/quickstart/protected/pages/ActiveControls/ActiveHyperLink.page | |
parent | ff051c0628c1b9cc5aa2a6556f25a95d446e077d (diff) |
removed last-modified message from templates
Diffstat (limited to 'demos/quickstart/protected/pages/ActiveControls/ActiveHyperLink.page')
-rw-r--r-- | demos/quickstart/protected/pages/ActiveControls/ActiveHyperLink.page | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/demos/quickstart/protected/pages/ActiveControls/ActiveHyperLink.page b/demos/quickstart/protected/pages/ActiveControls/ActiveHyperLink.page index e5e51d1f..d4a89f5f 100644 --- a/demos/quickstart/protected/pages/ActiveControls/ActiveHyperLink.page +++ b/demos/quickstart/protected/pages/ActiveControls/ActiveHyperLink.page @@ -1,10 +1,9 @@ <com:TContent ID="body">
-<!-- $Id$ -->
<h1 id="ActiveHyperLink">TActiveHyperLink</h1>
<com:DocLink ClassPath="System.Web.UI.ActiveControls.TActiveHyperLink" />
<p id="770021" class="block-content">
-The active control counterpart of <a href=?page=Controls.HyperLink">THyperLink</a>
+The active control counterpart of <a href="?page=Controls.HyperLink">THyperLink</a>
component. During a callback request, changes to the <tt>Text</tt>, <tt>ImageUrl</tt>,
<tt>NavigateUrl</tt> and <tt>Target</tt> properties on the server side will also
change the corresponding attributes and content on the client-side.
@@ -12,4 +11,4 @@ change the corresponding attributes and content on the client-side. <com:RunBar PagePath="ActiveControls.Samples.TActiveHyperLink.Home" />
-<div class="last-modified">$Id$</div></com:TContent>
\ No newline at end of file +</com:TContent>
|