added: "EditArea" code highlighter and editing tool for WebGUI::Form::Codearea, used
in Template, Snippet, SQLReport, and more
This commit is contained in:
parent
8848a71d52
commit
810c8247cc
138 changed files with 12642 additions and 7 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue