Update Macro docs to point to where DateTime is now

Add session vars to form element calls.
This commit is contained in:
Colin Kuskie 2006-01-17 05:13:48 +00:00
parent b1b4e50619
commit 25ed7e1527
6 changed files with 10 additions and 10 deletions

View file

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