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

@ -95,6 +95,8 @@ sub getOperations {
'editDatabaseLink' => 'WebGUI::Operation::DatabaseLink',
'editDatabaseLinkSave' => 'WebGUI::Operation::DatabaseLink',
'listDatabaseLinks' => 'WebGUI::Operation::DatabaseLink',
'richEditPageTree' => 'WebGUI::Operation::RichEdit',
'richEditImage' => 'WebGUI::Operation::RichEdit',
'manageUsersInGroup' => 'WebGUI::Operation::Group',
'deleteGroup' => 'WebGUI::Operation::Group',
'deleteGroupConfirm' => 'WebGUI::Operation::Group',