diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2014-08-26 16:57:44 +0200 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2014-08-26 16:57:44 +0200 |
commit | 0c5026b55cde5c104f10686afd8b441568175d38 (patch) | |
tree | 47c952901dcb5eccd6dd8b7c6ee7e0b6bf176510 /demos/quickstart/protected/pages/Fundamentals/Pages.page | |
parent | e2e58b8092d588f56ceb69e79f102bd666ca3d19 (diff) |
Added dist-created ids for quickstart demo
Diffstat (limited to 'demos/quickstart/protected/pages/Fundamentals/Pages.page')
-rwxr-xr-x | demos/quickstart/protected/pages/Fundamentals/Pages.page | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/quickstart/protected/pages/Fundamentals/Pages.page b/demos/quickstart/protected/pages/Fundamentals/Pages.page index 58f4f06d..d52dccf5 100755 --- a/demos/quickstart/protected/pages/Fundamentals/Pages.page +++ b/demos/quickstart/protected/pages/Fundamentals/Pages.page @@ -15,7 +15,7 @@ A form submission is called <i>postback</i> if the submission is made to the pag <tt>TPage</tt> has a <tt>IsPostBack</tt> property exposing whether the current request being handled is the first request for this page or the consequence of a postback.
</p>
-<h2>CallBack</h2>
+<h2 id="32008">CallBack</h2>
<p class="block-content">
A <i>callback</i> is a special form submission that, instead of requiring a full page reload on the browser, gets executed in the background through an ajax call. So, a callback is considered a postback too, but not vice versa.
<br/>
|