added: "EditArea" code highlighter and editing tool for WebGUI::Form::Codearea, used

in Template, Snippet, SQLReport, and more
This commit is contained in:
Doug Bell 2008-10-14 00:06:08 +00:00
parent 8848a71d52
commit 810c8247cc
138 changed files with 12642 additions and 7 deletions

View file

@ -69,6 +69,7 @@ sub definition {
properties => {
template => {
fieldType => 'codearea',
syntax => "html",
defaultValue => undef,
},
isEditable => {
@ -165,6 +166,7 @@ sub getEditForm {
-name=>"template",
-label=>$i18n->get('assetName'),
-hoverHelp=>$i18n->get('template description'),
-syntax => "html",
-value=>$self->getValue("template")
);
$tabform->getTab("properties")->codearea(