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:
Eric Kennedy 2009-05-13 23:53:41 +00:00
parent b877e8fa05
commit b361e5db9c
4 changed files with 50 additions and 0 deletions

View file

@ -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,