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
|
||||
@@ -128,123 +128,123 @@ $componentParams = JComponentHelper::getParams('com_componentbuilder');
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
// #jform_add_php_view listeners for add_php_view_vvvvvxf function
|
||||
// #jform_add_php_view listeners for add_php_view_vvvvvxh function
|
||||
jQuery('#jform_add_php_view').on('keyup',function()
|
||||
{
|
||||
var add_php_view_vvvvvxf = jQuery("#jform_add_php_view input[type='radio']:checked").val();
|
||||
vvvvvxf(add_php_view_vvvvvxf);
|
||||
var add_php_view_vvvvvxh = jQuery("#jform_add_php_view input[type='radio']:checked").val();
|
||||
vvvvvxh(add_php_view_vvvvvxh);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_add_php_view',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var add_php_view_vvvvvxf = jQuery("#jform_add_php_view input[type='radio']:checked").val();
|
||||
vvvvvxf(add_php_view_vvvvvxf);
|
||||
var add_php_view_vvvvvxh = jQuery("#jform_add_php_view input[type='radio']:checked").val();
|
||||
vvvvvxh(add_php_view_vvvvvxh);
|
||||
|
||||
});
|
||||
|
||||
// #jform_add_php_jview_display listeners for add_php_jview_display_vvvvvxg function
|
||||
// #jform_add_php_jview_display listeners for add_php_jview_display_vvvvvxi function
|
||||
jQuery('#jform_add_php_jview_display').on('keyup',function()
|
||||
{
|
||||
var add_php_jview_display_vvvvvxg = jQuery("#jform_add_php_jview_display input[type='radio']:checked").val();
|
||||
vvvvvxg(add_php_jview_display_vvvvvxg);
|
||||
var add_php_jview_display_vvvvvxi = jQuery("#jform_add_php_jview_display input[type='radio']:checked").val();
|
||||
vvvvvxi(add_php_jview_display_vvvvvxi);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_add_php_jview_display',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var add_php_jview_display_vvvvvxg = jQuery("#jform_add_php_jview_display input[type='radio']:checked").val();
|
||||
vvvvvxg(add_php_jview_display_vvvvvxg);
|
||||
var add_php_jview_display_vvvvvxi = jQuery("#jform_add_php_jview_display input[type='radio']:checked").val();
|
||||
vvvvvxi(add_php_jview_display_vvvvvxi);
|
||||
|
||||
});
|
||||
|
||||
// #jform_add_php_jview listeners for add_php_jview_vvvvvxh function
|
||||
// #jform_add_php_jview listeners for add_php_jview_vvvvvxj function
|
||||
jQuery('#jform_add_php_jview').on('keyup',function()
|
||||
{
|
||||
var add_php_jview_vvvvvxh = jQuery("#jform_add_php_jview input[type='radio']:checked").val();
|
||||
vvvvvxh(add_php_jview_vvvvvxh);
|
||||
var add_php_jview_vvvvvxj = jQuery("#jform_add_php_jview input[type='radio']:checked").val();
|
||||
vvvvvxj(add_php_jview_vvvvvxj);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_add_php_jview',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var add_php_jview_vvvvvxh = jQuery("#jform_add_php_jview input[type='radio']:checked").val();
|
||||
vvvvvxh(add_php_jview_vvvvvxh);
|
||||
var add_php_jview_vvvvvxj = jQuery("#jform_add_php_jview input[type='radio']:checked").val();
|
||||
vvvvvxj(add_php_jview_vvvvvxj);
|
||||
|
||||
});
|
||||
|
||||
// #jform_add_php_document listeners for add_php_document_vvvvvxi function
|
||||
// #jform_add_php_document listeners for add_php_document_vvvvvxk function
|
||||
jQuery('#jform_add_php_document').on('keyup',function()
|
||||
{
|
||||
var add_php_document_vvvvvxi = jQuery("#jform_add_php_document input[type='radio']:checked").val();
|
||||
vvvvvxi(add_php_document_vvvvvxi);
|
||||
var add_php_document_vvvvvxk = jQuery("#jform_add_php_document input[type='radio']:checked").val();
|
||||
vvvvvxk(add_php_document_vvvvvxk);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_add_php_document',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var add_php_document_vvvvvxi = jQuery("#jform_add_php_document input[type='radio']:checked").val();
|
||||
vvvvvxi(add_php_document_vvvvvxi);
|
||||
var add_php_document_vvvvvxk = jQuery("#jform_add_php_document input[type='radio']:checked").val();
|
||||
vvvvvxk(add_php_document_vvvvvxk);
|
||||
|
||||
});
|
||||
|
||||
// #jform_add_css_document listeners for add_css_document_vvvvvxj function
|
||||
// #jform_add_css_document listeners for add_css_document_vvvvvxl function
|
||||
jQuery('#jform_add_css_document').on('keyup',function()
|
||||
{
|
||||
var add_css_document_vvvvvxj = jQuery("#jform_add_css_document input[type='radio']:checked").val();
|
||||
vvvvvxj(add_css_document_vvvvvxj);
|
||||
var add_css_document_vvvvvxl = jQuery("#jform_add_css_document input[type='radio']:checked").val();
|
||||
vvvvvxl(add_css_document_vvvvvxl);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_add_css_document',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var add_css_document_vvvvvxj = jQuery("#jform_add_css_document input[type='radio']:checked").val();
|
||||
vvvvvxj(add_css_document_vvvvvxj);
|
||||
var add_css_document_vvvvvxl = jQuery("#jform_add_css_document input[type='radio']:checked").val();
|
||||
vvvvvxl(add_css_document_vvvvvxl);
|
||||
|
||||
});
|
||||
|
||||
// #jform_add_js_document listeners for add_js_document_vvvvvxk function
|
||||
// #jform_add_js_document listeners for add_js_document_vvvvvxm function
|
||||
jQuery('#jform_add_js_document').on('keyup',function()
|
||||
{
|
||||
var add_js_document_vvvvvxk = jQuery("#jform_add_js_document input[type='radio']:checked").val();
|
||||
vvvvvxk(add_js_document_vvvvvxk);
|
||||
var add_js_document_vvvvvxm = jQuery("#jform_add_js_document input[type='radio']:checked").val();
|
||||
vvvvvxm(add_js_document_vvvvvxm);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_add_js_document',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var add_js_document_vvvvvxk = jQuery("#jform_add_js_document input[type='radio']:checked").val();
|
||||
vvvvvxk(add_js_document_vvvvvxk);
|
||||
var add_js_document_vvvvvxm = jQuery("#jform_add_js_document input[type='radio']:checked").val();
|
||||
vvvvvxm(add_js_document_vvvvvxm);
|
||||
|
||||
});
|
||||
|
||||
// #jform_add_custom_button listeners for add_custom_button_vvvvvxl function
|
||||
// #jform_add_custom_button listeners for add_custom_button_vvvvvxn function
|
||||
jQuery('#jform_add_custom_button').on('keyup',function()
|
||||
{
|
||||
var add_custom_button_vvvvvxl = jQuery("#jform_add_custom_button input[type='radio']:checked").val();
|
||||
vvvvvxl(add_custom_button_vvvvvxl);
|
||||
var add_custom_button_vvvvvxn = jQuery("#jform_add_custom_button input[type='radio']:checked").val();
|
||||
vvvvvxn(add_custom_button_vvvvvxn);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_add_custom_button',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var add_custom_button_vvvvvxl = jQuery("#jform_add_custom_button input[type='radio']:checked").val();
|
||||
vvvvvxl(add_custom_button_vvvvvxl);
|
||||
var add_custom_button_vvvvvxn = jQuery("#jform_add_custom_button input[type='radio']:checked").val();
|
||||
vvvvvxn(add_custom_button_vvvvvxn);
|
||||
|
||||
});
|
||||
|
||||
// #jform_add_css listeners for add_css_vvvvvxm function
|
||||
// #jform_add_css listeners for add_css_vvvvvxo function
|
||||
jQuery('#jform_add_css').on('keyup',function()
|
||||
{
|
||||
var add_css_vvvvvxm = jQuery("#jform_add_css input[type='radio']:checked").val();
|
||||
vvvvvxm(add_css_vvvvvxm);
|
||||
var add_css_vvvvvxo = jQuery("#jform_add_css input[type='radio']:checked").val();
|
||||
vvvvvxo(add_css_vvvvvxo);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_add_css',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var add_css_vvvvvxm = jQuery("#jform_add_css input[type='radio']:checked").val();
|
||||
vvvvvxm(add_css_vvvvvxm);
|
||||
var add_css_vvvvvxo = jQuery("#jform_add_css input[type='radio']:checked").val();
|
||||
vvvvvxo(add_css_vvvvvxo);
|
||||
|
||||
});
|
||||
|
||||
|
@@ -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