Changeset 1506 for branches/3.0
- Timestamp:
- 11/25/2006 07:20:23 AM (2 years ago)
- Location:
- branches/3.0/demos/quickstart/protected/pages
- Files:
-
- 2 modified
-
Controls/Repeater.page (modified) (1 diff)
-
GettingStarted/Introduction.page (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/demos/quickstart/protected/pages/Controls/Repeater.page
r1397 r1506 20 20 <com:TTextHighlighter Language="php" CssClass="source"> 21 21 class MyPage extends TPage { 22 p rotectedfunction onLoad($param) {22 public function onLoad($param) { 23 23 parent::onLoad($param); 24 24 if(!$this->IsPostBack) { -
branches/3.0/demos/quickstart/protected/pages/GettingStarted/Introduction.page
r1397 r1506 2 2 <h1 id="101">Welcome to the PRADO Quickstart Tutorial</h1> 3 3 <p> 4 This Quickstart tutorial is provided to help you quickly start building your own Web applications based on PRADO version 3. 0.4 This Quickstart tutorial is provided to help you quickly start building your own Web applications based on PRADO version 3.x. 5 5 </p> 6 6 <p> … … 8 8 </p> 9 9 <ul> 10 <li><a href="http://www.pradosoft.com/docs/classdoc/">PRADO Classes</a></li> 10 11 <li><a href="http://www.pradosoft.com/docs/manual/">PRADO API Documentation</a></li> 11 12 <li><a href="http://www.pradosoft.com/forum/">PRADO Forum</a></li> 12 13 <li><a href="http://www.pradosoft.com/wiki/">PRADO Wiki</a></li> 13 <li><a href="http://trac.pradosoft.com/ wiki/">PRADO Trac</a></li>14 <li><a href="http://trac.pradosoft.com/prado/">PRADO Trac</a></li> 14 15 </ul> 15 16
