added resizable textareas
This commit is contained in:
parent
04911c04e9
commit
722a214f80
13 changed files with 278 additions and 72 deletions
|
|
@ -51,9 +51,17 @@ addRichEditUpload();
|
|||
updateArticle();
|
||||
updateScratch();
|
||||
installSQLForm();
|
||||
addResizableTextareas();
|
||||
|
||||
finish($session); # this line required
|
||||
|
||||
#-------------------------------------------------
|
||||
sub addResizableTextareas {
|
||||
print "\tAllowing user to resize text areas on the fly.\n";
|
||||
$session->setting->remove("textAreaCols");
|
||||
$session->setting->remove("textAreaRows");
|
||||
}
|
||||
|
||||
#-------------------------------------------------
|
||||
sub updateScratch {
|
||||
print "\tIncreasing size of scratch variables.\n";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue