remove TabForm from use and documentation

This commit is contained in:
Doug Bell 2011-02-21 20:20:16 -06:00
parent 9ab36a72ee
commit d8ef2ebe56
9 changed files with 4 additions and 9 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

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