202 lines
6.8 KiB
Perl
202 lines
6.8 KiB
Perl
package WebGUI::Help::Asset_DataForm;
|
|
|
|
our $HELP = {
|
|
'data form add/edit' => {
|
|
title => '61',
|
|
body => '71',
|
|
fields => [
|
|
{
|
|
title => '82',
|
|
description => '82 description',
|
|
namespace => 'Asset_DataForm',
|
|
},
|
|
{
|
|
title => '80',
|
|
description => '80 description',
|
|
namespace => 'Asset_DataForm',
|
|
},
|
|
{
|
|
title => '81',
|
|
description => '81 description',
|
|
namespace => 'Asset_DataForm',
|
|
},
|
|
{
|
|
title => '87',
|
|
description => '87 description',
|
|
namespace => 'Asset_DataForm',
|
|
},
|
|
{
|
|
title => 'defaultView',
|
|
description => 'defaultView description',
|
|
namespace => 'Asset_DataForm',
|
|
},
|
|
{
|
|
title => '16',
|
|
description => '16 description',
|
|
namespace => 'Asset_DataForm',
|
|
},
|
|
{
|
|
title => '74',
|
|
description => '74 description',
|
|
namespace => 'Asset_DataForm',
|
|
},
|
|
{
|
|
title => '744',
|
|
description => '744 description',
|
|
namespace => 'Asset_DataForm',
|
|
},
|
|
{
|
|
title => '76',
|
|
description => '76 description',
|
|
namespace => 'Asset_DataForm',
|
|
},
|
|
{
|
|
title => '105',
|
|
description => '105 description',
|
|
namespace => 'Asset_DataForm',
|
|
},
|
|
{
|
|
title => '86',
|
|
description => '86 description',
|
|
namespace => 'Asset_DataForm',
|
|
},
|
|
{
|
|
title => '76',
|
|
description => '76 description',
|
|
namespace => 'Asset_DataForm',
|
|
},
|
|
],
|
|
related => [
|
|
{
|
|
tag => 'data form fields add/edit',
|
|
namespace => 'Asset_DataForm'
|
|
},
|
|
{
|
|
tag => 'data form list template',
|
|
namespace => 'Asset_DataForm'
|
|
},
|
|
{
|
|
tag => 'data form template',
|
|
namespace => 'Asset_DataForm'
|
|
},
|
|
{
|
|
tag => 'wobjects using',
|
|
namespace => 'Wobject'
|
|
},
|
|
{
|
|
tag => 'asset fields',
|
|
namespace => 'Asset'
|
|
},
|
|
]
|
|
},
|
|
'data form fields add/edit' => {
|
|
title => '62',
|
|
body => '72',
|
|
fields => [
|
|
{
|
|
title => '104',
|
|
description => '104 description',
|
|
namespace => 'Asset_DataForm',
|
|
},
|
|
{
|
|
title => '77',
|
|
description => '77 description',
|
|
namespace => 'Asset_DataForm',
|
|
},
|
|
{
|
|
title => '102',
|
|
description => '102 description',
|
|
namespace => 'Asset_DataForm',
|
|
},
|
|
{
|
|
title => '21',
|
|
description => '21 description',
|
|
namespace => 'Asset_DataForm',
|
|
},
|
|
{
|
|
title => '22',
|
|
description => '22 description',
|
|
namespace => 'Asset_DataForm',
|
|
},
|
|
{
|
|
title => '23',
|
|
description => '23 description',
|
|
namespace => 'Asset_DataForm',
|
|
},
|
|
{
|
|
title => '8',
|
|
description => '8 description',
|
|
namespace => 'Asset_DataForm',
|
|
},
|
|
{
|
|
title => '27',
|
|
description => '27 description',
|
|
namespace => 'Asset_DataForm',
|
|
},
|
|
{
|
|
title => 'editField vertical label',
|
|
description => 'editField vertical label description',
|
|
namespace => 'Asset_DataForm',
|
|
},
|
|
{
|
|
title => 'editField extras label',
|
|
description => 'editField extras label description',
|
|
namespace => 'Asset_DataForm',
|
|
},
|
|
{
|
|
title => '24',
|
|
description => '24 description',
|
|
namespace => 'Asset_DataForm',
|
|
},
|
|
{
|
|
title => '25',
|
|
description => '25 description',
|
|
namespace => 'Asset_DataForm',
|
|
},
|
|
],
|
|
related => [
|
|
{
|
|
tag => 'data form template',
|
|
namespace => 'Asset_DataForm'
|
|
},
|
|
{
|
|
tag => 'data form add/edit',
|
|
namespace => 'Asset_DataForm'
|
|
}
|
|
]
|
|
},
|
|
'data form template' => {
|
|
title => '82',
|
|
body => '83',
|
|
fields => [
|
|
],
|
|
related => [
|
|
{
|
|
tag => 'data form fields add/edit',
|
|
namespace => 'Asset_DataForm'
|
|
},
|
|
{
|
|
tag => 'data form add/edit',
|
|
namespace => 'Asset_DataForm'
|
|
},
|
|
{
|
|
tag => 'wobject template',
|
|
namespace => 'Wobject'
|
|
}
|
|
]
|
|
},
|
|
'data form list template' => {
|
|
title => '88',
|
|
body => '89',
|
|
fields => [
|
|
],
|
|
related => [
|
|
{
|
|
tag => 'data form add/edit',
|
|
namespace => 'Asset_DataForm'
|
|
}
|
|
]
|
|
},
|
|
};
|
|
|
|
1;
|