mirror of https://github.com/avecms/AVE.cms.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
381 B
8 lines
381 B
7 years ago
|
{if $codemirror != load}
|
||
|
{assign var = codemirror value='' scope="global"}
|
||
|
{include file = "$codemirror_connect"}
|
||
|
{assign var = codemirror value="load" scope="global"}
|
||
|
{/if}
|
||
|
|
||
|
<textarea id="field_code_{$f_id}" name="feld[{$field_id}]">{$field_value|escape}</textarea>
|
||
|
{include file="$codemirror_editor" conn_id=$f_id textarea_id="field_code_$f_id" ctrls='SaveAjax();' height=300}
|