added resizable textareas
This commit is contained in:
parent
04911c04e9
commit
722a214f80
13 changed files with 278 additions and 72 deletions
|
|
@ -135,18 +135,6 @@ sub www_editSettings {
|
|||
-options=>WebGUI::Asset::RichEdit->getList($session),
|
||||
-defaultValue=>["PBrichedit000000000001"]
|
||||
);
|
||||
$tabform->getTab("ui")->integer(
|
||||
-name=>"textAreaRows",
|
||||
-label=>$i18n->get(463),
|
||||
-hoverHelp=>$i18n->get('463 description'),
|
||||
-value=>$session->setting->get("textAreaRows")
|
||||
);
|
||||
$tabform->getTab("ui")->integer(
|
||||
-name=>"textAreaCols",
|
||||
-label=>$i18n->get(464),
|
||||
-hoverHelp=>$i18n->get('464 description'),
|
||||
-value=>$session->setting->get("textAreaCols")
|
||||
);
|
||||
$tabform->getTab("ui")->integer(
|
||||
-name=>"textBoxSize",
|
||||
-label=>$i18n->get(465),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue