Converting the textarea fields to editor fields, in the rest of JCB where code is being edited. gh-305

This commit is contained in:
2018-06-25 22:54:26 +02:00
parent fd93feac42
commit 1312e45d4a
22 changed files with 580 additions and 440 deletions

View File

@ -265,7 +265,7 @@ function vvvvvxe(add_javascript_view_footer_vvvvvxe)
// set the function logic
if (add_javascript_view_footer_vvvvvxe == 1)
{
jQuery('#jform_javascript_view_footer').closest('.control-group').show();
jQuery('#jform_javascript_view_footer-lbl').closest('.control-group').show();
if (jform_vvvvvxevws_required)
{
updateFieldRequired('javascript_view_footer',0);
@ -278,7 +278,7 @@ function vvvvvxe(add_javascript_view_footer_vvvvvxe)
}
else
{
jQuery('#jform_javascript_view_footer').closest('.control-group').hide();
jQuery('#jform_javascript_view_footer-lbl').closest('.control-group').hide();
if (!jform_vvvvvxevws_required)
{
updateFieldRequired('javascript_view_footer',1);
@ -296,7 +296,7 @@ function vvvvvxf(add_javascript_views_footer_vvvvvxf)
// set the function logic
if (add_javascript_views_footer_vvvvvxf == 1)
{
jQuery('#jform_javascript_views_footer').closest('.control-group').show();
jQuery('#jform_javascript_views_footer-lbl').closest('.control-group').show();
if (jform_vvvvvxfvwt_required)
{
updateFieldRequired('javascript_views_footer',0);
@ -309,7 +309,7 @@ function vvvvvxf(add_javascript_views_footer_vvvvvxf)
}
else
{
jQuery('#jform_javascript_views_footer').closest('.control-group').hide();
jQuery('#jform_javascript_views_footer-lbl').closest('.control-group').hide();
if (!jform_vvvvvxfvwt_required)
{
updateFieldRequired('javascript_views_footer',1);

View File

@ -1022,18 +1022,22 @@
required="true"
validate="code"
/>
<!-- Javascript_view_footer Field. Type: Textarea. (joomla) -->
<!-- Javascript_view_footer Field. Type: Editor. (joomla) -->
<field
type="textarea"
type="editor"
name="javascript_view_footer"
label="COM_COMPONENTBUILDER_ADMIN_VIEW_JAVASCRIPT_VIEW_FOOTER_LABEL"
rows="30"
cols="15"
description="COM_COMPONENTBUILDER_ADMIN_VIEW_JAVASCRIPT_VIEW_FOOTER_DESCRIPTION"
class="text_area span12"
width="100%"
height="450px"
cols="15"
rows="30"
buttons="no"
syntax="javascript"
editor="codemirror|none"
filter="raw"
hint="COM_COMPONENTBUILDER_ADMIN_VIEW_JAVASCRIPT_VIEW_FOOTER_HINT"
required="true"
validate="code"
/>
<!-- Php_batchmove Field. Type: Editor. (joomla) -->
<field
@ -1148,18 +1152,22 @@
required="true"
validate="code"
/>
<!-- Javascript_views_footer Field. Type: Textarea. (joomla) -->
<!-- Javascript_views_footer Field. Type: Editor. (joomla) -->
<field
type="textarea"
type="editor"
name="javascript_views_footer"
label="COM_COMPONENTBUILDER_ADMIN_VIEW_JAVASCRIPT_VIEWS_FOOTER_LABEL"
rows="30"
cols="15"
description="COM_COMPONENTBUILDER_ADMIN_VIEW_JAVASCRIPT_VIEWS_FOOTER_DESCRIPTION"
class="text_area span12"
width="100%"
height="450px"
cols="15"
rows="30"
buttons="no"
syntax="javascript"
editor="codemirror|none"
filter="raw"
hint="COM_COMPONENTBUILDER_ADMIN_VIEW_JAVASCRIPT_VIEWS_FOOTER_HINT"
required="true"
validate="code"
/>
<!-- Php_after_delete Field. Type: Editor. (joomla) -->
<field

View File

@ -61,7 +61,7 @@ function vvvvvye(add_php_view_vvvvvye)
// set the function logic
if (add_php_view_vvvvvye == 1)
{
jQuery('#jform_php_view').closest('.control-group').show();
jQuery('#jform_php_view-lbl').closest('.control-group').show();
if (jform_vvvvvyevxx_required)
{
updateFieldRequired('php_view',0);
@ -74,7 +74,7 @@ function vvvvvye(add_php_view_vvvvvye)
}
else
{
jQuery('#jform_php_view').closest('.control-group').hide();
jQuery('#jform_php_view-lbl').closest('.control-group').hide();
if (!jform_vvvvvyevxx_required)
{
updateFieldRequired('php_view',1);
@ -92,7 +92,7 @@ function vvvvvyf(add_php_jview_display_vvvvvyf)
// set the function logic
if (add_php_jview_display_vvvvvyf == 1)
{
jQuery('#jform_php_jview_display').closest('.control-group').show();
jQuery('#jform_php_jview_display-lbl').closest('.control-group').show();
if (jform_vvvvvyfvxy_required)
{
updateFieldRequired('php_jview_display',0);
@ -105,7 +105,7 @@ function vvvvvyf(add_php_jview_display_vvvvvyf)
}
else
{
jQuery('#jform_php_jview_display').closest('.control-group').hide();
jQuery('#jform_php_jview_display-lbl').closest('.control-group').hide();
if (!jform_vvvvvyfvxy_required)
{
updateFieldRequired('php_jview_display',1);
@ -123,7 +123,7 @@ function vvvvvyg(add_php_jview_vvvvvyg)
// set the function logic
if (add_php_jview_vvvvvyg == 1)
{
jQuery('#jform_php_jview').closest('.control-group').show();
jQuery('#jform_php_jview-lbl').closest('.control-group').show();
if (jform_vvvvvygvxz_required)
{
updateFieldRequired('php_jview',0);
@ -136,7 +136,7 @@ function vvvvvyg(add_php_jview_vvvvvyg)
}
else
{
jQuery('#jform_php_jview').closest('.control-group').hide();
jQuery('#jform_php_jview-lbl').closest('.control-group').hide();
if (!jform_vvvvvygvxz_required)
{
updateFieldRequired('php_jview',1);
@ -185,7 +185,7 @@ function vvvvvyi(add_css_document_vvvvvyi)
// set the function logic
if (add_css_document_vvvvvyi == 1)
{
jQuery('#jform_css_document').closest('.control-group').show();
jQuery('#jform_css_document-lbl').closest('.control-group').show();
if (jform_vvvvvyivyb_required)
{
updateFieldRequired('css_document',0);
@ -198,7 +198,7 @@ function vvvvvyi(add_css_document_vvvvvyi)
}
else
{
jQuery('#jform_css_document').closest('.control-group').hide();
jQuery('#jform_css_document-lbl').closest('.control-group').hide();
if (!jform_vvvvvyivyb_required)
{
updateFieldRequired('css_document',1);
@ -216,7 +216,7 @@ function vvvvvyj(add_javascript_file_vvvvvyj)
// set the function logic
if (add_javascript_file_vvvvvyj == 1)
{
jQuery('#jform_javascript_file').closest('.control-group').show();
jQuery('#jform_javascript_file-lbl').closest('.control-group').show();
if (jform_vvvvvyjvyc_required)
{
updateFieldRequired('javascript_file',0);
@ -229,7 +229,7 @@ function vvvvvyj(add_javascript_file_vvvvvyj)
}
else
{
jQuery('#jform_javascript_file').closest('.control-group').hide();
jQuery('#jform_javascript_file-lbl').closest('.control-group').hide();
if (!jform_vvvvvyjvyc_required)
{
updateFieldRequired('javascript_file',1);
@ -247,7 +247,7 @@ function vvvvvyk(add_js_document_vvvvvyk)
// set the function logic
if (add_js_document_vvvvvyk == 1)
{
jQuery('#jform_js_document').closest('.control-group').show();
jQuery('#jform_js_document-lbl').closest('.control-group').show();
if (jform_vvvvvykvyd_required)
{
updateFieldRequired('js_document',0);
@ -260,7 +260,7 @@ function vvvvvyk(add_js_document_vvvvvyk)
}
else
{
jQuery('#jform_js_document').closest('.control-group').hide();
jQuery('#jform_js_document-lbl').closest('.control-group').hide();
if (!jform_vvvvvykvyd_required)
{
updateFieldRequired('js_document',1);
@ -330,7 +330,7 @@ function vvvvvym(add_css_vvvvvym)
// set the function logic
if (add_css_vvvvvym == 1)
{
jQuery('#jform_css').closest('.control-group').show();
jQuery('#jform_css-lbl').closest('.control-group').show();
if (jform_vvvvvymvyg_required)
{
updateFieldRequired('css',0);
@ -343,7 +343,7 @@ function vvvvvym(add_css_vvvvvym)
}
else
{
jQuery('#jform_css').closest('.control-group').hide();
jQuery('#jform_css-lbl').closest('.control-group').hide();
if (!jform_vvvvvymvyg_required)
{
updateFieldRequired('css',1);

View File

@ -154,31 +154,39 @@
required="false"
button="true"
/>
<!-- Php_jview_display Field. Type: Textarea. (joomla) -->
<!-- Php_jview_display Field. Type: Editor. (joomla) -->
<field
type="textarea"
type="editor"
name="php_jview_display"
label="COM_COMPONENTBUILDER_CUSTOM_ADMIN_VIEW_PHP_JVIEW_DISPLAY_LABEL"
rows="17"
cols="5"
description="COM_COMPONENTBUILDER_CUSTOM_ADMIN_VIEW_PHP_JVIEW_DISPLAY_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_CUSTOM_ADMIN_VIEW_PHP_JVIEW_DISPLAY_HINT"
required="true"
validate="code"
/>
<!-- Php_view Field. Type: Textarea. (joomla) -->
<!-- Php_view Field. Type: Editor. (joomla) -->
<field
type="textarea"
type="editor"
name="php_view"
label="COM_COMPONENTBUILDER_CUSTOM_ADMIN_VIEW_PHP_VIEW_LABEL"
rows="17"
cols="5"
description="COM_COMPONENTBUILDER_CUSTOM_ADMIN_VIEW_PHP_VIEW_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_CUSTOM_ADMIN_VIEW_PHP_VIEW_HINT"
required="true"
validate="code"
/>
<!-- Php_document Field. Type: Editor. (joomla) -->
<field
@ -372,17 +380,22 @@
<option value="0">
COM_COMPONENTBUILDER_CUSTOM_ADMIN_VIEW_NO</option>
</field>
<!-- Default Field. Type: Textarea. (joomla) -->
<!-- Default Field. Type: Editor. (joomla) -->
<field
type="textarea"
type="editor"
name="default"
label="COM_COMPONENTBUILDER_CUSTOM_ADMIN_VIEW_DEFAULT_LABEL"
rows="20"
description="COM_COMPONENTBUILDER_CUSTOM_ADMIN_VIEW_DEFAULT_DESCRIPTION"
width="100%"
height="500px"
cols="15"
class="text_area span12"
rows="30"
buttons="no"
syntax="html"
editor="codemirror|none"
filter="raw"
hint="COM_COMPONENTBUILDER_CUSTOM_ADMIN_VIEW_DEFAULT_HINT"
required="true"
validate="code"
/>
<!-- Note_snippet_usage Field. Type: Note. A None Database Field. (joomla) -->
<field type="note" name="note_snippet_usage" label="COM_COMPONENTBUILDER_CUSTOM_ADMIN_VIEW_NOTE_SNIPPET_USAGE_LABEL" heading="h4" class="snippet-usage note_snippet_usage" />
@ -396,18 +409,22 @@
description="COM_COMPONENTBUILDER_CUSTOM_ADMIN_VIEW_ICON_DESCRIPTION"
directory=""
/>
<!-- Php_jview Field. Type: Textarea. (joomla) -->
<!-- Php_jview Field. Type: Editor. (joomla) -->
<field
type="textarea"
type="editor"
name="php_jview"
label="COM_COMPONENTBUILDER_CUSTOM_ADMIN_VIEW_PHP_JVIEW_LABEL"
rows="17"
cols="5"
description="COM_COMPONENTBUILDER_CUSTOM_ADMIN_VIEW_PHP_JVIEW_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_CUSTOM_ADMIN_VIEW_PHP_JVIEW_HINT"
required="true"
validate="code"
/>
<!-- Note_libraries_selection Field. Type: Note. A None Database Field. (joomla) -->
<field type="note" name="note_libraries_selection" label="COM_COMPONENTBUILDER_CUSTOM_ADMIN_VIEW_NOTE_LIBRARIES_SELECTION_LABEL" description="COM_COMPONENTBUILDER_CUSTOM_ADMIN_VIEW_NOTE_LIBRARIES_SELECTION_DESCRIPTION" heading="h4" class="alert alert-info note_libraries_selection" />
@ -438,18 +455,22 @@
required="false"
button="true"
/>
<!-- Js_document Field. Type: Textarea. (joomla) -->
<!-- Js_document Field. Type: Editor. (joomla) -->
<field
type="textarea"
type="editor"
name="js_document"
label="COM_COMPONENTBUILDER_CUSTOM_ADMIN_VIEW_JS_DOCUMENT_LABEL"
rows="17"
cols="5"
description="COM_COMPONENTBUILDER_CUSTOM_ADMIN_VIEW_JS_DOCUMENT_DESCRIPTION"
class="text_area span12"
width="100%"
height="450px"
cols="15"
rows="30"
buttons="no"
syntax="javascript"
editor="codemirror|none"
filter="raw"
hint="COM_COMPONENTBUILDER_CUSTOM_ADMIN_VIEW_JS_DOCUMENT_HINT"
required="true"
validate="code"
/>
<!-- Add_css_document Field. Type: Radio. (joomla) -->
<field
@ -465,18 +486,22 @@
<option value="0">
COM_COMPONENTBUILDER_CUSTOM_ADMIN_VIEW_NO</option>
</field>
<!-- Javascript_file Field. Type: Textarea. (joomla) -->
<!-- Javascript_file Field. Type: Editor. (joomla) -->
<field
type="textarea"
type="editor"
name="javascript_file"
label="COM_COMPONENTBUILDER_CUSTOM_ADMIN_VIEW_JAVASCRIPT_FILE_LABEL"
rows="30"
cols="15"
description="COM_COMPONENTBUILDER_CUSTOM_ADMIN_VIEW_JAVASCRIPT_FILE_DESCRIPTION"
class="text_area span12"
width="100%"
height="450px"
cols="15"
rows="30"
buttons="no"
syntax="javascript"
editor="codemirror|none"
filter="raw"
hint="COM_COMPONENTBUILDER_CUSTOM_ADMIN_VIEW_JAVASCRIPT_FILE_HINT"
required="true"
validate="code"
/>
<!-- Not_required Field. Type: Hidden. (joomla) -->
<field
@ -484,18 +509,22 @@
name="not_required"
default="[]"
/>
<!-- Css_document Field. Type: Textarea. (joomla) -->
<!-- Css_document Field. Type: Editor. (joomla) -->
<field
type="textarea"
type="editor"
name="css_document"
label="COM_COMPONENTBUILDER_CUSTOM_ADMIN_VIEW_CSS_DOCUMENT_LABEL"
rows="17"
cols="5"
description="COM_COMPONENTBUILDER_CUSTOM_ADMIN_VIEW_CSS_DOCUMENT_DESCRIPTION"
class="text_area span12"
width="100%"
height="450px"
cols="15"
rows="30"
buttons="no"
syntax="css"
editor="codemirror|none"
filter="raw"
hint="COM_COMPONENTBUILDER_CUSTOM_ADMIN_VIEW_CSS_DOCUMENT_HINT"
required="true"
validate="code"
/>
<!-- Custom_get Field. Type: Customgets. (custom) -->
<field
@ -505,18 +534,22 @@
description="COM_COMPONENTBUILDER_CUSTOM_ADMIN_VIEW_CUSTOM_GET_DESCRIPTION"
multiple="true"
/>
<!-- Css Field. Type: Textarea. (joomla) -->
<!-- Css Field. Type: Editor. (joomla) -->
<field
type="textarea"
type="editor"
name="css"
label="COM_COMPONENTBUILDER_CUSTOM_ADMIN_VIEW_CSS_LABEL"
rows="30"
cols="15"
description="COM_COMPONENTBUILDER_CUSTOM_ADMIN_VIEW_CSS_DESCRIPTION"
class="text_area span12"
width="100%"
height="450px"
cols="15"
rows="30"
buttons="no"
syntax="css"
editor="codemirror|none"
filter="raw"
hint="COM_COMPONENTBUILDER_CUSTOM_ADMIN_VIEW_CSS_HINT"
required="true"
validate="code"
/>
<!-- Main_get Field. Type: Maingets. (custom) -->
<field

View File

@ -185,18 +185,22 @@
/>
<!-- Note_placeholders_explained Field. Type: Note. A None Database Field. (joomla) -->
<field type="note" name="note_placeholders_explained" label="COM_COMPONENTBUILDER_CUSTOM_CODE_NOTE_PLACEHOLDERS_EXPLAINED_LABEL" description="COM_COMPONENTBUILDER_CUSTOM_CODE_NOTE_PLACEHOLDERS_EXPLAINED_DESCRIPTION" heading="h4" class="note_placeholders_explained" />
<!-- Code Field. Type: Textarea. (joomla) -->
<!-- Code Field. Type: Editor. (joomla) -->
<field
type="textarea"
type="editor"
name="code"
label="COM_COMPONENTBUILDER_CUSTOM_CODE_CODE_LABEL"
rows="30"
cols="15"
description="COM_COMPONENTBUILDER_CUSTOM_CODE_CODE_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_CUSTOM_CODE_CODE_HINT"
required="true"
validate="code"
/>
<!-- Note_jcb_placeholder Field. Type: Note. A None Database Field. (joomla) -->
<field type="note" name="note_jcb_placeholder" label="COM_COMPONENTBUILDER_CUSTOM_CODE_NOTE_JCB_PLACEHOLDER_LABEL" description="COM_COMPONENTBUILDER_CUSTOM_CODE_NOTE_JCB_PLACEHOLDER_DESCRIPTION" heading="h4" class="span12 note_jcb_placeholder" />

View File

@ -383,7 +383,7 @@ function vvvvvzg(addcalculation_vvvvvzg)
// set the function logic
if (addcalculation_vvvvvzg == 1)
{
jQuery('#jform_php_calculation').closest('.control-group').show();
jQuery('#jform_php_calculation-lbl').closest('.control-group').show();
if (jform_vvvvvzgvza_required)
{
updateFieldRequired('php_calculation',0);
@ -396,7 +396,7 @@ function vvvvvzg(addcalculation_vvvvvzg)
}
else
{
jQuery('#jform_php_calculation').closest('.control-group').hide();
jQuery('#jform_php_calculation-lbl').closest('.control-group').hide();
if (!jform_vvvvvzgvza_required)
{
updateFieldRequired('php_calculation',1);
@ -549,7 +549,7 @@ function vvvvvzl(main_source_vvvvvzl)
// set this function logic
if (main_source)
{
jQuery('#jform_php_custom_get').closest('.control-group').show();
jQuery('#jform_php_custom_get-lbl').closest('.control-group').show();
if (jform_vvvvvzlvzb_required)
{
updateFieldRequired('php_custom_get',0);
@ -562,7 +562,7 @@ function vvvvvzl(main_source_vvvvvzl)
}
else
{
jQuery('#jform_php_custom_get').closest('.control-group').hide();
jQuery('#jform_php_custom_get-lbl').closest('.control-group').hide();
if (!jform_vvvvvzlvzb_required)
{
updateFieldRequired('php_custom_get',1);
@ -664,7 +664,7 @@ function vvvvvzn(add_php_before_getitem_vvvvvzn,gettype_vvvvvzn)
// set this function logic
if (add_php_before_getitem && gettype)
{
jQuery('#jform_php_before_getitem').closest('.control-group').show();
jQuery('#jform_php_before_getitem-lbl').closest('.control-group').show();
if (jform_vvvvvznvzc_required)
{
updateFieldRequired('php_before_getitem',0);
@ -677,7 +677,7 @@ function vvvvvzn(add_php_before_getitem_vvvvvzn,gettype_vvvvvzn)
}
else
{
jQuery('#jform_php_before_getitem').closest('.control-group').hide();
jQuery('#jform_php_before_getitem-lbl').closest('.control-group').hide();
if (!jform_vvvvvznvzc_required)
{
updateFieldRequired('php_before_getitem',1);
@ -742,7 +742,7 @@ function vvvvvzo(add_php_after_getitem_vvvvvzo,gettype_vvvvvzo)
// set this function logic
if (add_php_after_getitem && gettype)
{
jQuery('#jform_php_after_getitem').closest('.control-group').show();
jQuery('#jform_php_after_getitem-lbl').closest('.control-group').show();
if (jform_vvvvvzovzd_required)
{
updateFieldRequired('php_after_getitem',0);
@ -755,7 +755,7 @@ function vvvvvzo(add_php_after_getitem_vvvvvzo,gettype_vvvvvzo)
}
else
{
jQuery('#jform_php_after_getitem').closest('.control-group').hide();
jQuery('#jform_php_after_getitem-lbl').closest('.control-group').hide();
if (!jform_vvvvvzovzd_required)
{
updateFieldRequired('php_after_getitem',1);
@ -972,7 +972,7 @@ function vvvvvzs(add_php_before_getitems_vvvvvzs,gettype_vvvvvzs)
// set this function logic
if (add_php_before_getitems && gettype)
{
jQuery('#jform_php_before_getitems').closest('.control-group').show();
jQuery('#jform_php_before_getitems-lbl').closest('.control-group').show();
if (jform_vvvvvzsvzh_required)
{
updateFieldRequired('php_before_getitems',0);
@ -985,7 +985,7 @@ function vvvvvzs(add_php_before_getitems_vvvvvzs,gettype_vvvvvzs)
}
else
{
jQuery('#jform_php_before_getitems').closest('.control-group').hide();
jQuery('#jform_php_before_getitems-lbl').closest('.control-group').hide();
if (!jform_vvvvvzsvzh_required)
{
updateFieldRequired('php_before_getitems',1);
@ -1050,7 +1050,7 @@ function vvvvvzt(add_php_after_getitems_vvvvvzt,gettype_vvvvvzt)
// set this function logic
if (add_php_after_getitems && gettype)
{
jQuery('#jform_php_after_getitems').closest('.control-group').show();
jQuery('#jform_php_after_getitems-lbl').closest('.control-group').show();
if (jform_vvvvvztvzi_required)
{
updateFieldRequired('php_after_getitems',0);
@ -1063,7 +1063,7 @@ function vvvvvzt(add_php_after_getitems_vvvvvzt,gettype_vvvvvzt)
}
else
{
jQuery('#jform_php_after_getitems').closest('.control-group').hide();
jQuery('#jform_php_after_getitems-lbl').closest('.control-group').hide();
if (!jform_vvvvvztvzi_required)
{
updateFieldRequired('php_after_getitems',1);

View File

@ -244,18 +244,22 @@
</field>
<!-- Note_linked_to_notice Field. Type: Note. A None Database Field. (joomla) -->
<field type="note" name="note_linked_to_notice" label="COM_COMPONENTBUILDER_DYNAMIC_GET_NOTE_LINKED_TO_NOTICE_LABEL" description="COM_COMPONENTBUILDER_DYNAMIC_GET_NOTE_LINKED_TO_NOTICE_DESCRIPTION" heading="h4" class="note_linked_to_notice" />
<!-- Php_custom_get Field. Type: Textarea. (joomla) -->
<!-- Php_custom_get Field. Type: Editor. (joomla) -->
<field
type="textarea"
type="editor"
name="php_custom_get"
label="COM_COMPONENTBUILDER_DYNAMIC_GET_PHP_CUSTOM_GET_LABEL"
rows="30"
cols="15"
description="COM_COMPONENTBUILDER_DYNAMIC_GET_PHP_CUSTOM_GET_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_CUSTOM_GET_HINT"
required="true"
validate="code"
/>
<!-- Db_selection Field. Type: Textarea. (joomla) -->
<field
@ -321,18 +325,22 @@
message="COM_COMPONENTBUILDER_DYNAMIC_GET_GETCUSTOM_MESSAGE"
hint="COM_COMPONENTBUILDER_DYNAMIC_GET_GETCUSTOM_HINT"
/>
<!-- Php_before_getitem Field. Type: Textarea. (joomla) -->
<!-- Php_before_getitem Field. Type: Editor. (joomla) -->
<field
type="textarea"
type="editor"
name="php_before_getitem"
label="COM_COMPONENTBUILDER_DYNAMIC_GET_PHP_BEFORE_GETITEM_LABEL"
rows="30"
cols="15"
description="COM_COMPONENTBUILDER_DYNAMIC_GET_PHP_BEFORE_GETITEM_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_BEFORE_GETITEM_HINT"
required="true"
validate="code"
/>
<!-- Pagination Field. Type: Radio. (joomla) -->
<field
@ -349,18 +357,22 @@
<option value="0">
COM_COMPONENTBUILDER_DYNAMIC_GET_NO</option>
</field>
<!-- Php_after_getitem Field. Type: Textarea. (joomla) -->
<!-- Php_after_getitem Field. Type: Editor. (joomla) -->
<field
type="textarea"
type="editor"
name="php_after_getitem"
label="COM_COMPONENTBUILDER_DYNAMIC_GET_PHP_AFTER_GETITEM_LABEL"
rows="30"
cols="15"
description="COM_COMPONENTBUILDER_DYNAMIC_GET_PHP_AFTER_GETITEM_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_AFTER_GETITEM_HINT"
required="true"
validate="code"
/>
<!-- Not_required Field. Type: Hidden. (joomla) -->
<field
@ -499,18 +511,22 @@
/>
</form>
</field>
<!-- Php_before_getitems Field. Type: Textarea. (joomla) -->
<!-- Php_before_getitems Field. Type: Editor. (joomla) -->
<field
type="textarea"
type="editor"
name="php_before_getitems"
label="COM_COMPONENTBUILDER_DYNAMIC_GET_PHP_BEFORE_GETITEMS_LABEL"
rows="30"
cols="15"
description="COM_COMPONENTBUILDER_DYNAMIC_GET_PHP_BEFORE_GETITEMS_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_BEFORE_GETITEMS_HINT"
required="true"
validate="code"
/>
<!-- Where Field. Type: Subform. (joomla) -->
<field
@ -591,18 +607,22 @@
/>
</form>
</field>
<!-- Php_after_getitems Field. Type: Textarea. (joomla) -->
<!-- Php_after_getitems Field. Type: Editor. (joomla) -->
<field
type="textarea"
type="editor"
name="php_after_getitems"
label="COM_COMPONENTBUILDER_DYNAMIC_GET_PHP_AFTER_GETITEMS_LABEL"
rows="30"
cols="15"
description="COM_COMPONENTBUILDER_DYNAMIC_GET_PHP_AFTER_GETITEMS_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_AFTER_GETITEMS_HINT"
required="true"
validate="code"
/>
<!-- Order Field. Type: Subform. (joomla) -->
<field
@ -1090,18 +1110,22 @@
/>
</form>
</field>
<!-- Php_calculation Field. Type: Textarea. (joomla) -->
<!-- Php_calculation Field. Type: Editor. (joomla) -->
<field
type="textarea"
type="editor"
name="php_calculation"
label="COM_COMPONENTBUILDER_DYNAMIC_GET_PHP_CALCULATION_LABEL"
rows="30"
cols="15"
description="COM_COMPONENTBUILDER_DYNAMIC_GET_PHP_CALCULATION_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_CALCULATION_HINT"
required="true"
validate="code"
/>
<!-- Join_db_table Field. Type: Subform. (joomla) -->
<field

View File

@ -403,7 +403,7 @@ function vvvvwau(add_javascript_view_footer_vvvvwau)
// set the function logic
if (add_javascript_view_footer_vvvvwau == 1)
{
jQuery('#jform_javascript_view_footer').closest('.control-group').show();
jQuery('#jform_javascript_view_footer-lbl').closest('.control-group').show();
if (jform_vvvvwauwab_required)
{
updateFieldRequired('javascript_view_footer',0);
@ -416,7 +416,7 @@ function vvvvwau(add_javascript_view_footer_vvvvwau)
}
else
{
jQuery('#jform_javascript_view_footer').closest('.control-group').hide();
jQuery('#jform_javascript_view_footer-lbl').closest('.control-group').hide();
if (!jform_vvvvwauwab_required)
{
updateFieldRequired('javascript_view_footer',1);
@ -434,7 +434,7 @@ function vvvvwav(add_javascript_views_footer_vvvvwav)
// set the function logic
if (add_javascript_views_footer_vvvvwav == 1)
{
jQuery('#jform_javascript_views_footer').closest('.control-group').show();
jQuery('#jform_javascript_views_footer-lbl').closest('.control-group').show();
if (jform_vvvvwavwac_required)
{
updateFieldRequired('javascript_views_footer',0);
@ -447,7 +447,7 @@ function vvvvwav(add_javascript_views_footer_vvvvwav)
}
else
{
jQuery('#jform_javascript_views_footer').closest('.control-group').hide();
jQuery('#jform_javascript_views_footer-lbl').closest('.control-group').hide();
if (!jform_vvvvwavwac_required)
{
updateFieldRequired('javascript_views_footer',1);

View File

@ -405,33 +405,41 @@
</field>
<!-- Note_whmcs_encryption Field. Type: Note. A None Database Field. (joomla) -->
<field type="note" name="note_whmcs_encryption" label="COM_COMPONENTBUILDER_FIELD_NOTE_WHMCS_ENCRYPTION_LABEL" description="COM_COMPONENTBUILDER_FIELD_NOTE_WHMCS_ENCRYPTION_DESCRIPTION" heading="h4" class="alert alert-success note_whmcs_encryption" />
<!-- Javascript_view_footer Field. Type: Textarea. (joomla) -->
<!-- Javascript_view_footer Field. Type: Editor. (joomla) -->
<field
type="textarea"
type="editor"
name="javascript_view_footer"
label="COM_COMPONENTBUILDER_FIELD_JAVASCRIPT_VIEW_FOOTER_LABEL"
rows="30"
cols="15"
description="COM_COMPONENTBUILDER_FIELD_JAVASCRIPT_VIEW_FOOTER_DESCRIPTION"
class="text_area span12"
width="100%"
height="450px"
cols="15"
rows="30"
buttons="no"
syntax="javascript"
editor="codemirror|none"
filter="raw"
hint="COM_COMPONENTBUILDER_FIELD_JAVASCRIPT_VIEW_FOOTER_HINT"
required="true"
validate="code"
/>
<!-- Note_no_database_settings_needed Field. Type: Note. A None Database Field. (joomla) -->
<field type="note" name="note_no_database_settings_needed" label="COM_COMPONENTBUILDER_FIELD_NOTE_NO_DATABASE_SETTINGS_NEEDED_LABEL" description="COM_COMPONENTBUILDER_FIELD_NOTE_NO_DATABASE_SETTINGS_NEEDED_DESCRIPTION" heading="h4" class="alert alert-info note_no_database_settings_needed" />
<!-- Javascript_views_footer Field. Type: Textarea. (joomla) -->
<!-- Javascript_views_footer Field. Type: Editor. (joomla) -->
<field
type="textarea"
type="editor"
name="javascript_views_footer"
label="COM_COMPONENTBUILDER_FIELD_JAVASCRIPT_VIEWS_FOOTER_LABEL"
rows="30"
cols="15"
description="COM_COMPONENTBUILDER_FIELD_JAVASCRIPT_VIEWS_FOOTER_DESCRIPTION"
class="text_area span12"
width="100%"
height="450px"
cols="15"
rows="30"
buttons="no"
syntax="javascript"
editor="codemirror|none"
filter="raw"
hint="COM_COMPONENTBUILDER_FIELD_JAVASCRIPT_VIEWS_FOOTER_HINT"
required="true"
validate="code"
/>
<!-- Not_required Field. Type: Hidden. (joomla) -->
<field

View File

@ -130,7 +130,7 @@ function vvvvvvv(add_php_helper_admin_vvvvvvv)
// set the function logic
if (add_php_helper_admin_vvvvvvv == 1)
{
jQuery('#jform_php_helper_admin').closest('.control-group').show();
jQuery('#jform_php_helper_admin-lbl').closest('.control-group').show();
if (jform_vvvvvvvvvv_required)
{
updateFieldRequired('php_helper_admin',0);
@ -143,7 +143,7 @@ function vvvvvvv(add_php_helper_admin_vvvvvvv)
}
else
{
jQuery('#jform_php_helper_admin').closest('.control-group').hide();
jQuery('#jform_php_helper_admin-lbl').closest('.control-group').hide();
if (!jform_vvvvvvvvvv_required)
{
updateFieldRequired('php_helper_admin',1);
@ -161,7 +161,7 @@ function vvvvvvw(add_php_helper_site_vvvvvvw)
// set the function logic
if (add_php_helper_site_vvvvvvw == 1)
{
jQuery('#jform_php_helper_site').closest('.control-group').show();
jQuery('#jform_php_helper_site-lbl').closest('.control-group').show();
if (jform_vvvvvvwvvw_required)
{
updateFieldRequired('php_helper_site',0);
@ -174,7 +174,7 @@ function vvvvvvw(add_php_helper_site_vvvvvvw)
}
else
{
jQuery('#jform_php_helper_site').closest('.control-group').hide();
jQuery('#jform_php_helper_site-lbl').closest('.control-group').hide();
if (!jform_vvvvvvwvvw_required)
{
updateFieldRequired('php_helper_site',1);
@ -192,7 +192,7 @@ function vvvvvvx(add_php_helper_both_vvvvvvx)
// set the function logic
if (add_php_helper_both_vvvvvvx == 1)
{
jQuery('#jform_php_helper_both').closest('.control-group').show();
jQuery('#jform_php_helper_both-lbl').closest('.control-group').show();
if (jform_vvvvvvxvvx_required)
{
updateFieldRequired('php_helper_both',0);
@ -205,7 +205,7 @@ function vvvvvvx(add_php_helper_both_vvvvvvx)
}
else
{
jQuery('#jform_php_helper_both').closest('.control-group').hide();
jQuery('#jform_php_helper_both-lbl').closest('.control-group').hide();
if (!jform_vvvvvvxvvx_required)
{
updateFieldRequired('php_helper_both',1);
@ -223,7 +223,7 @@ function vvvvvvy(add_css_admin_vvvvvvy)
// set the function logic
if (add_css_admin_vvvvvvy == 1)
{
jQuery('#jform_css_admin').closest('.control-group').show();
jQuery('#jform_css_admin-lbl').closest('.control-group').show();
if (jform_vvvvvvyvvy_required)
{
updateFieldRequired('css_admin',0);
@ -236,7 +236,7 @@ function vvvvvvy(add_css_admin_vvvvvvy)
}
else
{
jQuery('#jform_css_admin').closest('.control-group').hide();
jQuery('#jform_css_admin-lbl').closest('.control-group').hide();
if (!jform_vvvvvvyvvy_required)
{
updateFieldRequired('css_admin',1);
@ -254,7 +254,7 @@ function vvvvvvz(add_css_site_vvvvvvz)
// set the function logic
if (add_css_site_vvvvvvz == 1)
{
jQuery('#jform_css_site').closest('.control-group').show();
jQuery('#jform_css_site-lbl').closest('.control-group').show();
if (jform_vvvvvvzvvz_required)
{
updateFieldRequired('css_site',0);
@ -267,7 +267,7 @@ function vvvvvvz(add_css_site_vvvvvvz)
}
else
{
jQuery('#jform_css_site').closest('.control-group').hide();
jQuery('#jform_css_site-lbl').closest('.control-group').hide();
if (!jform_vvvvvvzvvz_required)
{
updateFieldRequired('css_site',1);
@ -285,7 +285,7 @@ function vvvvvwa(add_javascript_vvvvvwa)
// set the function logic
if (add_javascript_vvvvvwa == 1)
{
jQuery('#jform_javascript').closest('.control-group').show();
jQuery('#jform_javascript-lbl').closest('.control-group').show();
if (jform_vvvvvwavwa_required)
{
updateFieldRequired('javascript',0);
@ -298,7 +298,7 @@ function vvvvvwa(add_javascript_vvvvvwa)
}
else
{
jQuery('#jform_javascript').closest('.control-group').hide();
jQuery('#jform_javascript-lbl').closest('.control-group').hide();
if (!jform_vvvvvwavwa_required)
{
updateFieldRequired('javascript',1);
@ -423,7 +423,7 @@ function vvvvvwf(add_admin_event_vvvvvwf)
// set the function logic
if (add_admin_event_vvvvvwf == 1)
{
jQuery('#jform_php_admin_event').closest('.control-group').show();
jQuery('#jform_php_admin_event-lbl').closest('.control-group').show();
if (jform_vvvvvwfvwe_required)
{
updateFieldRequired('php_admin_event',0);
@ -436,7 +436,7 @@ function vvvvvwf(add_admin_event_vvvvvwf)
}
else
{
jQuery('#jform_php_admin_event').closest('.control-group').hide();
jQuery('#jform_php_admin_event-lbl').closest('.control-group').hide();
if (!jform_vvvvvwfvwe_required)
{
updateFieldRequired('php_admin_event',1);
@ -454,7 +454,7 @@ function vvvvvwg(add_site_event_vvvvvwg)
// set the function logic
if (add_site_event_vvvvvwg == 1)
{
jQuery('#jform_php_site_event').closest('.control-group').show();
jQuery('#jform_php_site_event-lbl').closest('.control-group').show();
if (jform_vvvvvwgvwf_required)
{
updateFieldRequired('php_site_event',0);
@ -467,7 +467,7 @@ function vvvvvwg(add_site_event_vvvvvwg)
}
else
{
jQuery('#jform_php_site_event').closest('.control-group').hide();
jQuery('#jform_php_site_event-lbl').closest('.control-group').hide();
if (!jform_vvvvvwgvwf_required)
{
updateFieldRequired('php_site_event',1);
@ -564,7 +564,7 @@ function vvvvvwl(add_php_postflight_install_vvvvvwl)
// set the function logic
if (add_php_postflight_install_vvvvvwl == 1)
{
jQuery('#jform_php_postflight_install').closest('.control-group').show();
jQuery('#jform_php_postflight_install-lbl').closest('.control-group').show();
if (jform_vvvvvwlvwh_required)
{
updateFieldRequired('php_postflight_install',0);
@ -577,7 +577,7 @@ function vvvvvwl(add_php_postflight_install_vvvvvwl)
}
else
{
jQuery('#jform_php_postflight_install').closest('.control-group').hide();
jQuery('#jform_php_postflight_install-lbl').closest('.control-group').hide();
if (!jform_vvvvvwlvwh_required)
{
updateFieldRequired('php_postflight_install',1);
@ -595,7 +595,7 @@ function vvvvvwm(add_php_postflight_update_vvvvvwm)
// set the function logic
if (add_php_postflight_update_vvvvvwm == 1)
{
jQuery('#jform_php_postflight_update').closest('.control-group').show();
jQuery('#jform_php_postflight_update-lbl').closest('.control-group').show();
if (jform_vvvvvwmvwi_required)
{
updateFieldRequired('php_postflight_update',0);
@ -608,7 +608,7 @@ function vvvvvwm(add_php_postflight_update_vvvvvwm)
}
else
{
jQuery('#jform_php_postflight_update').closest('.control-group').hide();
jQuery('#jform_php_postflight_update-lbl').closest('.control-group').hide();
if (!jform_vvvvvwmvwi_required)
{
updateFieldRequired('php_postflight_update',1);
@ -626,7 +626,7 @@ function vvvvvwn(add_php_method_uninstall_vvvvvwn)
// set the function logic
if (add_php_method_uninstall_vvvvvwn == 1)
{
jQuery('#jform_php_method_uninstall').closest('.control-group').show();
jQuery('#jform_php_method_uninstall-lbl').closest('.control-group').show();
if (jform_vvvvvwnvwj_required)
{
updateFieldRequired('php_method_uninstall',0);
@ -639,7 +639,7 @@ function vvvvvwn(add_php_method_uninstall_vvvvvwn)
}
else
{
jQuery('#jform_php_method_uninstall').closest('.control-group').hide();
jQuery('#jform_php_method_uninstall-lbl').closest('.control-group').hide();
if (!jform_vvvvvwnvwj_required)
{
updateFieldRequired('php_method_uninstall',1);
@ -657,7 +657,7 @@ function vvvvvwo(add_php_preflight_install_vvvvvwo)
// set the function logic
if (add_php_preflight_install_vvvvvwo == 1)
{
jQuery('#jform_php_preflight_install').closest('.control-group').show();
jQuery('#jform_php_preflight_install-lbl').closest('.control-group').show();
if (jform_vvvvvwovwk_required)
{
updateFieldRequired('php_preflight_install',0);
@ -670,7 +670,7 @@ function vvvvvwo(add_php_preflight_install_vvvvvwo)
}
else
{
jQuery('#jform_php_preflight_install').closest('.control-group').hide();
jQuery('#jform_php_preflight_install-lbl').closest('.control-group').hide();
if (!jform_vvvvvwovwk_required)
{
updateFieldRequired('php_preflight_install',1);
@ -688,7 +688,7 @@ function vvvvvwp(add_php_preflight_update_vvvvvwp)
// set the function logic
if (add_php_preflight_update_vvvvvwp == 1)
{
jQuery('#jform_php_preflight_update').closest('.control-group').show();
jQuery('#jform_php_preflight_update-lbl').closest('.control-group').show();
if (jform_vvvvvwpvwl_required)
{
updateFieldRequired('php_preflight_update',0);
@ -701,7 +701,7 @@ function vvvvvwp(add_php_preflight_update_vvvvvwp)
}
else
{
jQuery('#jform_php_preflight_update').closest('.control-group').hide();
jQuery('#jform_php_preflight_update-lbl').closest('.control-group').hide();
if (!jform_vvvvvwpvwl_required)
{
updateFieldRequired('php_preflight_update',1);

View File

@ -191,74 +191,94 @@
message="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_AUTHOR_MESSAGE"
hint="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_AUTHOR_HINT"
/>
<!-- Php_preflight_update Field. Type: Textarea. (joomla) -->
<!-- Php_preflight_update Field. Type: Editor. (joomla) -->
<field
type="textarea"
type="editor"
name="php_preflight_update"
label="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_PHP_PREFLIGHT_UPDATE_LABEL"
rows="17"
cols="5"
description="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_PHP_PREFLIGHT_UPDATE_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_JOOMLA_COMPONENT_PHP_PREFLIGHT_UPDATE_HINT"
required="true"
validate="code"
/>
<!-- Css_site Field. Type: Textarea. (joomla) -->
<!-- Css_site Field. Type: Editor. (joomla) -->
<field
type="textarea"
type="editor"
name="css_site"
label="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_CSS_SITE_LABEL"
rows="30"
cols="15"
description="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_CSS_SITE_DESCRIPTION"
class="text_area span12"
width="100%"
height="450px"
cols="15"
rows="30"
buttons="no"
syntax="css"
editor="codemirror|none"
filter="raw"
hint="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_CSS_SITE_HINT"
required="true"
validate="code"
/>
<!-- Note_botton_component_dashboard Field. Type: Note. A None Database Field. (joomla) -->
<field type="note" name="note_botton_component_dashboard" label="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_NOTE_BOTTON_COMPONENT_DASHBOARD_LABEL" description="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_NOTE_BOTTON_COMPONENT_DASHBOARD_DESCRIPTION" heading="h4" class="alert alert-info note_botton_component_dashboard" />
<!-- Php_helper_site Field. Type: Textarea. (joomla) -->
<!-- Php_helper_site Field. Type: Editor. (joomla) -->
<field
type="textarea"
type="editor"
name="php_helper_site"
label="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_PHP_HELPER_SITE_LABEL"
rows="80"
cols="15"
description="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_PHP_HELPER_SITE_DESCRIPTION"
class="text_area span12"
width="100%"
height="550px"
cols="15"
rows="80"
buttons="no"
syntax="php"
editor="codemirror|none"
filter="raw"
hint="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_PHP_HELPER_SITE_HINT"
required="true"
validate="code"
/>
<!-- Javascript Field. Type: Textarea. (joomla) -->
<!-- Javascript Field. Type: Editor. (joomla) -->
<field
type="textarea"
type="editor"
name="javascript"
label="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_JAVASCRIPT_LABEL"
rows="30"
cols="15"
description="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_JAVASCRIPT_DESCRIPTION"
class="text_area span12"
width="100%"
height="450px"
cols="15"
rows="30"
buttons="no"
syntax="javascript"
editor="codemirror|none"
filter="raw"
hint="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_JAVASCRIPT_HINT"
required="true"
validate="code"
/>
<!-- Note_version_options_two Field. Type: Note. A None Database Field. (joomla) -->
<field type="note" name="note_version_options_two" description="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_NOTE_VERSION_OPTIONS_TWO_DESCRIPTION" class="alert alert-info note_version_options_two" showon="mvc_versiondate:2" />
<!-- Php_helper_admin Field. Type: Textarea. (joomla) -->
<!-- Php_helper_admin Field. Type: Editor. (joomla) -->
<field
type="textarea"
type="editor"
name="php_helper_admin"
label="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_PHP_HELPER_ADMIN_LABEL"
rows="80"
cols="15"
description="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_PHP_HELPER_ADMIN_DESCRIPTION"
class="text_area span12"
width="100%"
height="550px"
cols="15"
rows="80"
buttons="no"
syntax="php"
editor="codemirror|none"
filter="raw"
hint="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_PHP_HELPER_ADMIN_HINT"
required="true"
validate="code"
/>
<!-- Readme Field. Type: Editor. (joomla) -->
<field
@ -352,18 +372,22 @@
</field>
<!-- Note_version_options_three Field. Type: Note. A None Database Field. (joomla) -->
<field type="note" name="note_version_options_three" description="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_NOTE_VERSION_OPTIONS_THREE_DESCRIPTION" class="alert alert-info note_version_options_three" showon="mvc_versiondate:3" />
<!-- Php_postflight_update Field. Type: Textarea. (joomla) -->
<!-- Php_postflight_update Field. Type: Editor. (joomla) -->
<field
type="textarea"
type="editor"
name="php_postflight_update"
label="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_PHP_POSTFLIGHT_UPDATE_LABEL"
rows="17"
cols="5"
description="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_PHP_POSTFLIGHT_UPDATE_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_JOOMLA_COMPONENT_PHP_POSTFLIGHT_UPDATE_HINT"
required="true"
validate="code"
/>
<!-- Add_email_helper Field. Type: Radio. (joomla) -->
<field
@ -458,18 +482,22 @@
message="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_WEBSITE_MESSAGE"
hint="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_WEBSITE_HINT"
/>
<!-- Php_helper_both Field. Type: Textarea. (joomla) -->
<!-- Php_helper_both Field. Type: Editor. (joomla) -->
<field
type="textarea"
type="editor"
name="php_helper_both"
label="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_PHP_HELPER_BOTH_LABEL"
rows="80"
cols="15"
description="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_PHP_HELPER_BOTH_DESCRIPTION"
class="text_area span12"
width="100%"
height="550px"
cols="15"
rows="80"
buttons="no"
syntax="php"
editor="codemirror|none"
filter="raw"
hint="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_PHP_HELPER_BOTH_HINT"
required="true"
validate="code"
/>
<!-- Add_license Field. Type: Radio. (joomla) -->
<field
@ -486,18 +514,22 @@
<option value="0">
COM_COMPONENTBUILDER_JOOMLA_COMPONENT_NO</option>
</field>
<!-- Php_admin_event Field. Type: Textarea. (joomla) -->
<!-- Php_admin_event Field. Type: Editor. (joomla) -->
<field
type="textarea"
type="editor"
name="php_admin_event"
label="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_PHP_ADMIN_EVENT_LABEL"
rows="17"
cols="5"
description="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_PHP_ADMIN_EVENT_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_JOOMLA_COMPONENT_PHP_ADMIN_EVENT_HINT"
required="true"
validate="code"
/>
<!-- License_type Field. Type: List. (joomla) -->
<field
@ -520,33 +552,41 @@
<option value="4">
COM_COMPONENTBUILDER_JOOMLA_COMPONENT_CUSTOM_USED_IN_CUSTOM_CODE</option>
</field>
<!-- Php_site_event Field. Type: Textarea. (joomla) -->
<!-- Php_site_event Field. Type: Editor. (joomla) -->
<field
type="textarea"
type="editor"
name="php_site_event"
label="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_PHP_SITE_EVENT_LABEL"
rows="17"
cols="5"
description="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_PHP_SITE_EVENT_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_JOOMLA_COMPONENT_PHP_SITE_EVENT_HINT"
required="true"
validate="code"
/>
<!-- Note_whmcs_lisencing_note Field. Type: Note. A None Database Field. (joomla) -->
<field type="note" name="note_whmcs_lisencing_note" label="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_NOTE_WHMCS_LISENCING_NOTE_LABEL" description="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_NOTE_WHMCS_LISENCING_NOTE_DESCRIPTION" heading="h4" class="alert alert-success note_whmcs_lisencing_note" />
<!-- Css_admin Field. Type: Textarea. (joomla) -->
<!-- Css_admin Field. Type: Editor. (joomla) -->
<field
type="textarea"
type="editor"
name="css_admin"
label="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_CSS_ADMIN_LABEL"
rows="30"
cols="15"
description="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_CSS_ADMIN_DESCRIPTION"
class="text_area span12"
width="100%"
height="450px"
cols="15"
rows="30"
buttons="no"
syntax="css"
editor="codemirror|none"
filter="raw"
hint="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_CSS_ADMIN_HINT"
required="true"
validate="code"
/>
<!-- Whmcs_key Field. Type: Text. (joomla) -->
<field
@ -577,18 +617,22 @@
message="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_WHMCS_URL_MESSAGE"
hint="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_WHMCS_URL_HINT"
/>
<!-- Php_preflight_install Field. Type: Textarea. (joomla) -->
<!-- Php_preflight_install Field. Type: Editor. (joomla) -->
<field
type="textarea"
type="editor"
name="php_preflight_install"
label="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_PHP_PREFLIGHT_INSTALL_LABEL"
rows="17"
cols="5"
description="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_PHP_PREFLIGHT_INSTALL_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_JOOMLA_COMPONENT_PHP_PREFLIGHT_INSTALL_HINT"
required="true"
validate="code"
/>
<!-- License Field. Type: Textarea. (joomla) -->
<field
@ -604,18 +648,22 @@
hint="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_LICENSE_HINT"
required="true"
/>
<!-- Php_postflight_install Field. Type: Textarea. (joomla) -->
<!-- Php_postflight_install Field. Type: Editor. (joomla) -->
<field
type="textarea"
type="editor"
name="php_postflight_install"
label="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_PHP_POSTFLIGHT_INSTALL_LABEL"
rows="17"
cols="5"
description="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_PHP_POSTFLIGHT_INSTALL_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_JOOMLA_COMPONENT_PHP_POSTFLIGHT_INSTALL_HINT"
required="true"
validate="code"
/>
<!-- Bom Field. Type: Filelist. (joomla) -->
<field
@ -627,18 +675,22 @@
description="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_BOM_DESCRIPTION"
hide_default="true"
/>
<!-- Php_method_uninstall Field. Type: Textarea. (joomla) -->
<!-- Php_method_uninstall Field. Type: Editor. (joomla) -->
<field
type="textarea"
type="editor"
name="php_method_uninstall"
label="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_PHP_METHOD_UNINSTALL_LABEL"
rows="17"
cols="5"
description="COM_COMPONENTBUILDER_JOOMLA_COMPONENT_PHP_METHOD_UNINSTALL_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_JOOMLA_COMPONENT_PHP_METHOD_UNINSTALL_HINT"
required="true"
validate="code"
/>
<!-- Image Field. Type: Media. (joomla) -->
<field

View File

@ -24,7 +24,7 @@ function vvvvvza(add_php_view_vvvvvza)
// set the function logic
if (add_php_view_vvvvvza == 1)
{
jQuery('#jform_php_view').closest('.control-group').show();
jQuery('#jform_php_view-lbl').closest('.control-group').show();
if (jform_vvvvvzavyu_required)
{
updateFieldRequired('php_view',0);
@ -37,7 +37,7 @@ function vvvvvza(add_php_view_vvvvvza)
}
else
{
jQuery('#jform_php_view').closest('.control-group').hide();
jQuery('#jform_php_view-lbl').closest('.control-group').hide();
if (!jform_vvvvvzavyu_required)
{
updateFieldRequired('php_view',1);

View File

@ -151,18 +151,22 @@
required="false"
button="true"
/>
<!-- Php_view Field. Type: Textarea. (joomla) -->
<!-- Php_view Field. Type: Editor. (joomla) -->
<field
type="textarea"
type="editor"
name="php_view"
label="COM_COMPONENTBUILDER_LAYOUT_PHP_VIEW_LABEL"
rows="17"
cols="5"
description="COM_COMPONENTBUILDER_LAYOUT_PHP_VIEW_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_LAYOUT_PHP_VIEW_HINT"
required="true"
validate="code"
/>
<!-- Add_php_view Field. Type: Radio. (joomla) -->
<field
@ -186,17 +190,22 @@
name="not_required"
default="[]"
/>
<!-- Layout Field. Type: Textarea. (joomla) -->
<!-- Layout Field. Type: Editor. (joomla) -->
<field
type="textarea"
type="editor"
name="layout"
label="COM_COMPONENTBUILDER_LAYOUT_LAYOUT_LABEL"
rows="20"
description="COM_COMPONENTBUILDER_LAYOUT_LAYOUT_DESCRIPTION"
width="100%"
height="450px"
cols="15"
class="text_area span12"
rows="30"
buttons="no"
syntax="html"
editor="codemirror|none"
filter="raw"
hint="COM_COMPONENTBUILDER_LAYOUT_LAYOUT_HINT"
required="true"
validate="code"
/>
<!-- Note_snippet_usage Field. Type: Note. A None Database Field. (joomla) -->
<field type="note" name="note_snippet_usage" label="COM_COMPONENTBUILDER_LAYOUT_NOTE_SNIPPET_USAGE_LABEL" heading="h4" class="snippet-usage note_snippet_usage" />

View File

@ -64,7 +64,7 @@ function vvvvvyo(add_php_view_vvvvvyo)
// set the function logic
if (add_php_view_vvvvvyo == 1)
{
jQuery('#jform_php_view').closest('.control-group').show();
jQuery('#jform_php_view-lbl').closest('.control-group').show();
if (jform_vvvvvyovyi_required)
{
updateFieldRequired('php_view',0);
@ -77,7 +77,7 @@ function vvvvvyo(add_php_view_vvvvvyo)
}
else
{
jQuery('#jform_php_view').closest('.control-group').hide();
jQuery('#jform_php_view-lbl').closest('.control-group').hide();
if (!jform_vvvvvyovyi_required)
{
updateFieldRequired('php_view',1);
@ -95,7 +95,7 @@ function vvvvvyp(add_php_jview_display_vvvvvyp)
// set the function logic
if (add_php_jview_display_vvvvvyp == 1)
{
jQuery('#jform_php_jview_display').closest('.control-group').show();
jQuery('#jform_php_jview_display-lbl').closest('.control-group').show();
if (jform_vvvvvypvyj_required)
{
updateFieldRequired('php_jview_display',0);
@ -108,7 +108,7 @@ function vvvvvyp(add_php_jview_display_vvvvvyp)
}
else
{
jQuery('#jform_php_jview_display').closest('.control-group').hide();
jQuery('#jform_php_jview_display-lbl').closest('.control-group').hide();
if (!jform_vvvvvypvyj_required)
{
updateFieldRequired('php_jview_display',1);
@ -126,7 +126,7 @@ function vvvvvyq(add_php_jview_vvvvvyq)
// set the function logic
if (add_php_jview_vvvvvyq == 1)
{
jQuery('#jform_php_jview').closest('.control-group').show();
jQuery('#jform_php_jview-lbl').closest('.control-group').show();
if (jform_vvvvvyqvyk_required)
{
updateFieldRequired('php_jview',0);
@ -139,7 +139,7 @@ function vvvvvyq(add_php_jview_vvvvvyq)
}
else
{
jQuery('#jform_php_jview').closest('.control-group').hide();
jQuery('#jform_php_jview-lbl').closest('.control-group').hide();
if (!jform_vvvvvyqvyk_required)
{
updateFieldRequired('php_jview',1);
@ -188,7 +188,7 @@ function vvvvvys(add_css_document_vvvvvys)
// set the function logic
if (add_css_document_vvvvvys == 1)
{
jQuery('#jform_css_document').closest('.control-group').show();
jQuery('#jform_css_document-lbl').closest('.control-group').show();
if (jform_vvvvvysvym_required)
{
updateFieldRequired('css_document',0);
@ -201,7 +201,7 @@ function vvvvvys(add_css_document_vvvvvys)
}
else
{
jQuery('#jform_css_document').closest('.control-group').hide();
jQuery('#jform_css_document-lbl').closest('.control-group').hide();
if (!jform_vvvvvysvym_required)
{
updateFieldRequired('css_document',1);
@ -219,7 +219,7 @@ function vvvvvyt(add_javascript_file_vvvvvyt)
// set the function logic
if (add_javascript_file_vvvvvyt == 1)
{
jQuery('#jform_javascript_file').closest('.control-group').show();
jQuery('#jform_javascript_file-lbl').closest('.control-group').show();
if (jform_vvvvvytvyn_required)
{
updateFieldRequired('javascript_file',0);
@ -232,7 +232,7 @@ function vvvvvyt(add_javascript_file_vvvvvyt)
}
else
{
jQuery('#jform_javascript_file').closest('.control-group').hide();
jQuery('#jform_javascript_file-lbl').closest('.control-group').hide();
if (!jform_vvvvvytvyn_required)
{
updateFieldRequired('javascript_file',1);
@ -250,7 +250,7 @@ function vvvvvyu(add_js_document_vvvvvyu)
// set the function logic
if (add_js_document_vvvvvyu == 1)
{
jQuery('#jform_js_document').closest('.control-group').show();
jQuery('#jform_js_document-lbl').closest('.control-group').show();
if (jform_vvvvvyuvyo_required)
{
updateFieldRequired('js_document',0);
@ -263,7 +263,7 @@ function vvvvvyu(add_js_document_vvvvvyu)
}
else
{
jQuery('#jform_js_document').closest('.control-group').hide();
jQuery('#jform_js_document-lbl').closest('.control-group').hide();
if (!jform_vvvvvyuvyo_required)
{
updateFieldRequired('js_document',1);
@ -281,7 +281,7 @@ function vvvvvyv(add_css_vvvvvyv)
// set the function logic
if (add_css_vvvvvyv == 1)
{
jQuery('#jform_css').closest('.control-group').show();
jQuery('#jform_css-lbl').closest('.control-group').show();
if (jform_vvvvvyvvyp_required)
{
updateFieldRequired('css',0);
@ -294,7 +294,7 @@ function vvvvvyv(add_css_vvvvvyv)
}
else
{
jQuery('#jform_css').closest('.control-group').hide();
jQuery('#jform_css-lbl').closest('.control-group').hide();
if (!jform_vvvvvyvvyp_required)
{
updateFieldRequired('css',1);

View File

@ -356,30 +356,39 @@
required="false"
button="true"
/>
<!-- Php_jview Field. Type: Textarea. (joomla) -->
<!-- Php_jview Field. Type: Editor. (joomla) -->
<field
type="textarea"
type="editor"
name="php_jview"
label="COM_COMPONENTBUILDER_SITE_VIEW_PHP_JVIEW_LABEL"
rows="17"
cols="5"
description="COM_COMPONENTBUILDER_SITE_VIEW_PHP_JVIEW_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_SITE_VIEW_PHP_JVIEW_HINT"
required="true"
validate="code"
/>
<!-- Default Field. Type: Textarea. (joomla) -->
<!-- Default Field. Type: Editor. (joomla) -->
<field
type="textarea"
type="editor"
name="default"
label="COM_COMPONENTBUILDER_SITE_VIEW_DEFAULT_LABEL"
rows="20"
description="COM_COMPONENTBUILDER_SITE_VIEW_DEFAULT_DESCRIPTION"
width="100%"
height="500px"
cols="15"
class="text_area span12"
rows="30"
buttons="no"
syntax="html"
editor="codemirror|none"
filter="raw"
hint="COM_COMPONENTBUILDER_SITE_VIEW_DEFAULT_HINT"
required="true"
validate="code"
/>
<!-- Note_snippet_usage Field. Type: Note. A None Database Field. (joomla) -->
<field type="note" name="note_snippet_usage" label="COM_COMPONENTBUILDER_SITE_VIEW_NOTE_SNIPPET_USAGE_LABEL" heading="h4" class="snippet-usage note_snippet_usage" />
@ -387,18 +396,22 @@
<field type="note" name="note_uikit_snippet" label="COM_COMPONENTBUILDER_SITE_VIEW_NOTE_UIKIT_SNIPPET_LABEL" heading="h4" class="snippet-code note_uikit_snippet" />
<!-- Note_add_language_string Field. Type: Note. A None Database Field. (joomla) -->
<field type="note" name="note_add_language_string" label="COM_COMPONENTBUILDER_SITE_VIEW_NOTE_ADD_LANGUAGE_STRING_LABEL" description="COM_COMPONENTBUILDER_SITE_VIEW_NOTE_ADD_LANGUAGE_STRING_DESCRIPTION" heading="h4" class="note_add_language_string" />
<!-- Php_view Field. Type: Textarea. (joomla) -->
<!-- Php_view Field. Type: Editor. (joomla) -->
<field
type="textarea"
type="editor"
name="php_view"
label="COM_COMPONENTBUILDER_SITE_VIEW_PHP_VIEW_LABEL"
rows="17"
cols="5"
description="COM_COMPONENTBUILDER_SITE_VIEW_PHP_VIEW_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_SITE_VIEW_PHP_VIEW_HINT"
required="true"
validate="code"
/>
<!-- Add_javascript_file Field. Type: Radio. (joomla) -->
<field
@ -415,18 +428,22 @@
<option value="0">
COM_COMPONENTBUILDER_SITE_VIEW_NO</option>
</field>
<!-- Php_jview_display Field. Type: Textarea. (joomla) -->
<!-- Php_jview_display Field. Type: Editor. (joomla) -->
<field
type="textarea"
type="editor"
name="php_jview_display"
label="COM_COMPONENTBUILDER_SITE_VIEW_PHP_JVIEW_DISPLAY_LABEL"
rows="17"
cols="5"
description="COM_COMPONENTBUILDER_SITE_VIEW_PHP_JVIEW_DISPLAY_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_SITE_VIEW_PHP_JVIEW_DISPLAY_HINT"
required="true"
validate="code"
/>
<!-- Add_js_document Field. Type: Radio. (joomla) -->
<field
@ -450,18 +467,22 @@
/>
<!-- Note_libraries_selection Field. Type: Note. A None Database Field. (joomla) -->
<field type="note" name="note_libraries_selection" label="COM_COMPONENTBUILDER_SITE_VIEW_NOTE_LIBRARIES_SELECTION_LABEL" description="COM_COMPONENTBUILDER_SITE_VIEW_NOTE_LIBRARIES_SELECTION_DESCRIPTION" heading="h4" class="alert alert-info note_libraries_selection" />
<!-- Javascript_file Field. Type: Textarea. (joomla) -->
<!-- Javascript_file Field. Type: Editor. (joomla) -->
<field
type="textarea"
type="editor"
name="javascript_file"
label="COM_COMPONENTBUILDER_SITE_VIEW_JAVASCRIPT_FILE_LABEL"
rows="30"
cols="15"
description="COM_COMPONENTBUILDER_SITE_VIEW_JAVASCRIPT_FILE_DESCRIPTION"
class="text_area span12"
width="100%"
height="450px"
cols="15"
rows="30"
buttons="no"
syntax="javascript"
editor="codemirror|none"
filter="raw"
hint="COM_COMPONENTBUILDER_SITE_VIEW_JAVASCRIPT_FILE_HINT"
required="true"
validate="code"
/>
<!-- Custom_get Field. Type: Customgets. (custom) -->
<field
@ -471,18 +492,22 @@
description="COM_COMPONENTBUILDER_SITE_VIEW_CUSTOM_GET_DESCRIPTION"
multiple="true"
/>
<!-- Js_document Field. Type: Textarea. (joomla) -->
<!-- Js_document Field. Type: Editor. (joomla) -->
<field
type="textarea"
type="editor"
name="js_document"
label="COM_COMPONENTBUILDER_SITE_VIEW_JS_DOCUMENT_LABEL"
rows="17"
cols="5"
description="COM_COMPONENTBUILDER_SITE_VIEW_JS_DOCUMENT_DESCRIPTION"
class="text_area span12"
width="100%"
height="450px"
cols="15"
rows="30"
buttons="no"
syntax="javascript"
editor="codemirror|none"
filter="raw"
hint="COM_COMPONENTBUILDER_SITE_VIEW_JS_DOCUMENT_HINT"
required="true"
validate="code"
/>
<!-- Main_get Field. Type: Maingets. (custom) -->
<field
@ -494,18 +519,22 @@
required="true"
button="true"
/>
<!-- Css_document Field. Type: Textarea. (joomla) -->
<!-- Css_document Field. Type: Editor. (joomla) -->
<field
type="textarea"
type="editor"
name="css_document"
label="COM_COMPONENTBUILDER_SITE_VIEW_CSS_DOCUMENT_LABEL"
rows="17"
cols="5"
description="COM_COMPONENTBUILDER_SITE_VIEW_CSS_DOCUMENT_DESCRIPTION"
class="text_area span12"
width="100%"
height="450px"
cols="15"
rows="30"
buttons="no"
syntax="css"
editor="codemirror|none"
filter="raw"
hint="COM_COMPONENTBUILDER_SITE_VIEW_CSS_DOCUMENT_HINT"
required="true"
validate="code"
/>
<!-- Dynamic_get Field. Type: Dynamicgets. (custom) -->
<field
@ -516,18 +545,22 @@
multiple="false"
required="false"
/>
<!-- Css Field. Type: Textarea. (joomla) -->
<!-- Css Field. Type: Editor. (joomla) -->
<field
type="textarea"
type="editor"
name="css"
label="COM_COMPONENTBUILDER_SITE_VIEW_CSS_LABEL"
rows="30"
cols="15"
description="COM_COMPONENTBUILDER_SITE_VIEW_CSS_DESCRIPTION"
class="text_area span12"
width="100%"
height="450px"
cols="15"
rows="30"
buttons="no"
syntax="css"
editor="codemirror|none"
filter="raw"
hint="COM_COMPONENTBUILDER_SITE_VIEW_CSS_HINT"
required="true"
validate="code"
/>
<!-- Dynamic_values Field. Type: Note. A None Database Field. (joomla) -->
<field type="note" name="dynamic_values" label="COM_COMPONENTBUILDER_SITE_VIEW_DYNAMIC_VALUES_LABEL" description="COM_COMPONENTBUILDER_SITE_VIEW_DYNAMIC_VALUES_DESCRIPTION" heading="h4" class="dynamic_values" />

View File

@ -24,7 +24,7 @@ function vvvvvyz(add_php_view_vvvvvyz)
// set the function logic
if (add_php_view_vvvvvyz == 1)
{
jQuery('#jform_php_view').closest('.control-group').show();
jQuery('#jform_php_view-lbl').closest('.control-group').show();
if (jform_vvvvvyzvyt_required)
{
updateFieldRequired('php_view',0);
@ -37,7 +37,7 @@ function vvvvvyz(add_php_view_vvvvvyz)
}
else
{
jQuery('#jform_php_view').closest('.control-group').hide();
jQuery('#jform_php_view-lbl').closest('.control-group').hide();
if (!jform_vvvvvyzvyt_required)
{
updateFieldRequired('php_view',1);

View File

@ -141,18 +141,22 @@
required="false"
button="true"
/>
<!-- Php_view Field. Type: Textarea. (joomla) -->
<!-- Php_view Field. Type: Editor. (joomla) -->
<field
type="textarea"
type="editor"
name="php_view"
label="COM_COMPONENTBUILDER_TEMPLATE_PHP_VIEW_LABEL"
rows="17"
cols="5"
description="COM_COMPONENTBUILDER_TEMPLATE_PHP_VIEW_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_TEMPLATE_PHP_VIEW_HINT"
required="true"
validate="code"
/>
<!-- Add_php_view Field. Type: Radio. (joomla) -->
<field
@ -186,17 +190,22 @@
name="not_required"
default="[]"
/>
<!-- Template Field. Type: Textarea. (joomla) -->
<!-- Template Field. Type: Editor. (joomla) -->
<field
type="textarea"
type="editor"
name="template"
label="COM_COMPONENTBUILDER_TEMPLATE_TEMPLATE_LABEL"
rows="20"
description="COM_COMPONENTBUILDER_TEMPLATE_TEMPLATE_DESCRIPTION"
width="100%"
height="500px"
cols="15"
class="text_area span12"
rows="30"
buttons="no"
syntax="html"
editor="codemirror|none"
filter="raw"
hint="COM_COMPONENTBUILDER_TEMPLATE_TEMPLATE_HINT"
required="true"
validate="code"
/>
<!-- Note_snippet_usage Field. Type: Note. A None Database Field. (joomla) -->
<field type="note" name="note_snippet_usage" label="COM_COMPONENTBUILDER_TEMPLATE_NOTE_SNIPPET_USAGE_LABEL" heading="h4" class="snippet-usage note_snippet_usage" />