From 0c5026b55cde5c104f10686afd8b441568175d38 Mon Sep 17 00:00:00 2001
From: Fabio Bas
Date: Tue, 26 Aug 2014 16:57:44 +0200
Subject: Added dist-created ids for quickstart demo
---
demos/quickstart/protected/pages/Fundamentals/Pages.page | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'demos/quickstart/protected/pages/Fundamentals')
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 postback if the submission is made to the pag
TPage has a IsPostBack property exposing whether the current request being handled is the first request for this page or the consequence of a postback.
-CallBack
+CallBack
A callback 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.
--
cgit v1.2.3