should be using ^Extras; macro instead
This commit is contained in:
parent
4875df88f7
commit
ee4f857d59
1 changed files with 0 additions and 3 deletions
|
|
@ -159,9 +159,6 @@ sub view {
|
||||||
#This automatically creates template variables for all of your wobject's properties.
|
#This automatically creates template variables for all of your wobject's properties.
|
||||||
my $var = $self->get;
|
my $var = $self->get;
|
||||||
|
|
||||||
#This is where you will store your wobject's extras files, any javascript, css, or any other files your wobject may use.
|
|
||||||
$var->{'extrasFolder'} = $session->url->extras("/wobject/NewWobject");
|
|
||||||
|
|
||||||
#This is an example of debugging code to help you diagnose problems.
|
#This is an example of debugging code to help you diagnose problems.
|
||||||
#WebGUI::ErrorHandler::warn($self->get("templateId"));
|
#WebGUI::ErrorHandler::warn($self->get("templateId"));
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue