Converting the textarea fields to editor fields, starting in the admin view. gh-305

This commit is contained in:
2018-06-25 04:25:10 +02:00
parent 568ff0ff9c
commit e774bf1002
16 changed files with 498 additions and 393 deletions

View File

@@ -368,18 +368,22 @@
name="not_required"
default="[]"
/>
<!-- Php_getlistquery Field. Type: Textarea. (joomla) -->
<!-- Php_getlistquery Field. Type: Editor. (joomla) -->
<field
type="textarea"
type="editor"
name="php_getlistquery"
label="COM_COMPONENTBUILDER_DYNAMIC_GET_PHP_GETLISTQUERY_LABEL"
rows="30"
cols="15"
description="COM_COMPONENTBUILDER_DYNAMIC_GET_PHP_GETLISTQUERY_DESCRIPTION"
class="text_area span12"
width="100%"
height="450px"
cols="15"
rows="30"
buttons="no"
syntax="php"
editor="codemirror|none"
filter="raw"
hint="COM_COMPONENTBUILDER_DYNAMIC_GET_PHP_GETLISTQUERY_HINT"
required="true"
validate="code"
/>
<!-- Filter Field. Type: Subform. (joomla) -->
<field