Implemented RFE 10253 - Select DataForm HTMLArea Rich Text Editor - Provides ability to specify the Rich Editor to be used for htmlArea fields on a given DataForm Wobject
This commit is contained in:
parent
b877e8fa05
commit
b361e5db9c
4 changed files with 50 additions and 0 deletions
|
|
@ -2,6 +2,18 @@ package WebGUI::i18n::English::Asset_DataForm;
|
|||
use strict;
|
||||
|
||||
our $I18N = {
|
||||
'htmlAreaRichEditor' => {
|
||||
message => q|HTML Area Rich Editor|,
|
||||
lastUpdated => 0,
|
||||
context => 'label for HTMLArea field Rich Editor selector.',
|
||||
},
|
||||
|
||||
'htmlAreaRichEditor description' => {
|
||||
message => q|Select the Rich Editor you want to use for HTML Area fields.|,
|
||||
lastUpdated => 0,
|
||||
context => 'hover help for HTMLArea field Rich Editor selector.',
|
||||
},
|
||||
|
||||
'delete file' => {
|
||||
message => q|Delete Attached File|,
|
||||
lastUpdated => 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue