Added another PHP field to the admin views, improved the custom code methods in the compiler, and fixed some permissional errors.
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
|_|
|
||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 2.1.16
|
||||
@build 29th August, 2016
|
||||
@version 2.1.17
|
||||
@build 3rd September, 2016
|
||||
@created 30th April, 2015
|
||||
@package Component Builder
|
||||
@subpackage edit.php
|
||||
@@ -151,123 +151,123 @@ $componentParams = JComponentHelper::getParams('com_componentbuilder');
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
// #jform_add_php_view listeners for add_php_view_vvvvvxh function
|
||||
// #jform_add_php_view listeners for add_php_view_vvvvvxi function
|
||||
jQuery('#jform_add_php_view').on('keyup',function()
|
||||
{
|
||||
var add_php_view_vvvvvxh = jQuery("#jform_add_php_view input[type='radio']:checked").val();
|
||||
vvvvvxh(add_php_view_vvvvvxh);
|
||||
var add_php_view_vvvvvxi = jQuery("#jform_add_php_view input[type='radio']:checked").val();
|
||||
vvvvvxi(add_php_view_vvvvvxi);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_add_php_view',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var add_php_view_vvvvvxh = jQuery("#jform_add_php_view input[type='radio']:checked").val();
|
||||
vvvvvxh(add_php_view_vvvvvxh);
|
||||
var add_php_view_vvvvvxi = jQuery("#jform_add_php_view input[type='radio']:checked").val();
|
||||
vvvvvxi(add_php_view_vvvvvxi);
|
||||
|
||||
});
|
||||
|
||||
// #jform_add_php_jview_display listeners for add_php_jview_display_vvvvvxi function
|
||||
// #jform_add_php_jview_display listeners for add_php_jview_display_vvvvvxj function
|
||||
jQuery('#jform_add_php_jview_display').on('keyup',function()
|
||||
{
|
||||
var add_php_jview_display_vvvvvxi = jQuery("#jform_add_php_jview_display input[type='radio']:checked").val();
|
||||
vvvvvxi(add_php_jview_display_vvvvvxi);
|
||||
var add_php_jview_display_vvvvvxj = jQuery("#jform_add_php_jview_display input[type='radio']:checked").val();
|
||||
vvvvvxj(add_php_jview_display_vvvvvxj);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_add_php_jview_display',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var add_php_jview_display_vvvvvxi = jQuery("#jform_add_php_jview_display input[type='radio']:checked").val();
|
||||
vvvvvxi(add_php_jview_display_vvvvvxi);
|
||||
var add_php_jview_display_vvvvvxj = jQuery("#jform_add_php_jview_display input[type='radio']:checked").val();
|
||||
vvvvvxj(add_php_jview_display_vvvvvxj);
|
||||
|
||||
});
|
||||
|
||||
// #jform_add_php_jview listeners for add_php_jview_vvvvvxj function
|
||||
// #jform_add_php_jview listeners for add_php_jview_vvvvvxk function
|
||||
jQuery('#jform_add_php_jview').on('keyup',function()
|
||||
{
|
||||
var add_php_jview_vvvvvxj = jQuery("#jform_add_php_jview input[type='radio']:checked").val();
|
||||
vvvvvxj(add_php_jview_vvvvvxj);
|
||||
var add_php_jview_vvvvvxk = jQuery("#jform_add_php_jview input[type='radio']:checked").val();
|
||||
vvvvvxk(add_php_jview_vvvvvxk);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_add_php_jview',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var add_php_jview_vvvvvxj = jQuery("#jform_add_php_jview input[type='radio']:checked").val();
|
||||
vvvvvxj(add_php_jview_vvvvvxj);
|
||||
var add_php_jview_vvvvvxk = jQuery("#jform_add_php_jview input[type='radio']:checked").val();
|
||||
vvvvvxk(add_php_jview_vvvvvxk);
|
||||
|
||||
});
|
||||
|
||||
// #jform_add_php_document listeners for add_php_document_vvvvvxk function
|
||||
// #jform_add_php_document listeners for add_php_document_vvvvvxl function
|
||||
jQuery('#jform_add_php_document').on('keyup',function()
|
||||
{
|
||||
var add_php_document_vvvvvxk = jQuery("#jform_add_php_document input[type='radio']:checked").val();
|
||||
vvvvvxk(add_php_document_vvvvvxk);
|
||||
var add_php_document_vvvvvxl = jQuery("#jform_add_php_document input[type='radio']:checked").val();
|
||||
vvvvvxl(add_php_document_vvvvvxl);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_add_php_document',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var add_php_document_vvvvvxk = jQuery("#jform_add_php_document input[type='radio']:checked").val();
|
||||
vvvvvxk(add_php_document_vvvvvxk);
|
||||
var add_php_document_vvvvvxl = jQuery("#jform_add_php_document input[type='radio']:checked").val();
|
||||
vvvvvxl(add_php_document_vvvvvxl);
|
||||
|
||||
});
|
||||
|
||||
// #jform_add_css_document listeners for add_css_document_vvvvvxl function
|
||||
// #jform_add_css_document listeners for add_css_document_vvvvvxm function
|
||||
jQuery('#jform_add_css_document').on('keyup',function()
|
||||
{
|
||||
var add_css_document_vvvvvxl = jQuery("#jform_add_css_document input[type='radio']:checked").val();
|
||||
vvvvvxl(add_css_document_vvvvvxl);
|
||||
var add_css_document_vvvvvxm = jQuery("#jform_add_css_document input[type='radio']:checked").val();
|
||||
vvvvvxm(add_css_document_vvvvvxm);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_add_css_document',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var add_css_document_vvvvvxl = jQuery("#jform_add_css_document input[type='radio']:checked").val();
|
||||
vvvvvxl(add_css_document_vvvvvxl);
|
||||
var add_css_document_vvvvvxm = jQuery("#jform_add_css_document input[type='radio']:checked").val();
|
||||
vvvvvxm(add_css_document_vvvvvxm);
|
||||
|
||||
});
|
||||
|
||||
// #jform_add_js_document listeners for add_js_document_vvvvvxm function
|
||||
// #jform_add_js_document listeners for add_js_document_vvvvvxn function
|
||||
jQuery('#jform_add_js_document').on('keyup',function()
|
||||
{
|
||||
var add_js_document_vvvvvxm = jQuery("#jform_add_js_document input[type='radio']:checked").val();
|
||||
vvvvvxm(add_js_document_vvvvvxm);
|
||||
var add_js_document_vvvvvxn = jQuery("#jform_add_js_document input[type='radio']:checked").val();
|
||||
vvvvvxn(add_js_document_vvvvvxn);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_add_js_document',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var add_js_document_vvvvvxm = jQuery("#jform_add_js_document input[type='radio']:checked").val();
|
||||
vvvvvxm(add_js_document_vvvvvxm);
|
||||
var add_js_document_vvvvvxn = jQuery("#jform_add_js_document input[type='radio']:checked").val();
|
||||
vvvvvxn(add_js_document_vvvvvxn);
|
||||
|
||||
});
|
||||
|
||||
// #jform_add_custom_button listeners for add_custom_button_vvvvvxn function
|
||||
// #jform_add_custom_button listeners for add_custom_button_vvvvvxo function
|
||||
jQuery('#jform_add_custom_button').on('keyup',function()
|
||||
{
|
||||
var add_custom_button_vvvvvxn = jQuery("#jform_add_custom_button input[type='radio']:checked").val();
|
||||
vvvvvxn(add_custom_button_vvvvvxn);
|
||||
var add_custom_button_vvvvvxo = jQuery("#jform_add_custom_button input[type='radio']:checked").val();
|
||||
vvvvvxo(add_custom_button_vvvvvxo);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_add_custom_button',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var add_custom_button_vvvvvxn = jQuery("#jform_add_custom_button input[type='radio']:checked").val();
|
||||
vvvvvxn(add_custom_button_vvvvvxn);
|
||||
var add_custom_button_vvvvvxo = jQuery("#jform_add_custom_button input[type='radio']:checked").val();
|
||||
vvvvvxo(add_custom_button_vvvvvxo);
|
||||
|
||||
});
|
||||
|
||||
// #jform_add_css listeners for add_css_vvvvvxo function
|
||||
// #jform_add_css listeners for add_css_vvvvvxp function
|
||||
jQuery('#jform_add_css').on('keyup',function()
|
||||
{
|
||||
var add_css_vvvvvxo = jQuery("#jform_add_css input[type='radio']:checked").val();
|
||||
vvvvvxo(add_css_vvvvvxo);
|
||||
var add_css_vvvvvxp = jQuery("#jform_add_css input[type='radio']:checked").val();
|
||||
vvvvvxp(add_css_vvvvvxp);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_add_css',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var add_css_vvvvvxo = jQuery("#jform_add_css input[type='radio']:checked").val();
|
||||
vvvvvxo(add_css_vvvvvxo);
|
||||
var add_css_vvvvvxp = jQuery("#jform_add_css input[type='radio']:checked").val();
|
||||
vvvvvxp(add_css_vvvvvxp);
|
||||
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user