- api: Form Controls and Workflow Activities may now include web based helper

subroutines directly in their files. See
   WebGUI::Operation::FormHelpers::www_formHelper and
   WebGUI::Operation::Workflow::www_activityHelper for details.
This commit is contained in:
JT Smith 2007-07-05 02:31:46 +00:00
parent ce12dca15d
commit 0d145e6d91
9 changed files with 692 additions and 108 deletions

View file

@ -109,6 +109,7 @@ sub getOperations {
'editCommerceSettings' => 'WebGUI::Operation::Commerce',
'editCommerceSettingsSave' => 'WebGUI::Operation::Commerce',
'listTransactions' => 'WebGUI::Operation::Commerce',
'salesTaxTable' => 'WebGUI::Operation::Commerce',
'selectPaymentGateway' => 'WebGUI::Operation::Commerce',
'selectPaymentGatewaySave' => 'WebGUI::Operation::Commerce',
'selectShippingMethod' => 'WebGUI::Operation::Commerce',
@ -130,6 +131,7 @@ sub getOperations {
'listDatabaseLinks' => 'WebGUI::Operation::DatabaseLink',
'formAssetTree' => 'WebGUI::Operation::FormHelpers',
'formHelper' => 'WebGUI::Operation::FormHelpers',
'richEditAddFolder' => 'WebGUI::Operation::FormHelpers',
'richEditAddFolderSave' => 'WebGUI::Operation::FormHelpers',
'richEditAddImage' => 'WebGUI::Operation::FormHelpers',
@ -137,7 +139,6 @@ sub getOperations {
'richEditImageTree' => 'WebGUI::Operation::FormHelpers',
'richEditPageTree' => 'WebGUI::Operation::FormHelpers',
'richEditViewThumbnail' => 'WebGUI::Operation::FormHelpers',
'salesTaxTable' => 'WebGUI::Operation::FormHelpers',
'addGroupsToGroupSave' => 'WebGUI::Operation::Group',
'addUsersToGroupSave' => 'WebGUI::Operation::Group',