hover help
This commit is contained in:
parent
449081990e
commit
da2d6f8398
3 changed files with 158 additions and 52 deletions
80
lib/WebGUI/Help/Asset_RichEdit.pm
Normal file
80
lib/WebGUI/Help/Asset_RichEdit.pm
Normal file
|
|
@ -0,0 +1,80 @@
|
|||
package WebGUI::Help::Asset_RichEdit;
|
||||
|
||||
our $HELP = {
|
||||
|
||||
'rich edit add/edit' => {
|
||||
title => 'rich edit add/edit title',
|
||||
body => 'rich edit add/edit body',
|
||||
fields => [
|
||||
{
|
||||
title => 'using rich edit',
|
||||
description => 'using rich edit description',
|
||||
namespace => 'Asset_RichEdit',
|
||||
},
|
||||
{
|
||||
title => 'preformatted',
|
||||
description => 'preformatted description',
|
||||
namespace => 'Asset_RichEdit',
|
||||
},
|
||||
{
|
||||
title => 'extended elements',
|
||||
description => 'extended elements description',
|
||||
namespace => 'Asset_RichEdit',
|
||||
},
|
||||
{
|
||||
title => 'editor height',
|
||||
description => 'editor height description',
|
||||
namespace => 'Asset_RichEdit',
|
||||
},
|
||||
{
|
||||
title => 'editor width',
|
||||
description => 'editor width description',
|
||||
namespace => 'Asset_RichEdit',
|
||||
},
|
||||
{
|
||||
title => 'use br',
|
||||
description => 'use br description',
|
||||
namespace => 'Asset_RichEdit',
|
||||
},
|
||||
{
|
||||
title => 'remove line breaks',
|
||||
description => 'remove line breaks description',
|
||||
namespace => 'Asset_RichEdit',
|
||||
},
|
||||
{
|
||||
title => 'no wrap',
|
||||
description => 'no wrap description',
|
||||
namespace => 'Asset_RichEdit',
|
||||
},
|
||||
{
|
||||
title => 'directionality',
|
||||
description => 'directionality description',
|
||||
namespace => 'Asset_RichEdit',
|
||||
},
|
||||
{
|
||||
title => 'toolbar location',
|
||||
description => 'toolbar location description',
|
||||
namespace => 'Asset_RichEdit',
|
||||
},
|
||||
{
|
||||
title => 'css file',
|
||||
description => 'css file description',
|
||||
namespace => 'Asset_RichEdit',
|
||||
},
|
||||
{
|
||||
title => 'enable context menu',
|
||||
description => 'enable context menu description',
|
||||
namespace => 'Asset_RichEdit',
|
||||
},
|
||||
]
|
||||
related => [
|
||||
{
|
||||
tag => 'asset fields',
|
||||
namespace => 'Asset'
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue