added export and rich edit page tree picker, and started on image picker

This commit is contained in:
JT Smith 2005-01-10 03:52:08 +00:00
parent a096a753ba
commit 28b6653e2a
7 changed files with 254 additions and 14 deletions

View file

@ -23,7 +23,6 @@ use Getopt::Long;
use strict qw(subs vars);
use WebGUI;
use WebGUI::Session;
use WebGUI::Export;
$|=1;
@ -35,7 +34,6 @@ GetOptions(
'configFile:s'=>\$configFile,
'pageId:i'=>\$pageId,
'userId:i'=>\$userId,
'styleId:i'=>\$styleId,
'toFile:s'=>\$toFile,
'stripHTML'=>\$stripHTML,
'help'=>\$help,