Added the option to customize the import of data per view.

This commit is contained in:
2016-05-04 05:53:33 +01:00
parent 951e0c1f5d
commit 6b70aa45e6
374 changed files with 4370 additions and 2718 deletions

View File

@ -9,8 +9,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.4
@build 2nd May, 2016
@version 2.1.5
@build 4th May, 2016
@created 30th April, 2015
@package Component Builder
@subpackage submitbutton.js

View File

@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.4
@build 2nd May, 2016
@version 2.1.5
@build 4th May, 2016
@created 30th April, 2015
@package Component Builder
@subpackage edit.php
@ -114,18 +114,18 @@ $componentParams = JComponentHelper::getParams('com_componentbuilder');
<script type="text/javascript">
// #jform_add_php_view listeners for add_php_view_vvvvvxx function
// #jform_add_php_view listeners for add_php_view_vvvvvxz function
jQuery('#jform_add_php_view').on('keyup',function()
{
var add_php_view_vvvvvxx = jQuery("#jform_add_php_view input[type='radio']:checked").val();
vvvvvxx(add_php_view_vvvvvxx);
var add_php_view_vvvvvxz = jQuery("#jform_add_php_view input[type='radio']:checked").val();
vvvvvxz(add_php_view_vvvvvxz);
});
jQuery('#adminForm').on('change', '#jform_add_php_view',function (e)
{
e.preventDefault();
var add_php_view_vvvvvxx = jQuery("#jform_add_php_view input[type='radio']:checked").val();
vvvvvxx(add_php_view_vvvvvxx);
var add_php_view_vvvvvxz = jQuery("#jform_add_php_view input[type='radio']:checked").val();
vvvvvxz(add_php_view_vvvvvxz);
});

View File

@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.4
@build 2nd May, 2016
@version 2.1.5
@build 4th May, 2016
@created 30th April, 2015
@package Component Builder
@subpackage view.html.php