Added the option to customize the import of data per view.
This commit is contained in:
@ -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
|
||||
|
@ -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);
|
||||
|
||||
});
|
||||
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user