forward port of branch_6_7 work
This commit is contained in:
parent
b2d70c9e50
commit
90f2487aa3
2 changed files with 27 additions and 6 deletions
|
|
@ -31,6 +31,16 @@ our $HELP = {
|
||||||
description => 'editor width description',
|
description => 'editor width description',
|
||||||
namespace => 'Asset_RichEdit',
|
namespace => 'Asset_RichEdit',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title => 'source editor height',
|
||||||
|
description => 'source editor height description',
|
||||||
|
namespace => 'Asset_RichEdit',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title => 'source editor width',
|
||||||
|
description => 'source editor width description',
|
||||||
|
namespace => 'Asset_RichEdit',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title => 'use br',
|
title => 'use br',
|
||||||
description => 'use br description',
|
description => 'use br description',
|
||||||
|
|
|
||||||
|
|
@ -372,13 +372,23 @@ option is set to Yes, then all whitespace entered into the form will be preserve
|
||||||
},
|
},
|
||||||
|
|
||||||
'editor height description' => {
|
'editor height description' => {
|
||||||
message => q|The height of the Rich Editor, in pixels|,
|
message => q|The height of the entire Rich Editor, including editing controls, in pixels|,
|
||||||
lastUpdated => 1119584875,
|
lastUpdated => 1130878323,
|
||||||
},
|
},
|
||||||
|
|
||||||
'editor width description' => {
|
'editor width description' => {
|
||||||
message => q|The width of the Rich Editor, in pixels|,
|
message => q|The width of the entire Rich Editor, including editing controls, in pixels|,
|
||||||
lastUpdated => 1119584875,
|
lastUpdated => 1130878326,
|
||||||
|
},
|
||||||
|
|
||||||
|
'source editor height description' => {
|
||||||
|
message => q|The height of the area in the Rich Editor where the user can enter code, in pixels|,
|
||||||
|
lastUpdated => 1130877981,
|
||||||
|
},
|
||||||
|
|
||||||
|
'source editor width description' => {
|
||||||
|
message => q|The width of the area in the Rich Editor where the user can enter code, in pixels|,
|
||||||
|
lastUpdated => 1130877982,
|
||||||
},
|
},
|
||||||
|
|
||||||
'use br description' => {
|
'use br description' => {
|
||||||
|
|
@ -407,8 +417,9 @@ option is set to Yes, then all whitespace entered into the form will be preserve
|
||||||
},
|
},
|
||||||
|
|
||||||
'css file description' => {
|
'css file description' => {
|
||||||
message => q|Specifies a CSS file used to style the contents of the editor.|,
|
message => q|Specifies a CSS file used to style the contents of the editor. If no CSS file is specified, a
|
||||||
lastUpdated => 1119584875,
|
default will be used.|,
|
||||||
|
lastUpdated => 1130878079,
|
||||||
},
|
},
|
||||||
|
|
||||||
'enable context menu description' => {
|
'enable context menu description' => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue