Huge amount of ISA work for Assets (as opposed to Wobjects).

Bug fix for toolbar button rows that do not go away when all buttons
are deselected.
This commit is contained in:
Colin Kuskie 2006-12-23 23:58:51 +00:00
parent 224b2c08d1
commit 93288c8332
20 changed files with 518 additions and 71 deletions

View file

@ -68,6 +68,10 @@ our $HELP = {
title => 'view title',
body => 'view body',
isa => [
{
tag => 'wiki page asset template variables',
namespace => 'Asset_WikiPage'
},
],
variables => [
{
@ -119,6 +123,35 @@ our $HELP = {
],
},
'wiki page asset template variables' => {
title => 'vars title',
body => 'vars body',
isa => [
],
variables => [
{
name => 'storageId',
},
{
name => 'content variable',
},
{
name => 'views',
},
{
name => 'isProtected',
},
{
'name' => 'actionTaken',
},
{
'name' => 'actionTakenBy',
},
],
related => [
],
},
'history template' => {
title => 'history title',
body => 'history body',