From 654a9cae43358c7eecf3b522e9876aa7815e2453 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Mon, 7 Dec 2015 15:57:51 +0100 Subject: Move urls from pradosoft.com to github's project page; drop unmaintained quickstart tutorial translations --- .../blog-tutorial/protected/pages/Day3/CreateAdminUser.page | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'demos/blog-tutorial/protected/pages/Day3/CreateAdminUser.page') diff --git a/demos/blog-tutorial/protected/pages/Day3/CreateAdminUser.page b/demos/blog-tutorial/protected/pages/Day3/CreateAdminUser.page index a278fa69..06e3dbdc 100755 --- a/demos/blog-tutorial/protected/pages/Day3/CreateAdminUser.page +++ b/demos/blog-tutorial/protected/pages/Day3/CreateAdminUser.page @@ -22,13 +22,13 @@ We create two files protected/pages/users/AdminUser.page and protec

Creating Page Template

-We use TDataGrid to display the user accounts. Based on the above analysis, we configure the following four columns: +We use TDataGrid to display the user accounts. Based on the above analysis, we configure the following four columns:

The complete page template is shown as follows:

@@ -123,7 +123,7 @@ In the above, the deleteButtonClicked() method is invoked whenever a "D

-All data-bound controls have similar usage pattern. That is, set the DataSource property with the data and call dataBind() method to binds the data to the control's internal structure. +All data-bound controls have similar usage pattern. That is, set the DataSource property with the data and call dataBind() method to binds the data to the control's internal structure. -- cgit v1.2.3