template variables for WS Client

This commit is contained in:
Colin Kuskie 2007-01-05 04:34:00 +00:00
parent 393b6a1091
commit aa40c5b556
2 changed files with 157 additions and 10 deletions

View file

@ -93,10 +93,15 @@ our $HELP = {
}
]
},
'ws client template' => {
title => '72',
body => '73',
isa => [
{
tag => 'ws client asset template variables',
namespace => 'Asset_WSClient'
},
{
tag => 'pagination template variables',
namespace => 'WebGUI'
@ -129,6 +134,66 @@ our $HELP = {
}
]
},
'ws client asset template variables' => {
title => 'ws client asset template variables title',
body => 'ws client asset template variables body',
isa => [
{
tag => "wobject template variables",
namespace => 'Asset_Wobject'
},
],
variables => [
{
'name' => 'templateId'
},
{
'name' => 'callMethod'
},
{
'name' => 'debugMode'
},
{
'name' => 'execute_by_default'
},
{
'name' => 'paginateAfter'
},
{
'name' => 'paginateVar'
},
{
'name' => 'params'
},
{
'name' => 'preprocessMacros'
},
{
'name' => 'proxy'
},
{
'name' => 'uri'
},
{
'name' => 'decodeUtf8'
},
{
'name' => 'httpHeader'
},
{
'name' => 'cacheTTL'
},
{
'name' => 'sharedCache'
},
],
fields => [
],
related => [
]
},
};
1;