added resizable textareas

This commit is contained in:
JT Smith 2006-04-19 19:08:56 +00:00
parent 04911c04e9
commit 722a214f80
13 changed files with 278 additions and 72 deletions

View file

@ -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";