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

@ -102,6 +102,7 @@
- added [ 881817 ] allowed characters in username
- added [ 1231386 ] Insert WebGUI Image
- added [ 1205807 ] ability to report file size in File template
- added [ 1201811 ] resizable textAreas
- added [ 1376374 ] WebGUI should return a Last-Modified http/1.x header
- fix [ 1178981 ] IE is in "quirks mode" - multi-column layout templates
break

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