text area style
This commit is contained in:
parent
dc3d0b21a9
commit
9c66297128
|
@ -1808,6 +1808,7 @@ class htmlTableExtendedInputTextarea extends htmlInputTextarea {
|
||||||
parent::__construct($name, $value, $colCount, $rowCount);
|
parent::__construct($name, $value, $colCount, $rowCount);
|
||||||
$this->label = htmlspecialchars($label);
|
$this->label = htmlspecialchars($label);
|
||||||
$this->helpID = $helpID;
|
$this->helpID = $helpID;
|
||||||
|
$this->alignment = htmlElement::ALIGN_TOP;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue