Version release. All changes are only random variable name and date changes (due to automation)

This commit is contained in:
2016-01-31 19:29:08 +02:00
parent 5ca3d0b533
commit 41defc9e7a
360 changed files with 2000 additions and 1999 deletions

View File

@ -9,7 +9,7 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.0.8
@version 2.0.9
@build 31st January, 2016
@created 30th April, 2015
@package Component Builder

View File

@ -10,7 +10,7 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.0.8
@version 2.0.9
@build 31st January, 2016
@created 30th April, 2015
@package Component Builder
@ -112,18 +112,18 @@ $componentParams = JComponentHelper::getParams('com_componentbuilder');
<script type="text/javascript">
// #jform_add_php_view listeners for add_php_view_ASKXMoc function
// #jform_add_php_view listeners for add_php_view_QMYVTRN function
jQuery('#jform_add_php_view').on('keyup',function()
{
var add_php_view_ASKXMoc = jQuery("#jform_add_php_view input[type='radio']:checked").val();
ASKXMoc(add_php_view_ASKXMoc);
var add_php_view_QMYVTRN = jQuery("#jform_add_php_view input[type='radio']:checked").val();
QMYVTRN(add_php_view_QMYVTRN);
});
jQuery('#adminForm').on('change', '#jform_add_php_view',function (e)
{
e.preventDefault();
var add_php_view_ASKXMoc = jQuery("#jform_add_php_view input[type='radio']:checked").val();
ASKXMoc(add_php_view_ASKXMoc);
var add_php_view_QMYVTRN = jQuery("#jform_add_php_view input[type='radio']:checked").val();
QMYVTRN(add_php_view_QMYVTRN);
});

View File

@ -10,7 +10,7 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.0.8
@version 2.0.9
@build 31st January, 2016
@created 30th April, 2015
@package Component Builder