text area style

This commit is contained in:
Roland Gruber 2012-05-17 10:04:54 +00:00
parent dc3d0b21a9
commit 9c66297128
1 changed files with 1 additions and 0 deletions

View File

@ -1808,6 +1808,7 @@ class htmlTableExtendedInputTextarea extends htmlInputTextarea {
parent::__construct($name, $value, $colCount, $rowCount);
$this->label = htmlspecialchars($label);
$this->helpID = $helpID;
$this->alignment = htmlElement::ALIGN_TOP;
}
/**