webgui/lib/WebGUI/Help/WSClient.pm
2004-07-04 20:29:01 +00:00

34 lines
536 B
Perl

package WebGUI::Help::WSClient;
our $HELP = {
'web services client add/edit' => {
title => '61',
body => '71',
related => [
{
tag => 'web services client template',
namespace => 'WSClient'
},
{
tag => 'wobjects using',
namespace => 'WebGUI'
}
]
},
'web services client template' => {
title => '72',
body => '73',
related => [
{
tag => 'web services client add/edit',
namespace => 'WSClient'
},
{
tag => 'wobject template',
namespace => 'WebGUI'
}
]
},
};
1;