remove TabForm from use and documentation
This commit is contained in:
parent
9ab36a72ee
commit
d8ef2ebe56
9 changed files with 4 additions and 9 deletions
|
|
@ -207,7 +207,7 @@ sub exportWriteFile {
|
|||
|
||||
=head2 getEditForm ( )
|
||||
|
||||
Returns the TabForm object that will be used in generating the edit page for this asset.
|
||||
Returns the WebGUI::FormBuilder object that will be used in generating the edit page for this asset.
|
||||
|
||||
=cut
|
||||
|
||||
|
|
|
|||
|
|
@ -129,7 +129,7 @@ sub generateThumbnail {
|
|||
|
||||
=head2 getEditForm ( )
|
||||
|
||||
Returns the TabForm object that will be used in generating the edit page for this asset.
|
||||
Returns the WebGUI::FormBuilder object that will be used in generating the edit page for this asset.
|
||||
|
||||
=cut
|
||||
|
||||
|
|
|
|||
|
|
@ -199,7 +199,7 @@ These methods are available from this class:
|
|||
|
||||
=head2 getEditForm ( )
|
||||
|
||||
Returns the TabForm object that will be used in generating the edit page for this asset.
|
||||
Returns the WebGUI::FormBuilder object that will be used in generating the edit page for this asset.
|
||||
|
||||
=cut
|
||||
|
||||
|
|
|
|||
|
|
@ -272,7 +272,7 @@ sub getAttachments {
|
|||
|
||||
=head2 getEditForm ( )
|
||||
|
||||
Returns the TabForm object that will be used in generating the edit page for this asset.
|
||||
Returns the WebGUI::FormBuilder object that will be used in generating the edit page for this asset.
|
||||
|
||||
=cut
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,6 @@ use Tie::IxHash;
|
|||
use WebGUI::Form;
|
||||
use WebGUI::International;
|
||||
use WebGUI::SQL;
|
||||
use WebGUI::TabForm;
|
||||
|
||||
use Moose;
|
||||
use WebGUI::Definition::Asset;
|
||||
|
|
|
|||
|
|
@ -15,7 +15,6 @@ use WebGUI::AdminConsole;
|
|||
use WebGUI::International;
|
||||
use WebGUI::Asset::Template;
|
||||
use WebGUI::Macro;
|
||||
use WebGUI::TabForm;
|
||||
use WebGUI::Pluggable;
|
||||
|
||||
=head1 NAME
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@ package WebGUI::Operation::Settings;
|
|||
use strict qw(vars subs);
|
||||
use Tie::IxHash;
|
||||
use WebGUI::AdminConsole;
|
||||
use WebGUI::TabForm;
|
||||
use WebGUI::International;
|
||||
use WebGUI::SQL;
|
||||
require WebGUI::Asset::RichEdit;
|
||||
|
|
|
|||
|
|
@ -21,7 +21,6 @@ use WebGUI::International;
|
|||
use WebGUI::Operation::Auth;
|
||||
use WebGUI::Paginator;
|
||||
use WebGUI::SQL;
|
||||
use WebGUI::TabForm;
|
||||
use WebGUI::User;
|
||||
use JSON;
|
||||
use XML::Simple;
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@ package WebGUI::Shop::TaxDriver::EU;
|
|||
use strict;
|
||||
|
||||
use WebGUI::Content::Account;
|
||||
use WebGUI::TabForm;
|
||||
use WebGUI::International;
|
||||
|
||||
use Business::Tax::VAT::Validation;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue