Update Macro docs to point to where DateTime is now
Add session vars to form element calls.
This commit is contained in:
parent
b1b4e50619
commit
25ed7e1527
6 changed files with 10 additions and 10 deletions
|
|
@ -211,7 +211,7 @@ sub www_manageTrash {
|
|||
my $title = $child->getTitle;
|
||||
$title =~ s/\'/\\\'/g;
|
||||
$output .= "assetManager.AddLine('"
|
||||
.WebGUI::Form::checkbox({
|
||||
.WebGUI::Form::checkbox($self->session, {
|
||||
name=>'assetId',
|
||||
value=>$child->getId
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue