35
0
Fork 0
plg_content_componentbuilde.../forms/dynamic_get.xml

794 lines
27 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- default paths of dynamic_get form points to componentbuilder -->
<form>
<fields name="params">
<!-- default paths of dynamic_get_headers fieldset points to the plugin -->
<fieldset name="dynamic_get_headers" label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CLASS_HEADERS"
addrulepath="/plugins/content/componentbuilderdynamicgetheaderstabs/rules"
addfieldpath="/plugins/content/componentbuilderdynamicgetheaderstabs/fields"
>
<fields name="dynamic_get_headers">
<!-- Add_site_view_model Field. Type: Radio. (joomla) -->
<field
type="radio"
name="add_site_view_model"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_MODEL_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_MODEL_DESCRIPTION"
class="btn-group btn-group-yesno"
default="0"
required="true">
<!-- Option Set. -->
<option value="1">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_YES</option>
<option value="0">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_NO</option>
</field>
<!-- Site_view_model Field. Type: Editor. (joomla) -->
<field
type="editor"
name="site_view_model"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_MODEL_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_MODEL_DESCRIPTION"
width="100%"
height="100px"
cols="15"
rows="10"
buttons="no"
syntax="php"
editor="codemirror|none"
filter="raw"
required="false"
validate="code"
showon="add_site_view_model:1"
/>
<!-- Power_site_view_model Field. Type: Powers. (custom) -->
<field
type="powers"
name="power_site_view_model"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_MODEL_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_MODEL_DESCRIPTION"
class="list_class span12"
multiple="true"
default="0"
required="false"
showon="add_site_view_model:1"
button="true"
/>
<!-- Add_site_view_html Field. Type: Radio. (joomla) -->
<field
type="radio"
name="add_site_view_html"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_HTML_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_HTML_DESCRIPTION"
class="btn-group btn-group-yesno"
default="0"
required="true">
<!-- Option Set. -->
<option value="1">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_YES</option>
<option value="0">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_NO</option>
</field>
<!-- Site_view_html Field. Type: Editor. (joomla) -->
<field
type="editor"
name="site_view_html"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_HTML_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_HTML_DESCRIPTION"
width="100%"
height="100px"
cols="15"
rows="10"
buttons="no"
syntax="php"
editor="codemirror|none"
filter="raw"
required="false"
validate="code"
showon="add_site_view_html:1"
/>
<!-- Power_site_view_html Field. Type: Powers. (custom) -->
<field
type="powers"
name="power_site_view_html"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_HTML_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_HTML_DESCRIPTION"
class="list_class span12"
multiple="true"
default="0"
required="false"
showon="add_site_view_html:1"
button="true"
/>
<!-- Add_site_view Field. Type: Radio. (joomla) -->
<field
type="radio"
name="add_site_view"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_DESCRIPTION"
class="btn-group btn-group-yesno"
default="0"
required="true">
<!-- Option Set. -->
<option value="1">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_YES</option>
<option value="0">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_NO</option>
</field>
<!-- Site_view Field. Type: Editor. (joomla) -->
<field
type="editor"
name="site_view"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_DESCRIPTION"
width="100%"
height="100px"
cols="15"
rows="10"
buttons="no"
syntax="php"
editor="codemirror|none"
filter="raw"
required="false"
validate="code"
showon="add_site_view:1"
/>
<!-- Power_site_view Field. Type: Powers. (custom) -->
<field
type="powers"
name="power_site_view"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_DESCRIPTION"
class="list_class span12"
multiple="true"
default="0"
required="false"
showon="add_site_view:1"
button="true"
/>
<!-- Add_site_view_controller Field. Type: Radio. (joomla) -->
<field
type="radio"
name="add_site_view_controller"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_CONTROLLER_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEW_CONTROLLER_DESCRIPTION"
class="btn-group btn-group-yesno"
default="0"
required="true">
<!-- Option Set. -->
<option value="1">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_YES</option>
<option value="0">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_NO</option>
</field>
<!-- Site_view_controller Field. Type: Editor. (joomla) -->
<field
type="editor"
name="site_view_controller"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_CONTROLLER_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEW_CONTROLLER_DESCRIPTION"
width="100%"
height="100px"
cols="15"
rows="10"
buttons="no"
syntax="php"
editor="codemirror|none"
filter="raw"
required="false"
validate="code"
showon="add_site_view_controller:1"
/>
<!-- Power_site_view_controller Field. Type: Powers. (custom) -->
<field
type="powers"
name="power_site_view_controller"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_CONTROLLER_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEW_CONTROLLER_DESCRIPTION"
class="list_class span12"
multiple="true"
default="0"
required="false"
showon="add_site_view_controller:1"
button="true"
/>
<!-- Add_site_views_model Field. Type: Radio. (joomla) -->
<field
type="radio"
name="add_site_views_model"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_MODEL_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_MODEL_DESCRIPTION"
class="btn-group btn-group-yesno"
default="0"
required="true">
<!-- Option Set. -->
<option value="1">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_YES</option>
<option value="0">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_NO</option>
</field>
<!-- Site_views_model Field. Type: Editor. (joomla) -->
<field
type="editor"
name="site_views_model"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_MODEL_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_MODEL_DESCRIPTION"
width="100%"
height="100px"
cols="15"
rows="10"
buttons="no"
syntax="php"
editor="codemirror|none"
filter="raw"
required="false"
validate="code"
showon="add_site_views_model:1"
/>
<!-- Power_site_views_model Field. Type: Powers. (custom) -->
<field
type="powers"
name="power_site_views_model"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_MODEL_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_MODEL_DESCRIPTION"
class="list_class span12"
multiple="true"
default="0"
required="false"
showon="add_site_views_model:1"
button="true"
/>
<!-- Add_site_views_html Field. Type: Radio. (joomla) -->
<field
type="radio"
name="add_site_views_html"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_HTML_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_HTML_DESCRIPTION"
class="btn-group btn-group-yesno"
default="0"
required="true">
<!-- Option Set. -->
<option value="1">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_YES</option>
<option value="0">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_NO</option>
</field>
<!-- Site_views_html Field. Type: Editor. (joomla) -->
<field
type="editor"
name="site_views_html"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_HTML_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_HTML_DESCRIPTION"
width="100%"
height="100px"
cols="15"
rows="10"
buttons="no"
syntax="php"
editor="codemirror|none"
filter="raw"
required="false"
validate="code"
showon="add_site_views_html:1"
/>
<!-- Power_site_views_html Field. Type: Powers. (custom) -->
<field
type="powers"
name="power_site_views_html"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_HTML_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_HTML_DESCRIPTION"
class="list_class span12"
multiple="true"
default="0"
required="false"
showon="add_site_views_html:1"
button="true"
/>
<!-- Add_site_views Field. Type: Radio. (joomla) -->
<field
type="radio"
name="add_site_views"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_DESCRIPTION"
class="btn-group btn-group-yesno"
default="0"
required="true">
<!-- Option Set. -->
<option value="1">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_YES</option>
<option value="0">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_NO</option>
</field>
<!-- Site_views Field. Type: Editor. (joomla) -->
<field
type="editor"
name="site_views"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_DESCRIPTION"
width="100%"
height="100px"
cols="15"
rows="10"
buttons="no"
syntax="php"
editor="codemirror|none"
filter="raw"
required="false"
validate="code"
showon="add_site_views:1"
/>
<!-- Power_site_views Field. Type: Powers. (custom) -->
<field
type="powers"
name="power_site_views"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_DESCRIPTION"
class="list_class span12"
multiple="true"
default="0"
required="false"
showon="add_site_views:1"
button="true"
/>
<!-- Add_site_views_controller Field. Type: Radio. (joomla) -->
<field
type="radio"
name="add_site_views_controller"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_CONTROLLER_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_SITE_VIEWS_CONTROLLER_DESCRIPTION"
class="btn-group btn-group-yesno"
default="0"
required="true">
<!-- Option Set. -->
<option value="1">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_YES</option>
<option value="0">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_NO</option>
</field>
<!-- Site_views_controller Field. Type: Editor. (joomla) -->
<field
type="editor"
name="site_views_controller"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_CONTROLLER_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_SITE_VIEWS_CONTROLLER_DESCRIPTION"
width="100%"
height="100px"
cols="15"
rows="10"
buttons="no"
syntax="php"
editor="codemirror|none"
filter="raw"
required="false"
validate="code"
showon="add_site_views_controller:1"
/>
<!-- Power_site_views_controller Field. Type: Powers. (custom) -->
<field
type="powers"
name="power_site_views_controller"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_CONTROLLER_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_SITE_VIEWS_CONTROLLER_DESCRIPTION"
class="list_class span12"
multiple="true"
default="0"
required="false"
showon="add_site_views_controller:1"
button="true"
/>
<!-- Add_custom_admin_view_model Field. Type: Radio. (joomla) -->
<field
type="radio"
name="add_custom_admin_view_model"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_MODEL_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_MODEL_DESCRIPTION"
class="btn-group btn-group-yesno"
default="0"
required="true">
<!-- Option Set. -->
<option value="1">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_YES</option>
<option value="0">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_NO</option>
</field>
<!-- Custom_admin_view_model Field. Type: Editor. (joomla) -->
<field
type="editor"
name="custom_admin_view_model"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_MODEL_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_MODEL_DESCRIPTION"
width="100%"
height="100px"
cols="15"
rows="10"
buttons="no"
syntax="php"
editor="codemirror|none"
filter="raw"
required="false"
validate="code"
showon="add_custom_admin_view_model:1"
/>
<!-- Power_custom_admin_view_model Field. Type: Powers. (custom) -->
<field
type="powers"
name="power_custom_admin_view_model"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_MODEL_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_MODEL_DESCRIPTION"
class="list_class span12"
multiple="true"
default="0"
required="false"
showon="add_custom_admin_view_model:1"
button="true"
/>
<!-- Add_custom_admin_view_html Field. Type: Radio. (joomla) -->
<field
type="radio"
name="add_custom_admin_view_html"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_HTML_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_HTML_DESCRIPTION"
class="btn-group btn-group-yesno"
default="0"
required="true">
<!-- Option Set. -->
<option value="1">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_YES</option>
<option value="0">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_NO</option>
</field>
<!-- Custom_admin_view_html Field. Type: Editor. (joomla) -->
<field
type="editor"
name="custom_admin_view_html"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_HTML_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_HTML_DESCRIPTION"
width="100%"
height="100px"
cols="15"
rows="10"
buttons="no"
syntax="php"
editor="codemirror|none"
filter="raw"
required="false"
validate="code"
showon="add_custom_admin_view_html:1"
/>
<!-- Power_custom_admin_view_html Field. Type: Powers. (custom) -->
<field
type="powers"
name="power_custom_admin_view_html"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_HTML_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_HTML_DESCRIPTION"
class="list_class span12"
multiple="true"
default="0"
required="false"
showon="add_custom_admin_view_html:1"
button="true"
/>
<!-- Add_custom_admin_view Field. Type: Radio. (joomla) -->
<field
type="radio"
name="add_custom_admin_view"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_DESCRIPTION"
class="btn-group btn-group-yesno"
default="0"
required="true">
<!-- Option Set. -->
<option value="1">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_YES</option>
<option value="0">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_NO</option>
</field>
<!-- Custom_admin_view Field. Type: Editor. (joomla) -->
<field
type="editor"
name="custom_admin_view"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_DESCRIPTION"
width="100%"
height="100px"
cols="15"
rows="10"
buttons="no"
syntax="php"
editor="codemirror|none"
filter="raw"
required="false"
validate="code"
showon="add_custom_admin_view:1"
/>
<!-- Power_custom_admin_view Field. Type: Powers. (custom) -->
<field
type="powers"
name="power_custom_admin_view"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_DESCRIPTION"
class="list_class span12"
multiple="true"
default="0"
required="false"
showon="add_custom_admin_view:1"
button="true"
/>
<!-- Add_custom_admin_view_controller Field. Type: Radio. (joomla) -->
<field
type="radio"
name="add_custom_admin_view_controller"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_CONTROLLER_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEW_CONTROLLER_DESCRIPTION"
class="btn-group btn-group-yesno"
default="0"
required="true">
<!-- Option Set. -->
<option value="1">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_YES</option>
<option value="0">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_NO</option>
</field>
<!-- Custom_admin_view_controller Field. Type: Editor. (joomla) -->
<field
type="editor"
name="custom_admin_view_controller"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_CONTROLLER_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEW_CONTROLLER_DESCRIPTION"
width="100%"
height="100px"
cols="15"
rows="10"
buttons="no"
syntax="php"
editor="codemirror|none"
filter="raw"
required="false"
validate="code"
showon="add_custom_admin_view_controller:1"
/>
<!-- Power_custom_admin_view_controller Field. Type: Powers. (custom) -->
<field
type="powers"
name="power_custom_admin_view_controller"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_CONTROLLER_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEW_CONTROLLER_DESCRIPTION"
class="list_class span12"
multiple="true"
default="0"
required="false"
showon="add_custom_admin_view_controller:1"
button="true"
/>
<!-- Add_custom_admin_views_model Field. Type: Radio. (joomla) -->
<field
type="radio"
name="add_custom_admin_views_model"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_MODEL_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_MODEL_DESCRIPTION"
class="btn-group btn-group-yesno"
default="0"
required="true">
<!-- Option Set. -->
<option value="1">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_YES</option>
<option value="0">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_NO</option>
</field>
<!-- Custom_admin_views_model Field. Type: Editor. (joomla) -->
<field
type="editor"
name="custom_admin_views_model"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_MODEL_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_MODEL_DESCRIPTION"
width="100%"
height="100px"
cols="15"
rows="10"
buttons="no"
syntax="php"
editor="codemirror|none"
filter="raw"
required="false"
validate="code"
showon="add_custom_admin_views_model:1"
/>
<!-- Power_custom_admin_views_model Field. Type: Powers. (custom) -->
<field
type="powers"
name="power_custom_admin_views_model"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_MODEL_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_MODEL_DESCRIPTION"
class="list_class span12"
multiple="true"
default="0"
required="false"
showon="add_custom_admin_views_model:1"
button="true"
/>
<!-- Add_custom_admin_views_html Field. Type: Radio. (joomla) -->
<field
type="radio"
name="add_custom_admin_views_html"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_HTML_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_HTML_DESCRIPTION"
class="btn-group btn-group-yesno"
default="0"
required="true">
<!-- Option Set. -->
<option value="1">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_YES</option>
<option value="0">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_NO</option>
</field>
<!-- Custom_admin_views_html Field. Type: Editor. (joomla) -->
<field
type="editor"
name="custom_admin_views_html"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_HTML_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_HTML_DESCRIPTION"
width="100%"
height="100px"
cols="15"
rows="10"
buttons="no"
syntax="php"
editor="codemirror|none"
filter="raw"
required="false"
validate="code"
showon="add_custom_admin_views_html:1"
/>
<!-- Power_custom_admin_views_html Field. Type: Powers. (custom) -->
<field
type="powers"
name="power_custom_admin_views_html"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_HTML_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_HTML_DESCRIPTION"
class="list_class span12"
multiple="true"
default="0"
required="false"
showon="add_custom_admin_views_html:1"
button="true"
/>
<!-- Add_custom_admin_views Field. Type: Radio. (joomla) -->
<field
type="radio"
name="add_custom_admin_views"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_DESCRIPTION"
class="btn-group btn-group-yesno"
default="0"
required="true">
<!-- Option Set. -->
<option value="1">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_YES</option>
<option value="0">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_NO</option>
</field>
<!-- Custom_admin_views Field. Type: Editor. (joomla) -->
<field
type="editor"
name="custom_admin_views"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_DESCRIPTION"
width="100%"
height="100px"
cols="15"
rows="10"
buttons="no"
syntax="php"
editor="codemirror|none"
filter="raw"
required="false"
validate="code"
showon="add_custom_admin_views:1"
/>
<!-- Power_custom_admin_views Field. Type: Powers. (custom) -->
<field
type="powers"
name="power_custom_admin_views"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_DESCRIPTION"
class="list_class span12"
multiple="true"
default="0"
required="false"
showon="add_custom_admin_views:1"
button="true"
/>
<!-- Add_custom_admin_views_controller Field. Type: Radio. (joomla) -->
<field
type="radio"
name="add_custom_admin_views_controller"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_CONTROLLER_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_CUSTOM_ADMIN_VIEWS_CONTROLLER_DESCRIPTION"
class="btn-group btn-group-yesno"
default="0"
required="true">
<!-- Option Set. -->
<option value="1">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_YES</option>
<option value="0">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_NO</option>
</field>
<!-- Custom_admin_views_controller Field. Type: Editor. (joomla) -->
<field
type="editor"
name="custom_admin_views_controller"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_CONTROLLER_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_CUSTOM_ADMIN_VIEWS_CONTROLLER_DESCRIPTION"
width="100%"
height="100px"
cols="15"
rows="10"
buttons="no"
syntax="php"
editor="codemirror|none"
filter="raw"
required="false"
validate="code"
showon="add_custom_admin_views_controller:1"
/>
<!-- Power_custom_admin_views_controller Field. Type: Powers. (custom) -->
<field
type="powers"
name="power_custom_admin_views_controller"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_CONTROLLER_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_CUSTOM_ADMIN_VIEWS_CONTROLLER_DESCRIPTION"
class="list_class span12"
multiple="true"
default="0"
required="false"
showon="add_custom_admin_views_controller:1"
button="true"
/>
<!-- Add_ajax_model Field. Type: Radio. (joomla) -->
<field
type="radio"
name="add_ajax_model"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_ADD_AJAX_MODEL_LABEL"
class="btn-group btn-group-yesno"
default="0"
required="true">
<!-- Option Set. -->
<option value="1">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_YES</option>
<option value="0">
PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_NO</option>
</field>
<!-- Ajax_model Field. Type: Editor. (joomla) -->
<field
type="editor"
name="ajax_model"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_AJAX_MODEL_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_AJAX_MODEL_DESCRIPTION"
width="100%"
height="100px"
cols="15"
rows="10"
buttons="no"
syntax="php"
editor="codemirror|none"
filter="raw"
required="false"
validate="code"
showon="add_ajax_model:1"
/>
<!-- Power_ajax_model Field. Type: Powers. (custom) -->
<field
type="powers"
name="power_ajax_model"
label="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_AJAX_MODEL_LABEL"
description="PLG_CONTENT_COMPONENTBUILDERDYNAMICGETHEADERSTABS_POWER_AJAX_MODEL_DESCRIPTION"
class="list_class span12"
multiple="true"
default="0"
showon="add_ajax_model:1"
button="true"
/>
</fields>
</fieldset>
</fields>
</form>