Changeset 124
- Timestamp:
- 05/18/08 03:25:04 (3 months ago)
- Files:
-
- trunk/rapyd/components/fields/textarea.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/rapyd/components/fields/textarea.php
r74 r124 10 10 function build() 11 11 { 12 $output = ""; 12 13 if(!isset($this->cols)) 13 14 { … … 19 20 unset($this->attributes['type'],$this->attributes['size']); 20 21 parent::build(); 21 22 23 24 22 25 23 switch ($this->status)