- Timestamp:
- 02/16/2007 01:55:14 PM (23 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/demos/quickstart/protected/pages/Controls/NewControl.page
r1397 r1701 58 58 private $_label; 59 59 private $_textbox; 60 p rotectedfunction createChildControls() {60 public function createChildControls() { 61 61 $this->_label=new TLabel; 62 62 $this->_label->setID('Label');
