Added custom buttons to admin views, improved the compiler code, with some bug fixes

This commit is contained in:
2016-09-11 17:27:04 +02:00
parent 8fbd4f8701
commit ecb3ab5af9
372 changed files with 4170 additions and 3139 deletions

View File

@@ -9,8 +9,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.20
@build 7th September, 2016
@version 2.1.21
@build 11th September, 2016
@created 30th April, 2015
@package Component Builder
@subpackage submitbutton.js

View File

@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.20
@build 7th September, 2016
@version 2.1.21
@build 11th September, 2016
@created 30th April, 2015
@package Component Builder
@subpackage edit.php
@@ -115,18 +115,18 @@ $componentParams = JComponentHelper::getParams('com_componentbuilder');
<script type="text/javascript">
// #jform_add_php_view listeners for add_php_view_vvvvvyc function
// #jform_add_php_view listeners for add_php_view_vvvvvyd function
jQuery('#jform_add_php_view').on('keyup',function()
{
var add_php_view_vvvvvyc = jQuery("#jform_add_php_view input[type='radio']:checked").val();
vvvvvyc(add_php_view_vvvvvyc);
var add_php_view_vvvvvyd = jQuery("#jform_add_php_view input[type='radio']:checked").val();
vvvvvyd(add_php_view_vvvvvyd);
});
jQuery('#adminForm').on('change', '#jform_add_php_view',function (e)
{
e.preventDefault();
var add_php_view_vvvvvyc = jQuery("#jform_add_php_view input[type='radio']:checked").val();
vvvvvyc(add_php_view_vvvvvyc);
var add_php_view_vvvvvyd = jQuery("#jform_add_php_view input[type='radio']:checked").val();
vvvvvyd(add_php_view_vvvvvyd);
});

View File

@@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.20
@build 7th September, 2016
@version 2.1.21
@build 11th September, 2016
@created 30th April, 2015
@package Component Builder
@subpackage view.html.php