Added Dynamic Router Implementation to resolve gh-74

This commit is contained in:
2018-01-24 00:05:57 +02:00
parent 850b5867e1
commit 1c20e2ef8b
39 changed files with 1648 additions and 1097 deletions

View File

@ -729,7 +729,7 @@ jQuery(document).ready(function(){
// #jform_add_custom_import listeners
jQuery('#jform_add_custom_import').on('change',function() {
var valueSwitch = jQuery("#jform_add_custom_import input[type='radio']:checked").val();
getImportScripts(valueSwitch);
getDynamicScripts(valueSwitch);
});
<?php

View File

@ -127,101 +127,101 @@ $componentParams = JComponentHelper::getParams('com_componentbuilder');
<script type="text/javascript">
// #jform_target listeners for target_vvvvvzu function
jQuery('#jform_target').on('keyup',function()
{
var target_vvvvvzu = jQuery("#jform_target input[type='radio']:checked").val();
vvvvvzu(target_vvvvvzu);
});
jQuery('#adminForm').on('change', '#jform_target',function (e)
{
e.preventDefault();
var target_vvvvvzu = jQuery("#jform_target input[type='radio']:checked").val();
vvvvvzu(target_vvvvvzu);
});
// #jform_target listeners for target_vvvvvzv function
jQuery('#jform_target').on('keyup',function()
{
var target_vvvvvzv = jQuery("#jform_target input[type='radio']:checked").val();
vvvvvzv(target_vvvvvzv);
});
jQuery('#adminForm').on('change', '#jform_target',function (e)
{
e.preventDefault();
var target_vvvvvzv = jQuery("#jform_target input[type='radio']:checked").val();
vvvvvzv(target_vvvvvzv);
});
// #jform_target listeners for target_vvvvvzw function
jQuery('#jform_target').on('keyup',function()
{
var target_vvvvvzw = jQuery("#jform_target input[type='radio']:checked").val();
var type_vvvvvzw = jQuery("#jform_type input[type='radio']:checked").val();
vvvvvzw(target_vvvvvzw,type_vvvvvzw);
});
jQuery('#adminForm').on('change', '#jform_target',function (e)
{
e.preventDefault();
var target_vvvvvzw = jQuery("#jform_target input[type='radio']:checked").val();
var type_vvvvvzw = jQuery("#jform_type input[type='radio']:checked").val();
vvvvvzw(target_vvvvvzw,type_vvvvvzw);
});
// #jform_type listeners for type_vvvvvzw function
jQuery('#jform_type').on('keyup',function()
{
var target_vvvvvzw = jQuery("#jform_target input[type='radio']:checked").val();
var type_vvvvvzw = jQuery("#jform_type input[type='radio']:checked").val();
vvvvvzw(target_vvvvvzw,type_vvvvvzw);
});
jQuery('#adminForm').on('change', '#jform_type',function (e)
{
e.preventDefault();
var target_vvvvvzw = jQuery("#jform_target input[type='radio']:checked").val();
var type_vvvvvzw = jQuery("#jform_type input[type='radio']:checked").val();
vvvvvzw(target_vvvvvzw,type_vvvvvzw);
});
// #jform_type listeners for type_vvvvvzx function
jQuery('#jform_type').on('keyup',function()
{
var type_vvvvvzx = jQuery("#jform_type input[type='radio']:checked").val();
var target_vvvvvzx = jQuery("#jform_target input[type='radio']:checked").val();
vvvvvzx(type_vvvvvzx,target_vvvvvzx);
});
jQuery('#adminForm').on('change', '#jform_type',function (e)
{
e.preventDefault();
var type_vvvvvzx = jQuery("#jform_type input[type='radio']:checked").val();
var target_vvvvvzx = jQuery("#jform_target input[type='radio']:checked").val();
vvvvvzx(type_vvvvvzx,target_vvvvvzx);
});
// #jform_target listeners for target_vvvvvzx function
jQuery('#jform_target').on('keyup',function()
{
var type_vvvvvzx = jQuery("#jform_type input[type='radio']:checked").val();
var target_vvvvvzx = jQuery("#jform_target input[type='radio']:checked").val();
vvvvvzx(type_vvvvvzx,target_vvvvvzx);
vvvvvzx(target_vvvvvzx);
});
jQuery('#adminForm').on('change', '#jform_target',function (e)
{
e.preventDefault();
var type_vvvvvzx = jQuery("#jform_type input[type='radio']:checked").val();
var target_vvvvvzx = jQuery("#jform_target input[type='radio']:checked").val();
vvvvvzx(type_vvvvvzx,target_vvvvvzx);
vvvvvzx(target_vvvvvzx);
});
// #jform_target listeners for target_vvvvvzy function
jQuery('#jform_target').on('keyup',function()
{
var target_vvvvvzy = jQuery("#jform_target input[type='radio']:checked").val();
vvvvvzy(target_vvvvvzy);
});
jQuery('#adminForm').on('change', '#jform_target',function (e)
{
e.preventDefault();
var target_vvvvvzy = jQuery("#jform_target input[type='radio']:checked").val();
vvvvvzy(target_vvvvvzy);
});
// #jform_target listeners for target_vvvvvzz function
jQuery('#jform_target').on('keyup',function()
{
var target_vvvvvzz = jQuery("#jform_target input[type='radio']:checked").val();
var type_vvvvvzz = jQuery("#jform_type input[type='radio']:checked").val();
vvvvvzz(target_vvvvvzz,type_vvvvvzz);
});
jQuery('#adminForm').on('change', '#jform_target',function (e)
{
e.preventDefault();
var target_vvvvvzz = jQuery("#jform_target input[type='radio']:checked").val();
var type_vvvvvzz = jQuery("#jform_type input[type='radio']:checked").val();
vvvvvzz(target_vvvvvzz,type_vvvvvzz);
});
// #jform_type listeners for type_vvvvvzz function
jQuery('#jform_type').on('keyup',function()
{
var target_vvvvvzz = jQuery("#jform_target input[type='radio']:checked").val();
var type_vvvvvzz = jQuery("#jform_type input[type='radio']:checked").val();
vvvvvzz(target_vvvvvzz,type_vvvvvzz);
});
jQuery('#adminForm').on('change', '#jform_type',function (e)
{
e.preventDefault();
var target_vvvvvzz = jQuery("#jform_target input[type='radio']:checked").val();
var type_vvvvvzz = jQuery("#jform_type input[type='radio']:checked").val();
vvvvvzz(target_vvvvvzz,type_vvvvvzz);
});
// #jform_type listeners for type_vvvvwaa function
jQuery('#jform_type').on('keyup',function()
{
var type_vvvvwaa = jQuery("#jform_type input[type='radio']:checked").val();
var target_vvvvwaa = jQuery("#jform_target input[type='radio']:checked").val();
vvvvwaa(type_vvvvwaa,target_vvvvwaa);
});
jQuery('#adminForm').on('change', '#jform_type',function (e)
{
e.preventDefault();
var type_vvvvwaa = jQuery("#jform_type input[type='radio']:checked").val();
var target_vvvvwaa = jQuery("#jform_target input[type='radio']:checked").val();
vvvvwaa(type_vvvvwaa,target_vvvvwaa);
});
// #jform_target listeners for target_vvvvwaa function
jQuery('#jform_target').on('keyup',function()
{
var type_vvvvwaa = jQuery("#jform_type input[type='radio']:checked").val();
var target_vvvvwaa = jQuery("#jform_target input[type='radio']:checked").val();
vvvvwaa(type_vvvvwaa,target_vvvvwaa);
});
jQuery('#adminForm').on('change', '#jform_target',function (e)
{
e.preventDefault();
var type_vvvvwaa = jQuery("#jform_type input[type='radio']:checked").val();
var target_vvvvwaa = jQuery("#jform_target input[type='radio']:checked").val();
vvvvwaa(type_vvvvwaa,target_vvvvwaa);
});

View File

@ -570,6 +570,55 @@ jQuery('#adminForm').on('change', '#jform_gettype',function (e)
});
// #jform_gettype listeners for gettype_vvvvvzu function
jQuery('#jform_gettype').on('keyup',function()
{
var gettype_vvvvvzu = jQuery("#jform_gettype").val();
vvvvvzu(gettype_vvvvvzu);
});
jQuery('#adminForm').on('change', '#jform_gettype',function (e)
{
e.preventDefault();
var gettype_vvvvvzu = jQuery("#jform_gettype").val();
vvvvvzu(gettype_vvvvvzu);
});
// #jform_gettype listeners for gettype_vvvvvzv function
jQuery('#jform_gettype').on('keyup',function()
{
var gettype_vvvvvzv = jQuery("#jform_gettype").val();
var add_php_router_parse_vvvvvzv = jQuery("#jform_add_php_router_parse input[type='radio']:checked").val();
vvvvvzv(gettype_vvvvvzv,add_php_router_parse_vvvvvzv);
});
jQuery('#adminForm').on('change', '#jform_gettype',function (e)
{
e.preventDefault();
var gettype_vvvvvzv = jQuery("#jform_gettype").val();
var add_php_router_parse_vvvvvzv = jQuery("#jform_add_php_router_parse input[type='radio']:checked").val();
vvvvvzv(gettype_vvvvvzv,add_php_router_parse_vvvvvzv);
});
// #jform_add_php_router_parse listeners for add_php_router_parse_vvvvvzv function
jQuery('#jform_add_php_router_parse').on('keyup',function()
{
var gettype_vvvvvzv = jQuery("#jform_gettype").val();
var add_php_router_parse_vvvvvzv = jQuery("#jform_add_php_router_parse input[type='radio']:checked").val();
vvvvvzv(gettype_vvvvvzv,add_php_router_parse_vvvvvzv);
});
jQuery('#adminForm').on('change', '#jform_add_php_router_parse',function (e)
{
e.preventDefault();
var gettype_vvvvvzv = jQuery("#jform_gettype").val();
var add_php_router_parse_vvvvvzv = jQuery("#jform_add_php_router_parse input[type='radio']:checked").val();
vvvvvzv(gettype_vvvvvzv,add_php_router_parse_vvvvvzv);
});
<?php $fieldNrs = range(0,50,1); ?>
<?php $fieldNames = array('db' => 'Db','view' => 'View'); ?>
@ -598,6 +647,13 @@ jQuery(document).ready(function(){
get<?php echo $funcName; ?>TableColumns(value_<?php echo $fieldName ?>,'a','<?php echo $fieldName ?>',3,true, '','');
});
<?php endforeach; ?>
// #jform_add_php_router_parse listeners
jQuery('#jform_add_php_router_parse').on('change',function() {
var valueSwitch = jQuery("#jform_add_php_router_parse input[type='radio']:checked").val();
getDynamicScripts(valueSwitch);
});
// nice little dot trick :)
jQuery(document).ready( function($) {

View File

@ -137,157 +137,157 @@ $componentParams = JComponentHelper::getParams('com_componentbuilder');
<script type="text/javascript">
// #jform_datalenght listeners for datalenght_vvvvwag function
// #jform_datalenght listeners for datalenght_vvvvwaj function
jQuery('#jform_datalenght').on('keyup',function()
{
var datalenght_vvvvwag = jQuery("#jform_datalenght").val();
vvvvwag(datalenght_vvvvwag);
var datalenght_vvvvwaj = jQuery("#jform_datalenght").val();
vvvvwaj(datalenght_vvvvwaj);
});
jQuery('#adminForm').on('change', '#jform_datalenght',function (e)
{
e.preventDefault();
var datalenght_vvvvwag = jQuery("#jform_datalenght").val();
vvvvwag(datalenght_vvvvwag);
var datalenght_vvvvwaj = jQuery("#jform_datalenght").val();
vvvvwaj(datalenght_vvvvwaj);
});
// #jform_datadefault listeners for datadefault_vvvvwah function
// #jform_datadefault listeners for datadefault_vvvvwak function
jQuery('#jform_datadefault').on('keyup',function()
{
var datadefault_vvvvwah = jQuery("#jform_datadefault").val();
vvvvwah(datadefault_vvvvwah);
var datadefault_vvvvwak = jQuery("#jform_datadefault").val();
vvvvwak(datadefault_vvvvwak);
});
jQuery('#adminForm').on('change', '#jform_datadefault',function (e)
{
e.preventDefault();
var datadefault_vvvvwah = jQuery("#jform_datadefault").val();
vvvvwah(datadefault_vvvvwah);
var datadefault_vvvvwak = jQuery("#jform_datadefault").val();
vvvvwak(datadefault_vvvvwak);
});
// #jform_datatype listeners for datatype_vvvvwai function
// #jform_datatype listeners for datatype_vvvvwal function
jQuery('#jform_datatype').on('keyup',function()
{
var datatype_vvvvwai = jQuery("#jform_datatype").val();
vvvvwai(datatype_vvvvwai);
var datatype_vvvvwal = jQuery("#jform_datatype").val();
vvvvwal(datatype_vvvvwal);
});
jQuery('#adminForm').on('change', '#jform_datatype',function (e)
{
e.preventDefault();
var datatype_vvvvwai = jQuery("#jform_datatype").val();
vvvvwai(datatype_vvvvwai);
var datatype_vvvvwal = jQuery("#jform_datatype").val();
vvvvwal(datatype_vvvvwal);
});
// #jform_datatype listeners for datatype_vvvvwaj function
// #jform_datatype listeners for datatype_vvvvwam function
jQuery('#jform_datatype').on('keyup',function()
{
var datatype_vvvvwaj = jQuery("#jform_datatype").val();
vvvvwaj(datatype_vvvvwaj);
var datatype_vvvvwam = jQuery("#jform_datatype").val();
vvvvwam(datatype_vvvvwam);
});
jQuery('#adminForm').on('change', '#jform_datatype',function (e)
{
e.preventDefault();
var datatype_vvvvwaj = jQuery("#jform_datatype").val();
vvvvwaj(datatype_vvvvwaj);
var datatype_vvvvwam = jQuery("#jform_datatype").val();
vvvvwam(datatype_vvvvwam);
});
// #jform_store listeners for store_vvvvwak function
// #jform_store listeners for store_vvvvwan function
jQuery('#jform_store').on('keyup',function()
{
var store_vvvvwak = jQuery("#jform_store").val();
var datatype_vvvvwak = jQuery("#jform_datatype").val();
vvvvwak(store_vvvvwak,datatype_vvvvwak);
var store_vvvvwan = jQuery("#jform_store").val();
var datatype_vvvvwan = jQuery("#jform_datatype").val();
vvvvwan(store_vvvvwan,datatype_vvvvwan);
});
jQuery('#adminForm').on('change', '#jform_store',function (e)
{
e.preventDefault();
var store_vvvvwak = jQuery("#jform_store").val();
var datatype_vvvvwak = jQuery("#jform_datatype").val();
vvvvwak(store_vvvvwak,datatype_vvvvwak);
var store_vvvvwan = jQuery("#jform_store").val();
var datatype_vvvvwan = jQuery("#jform_datatype").val();
vvvvwan(store_vvvvwan,datatype_vvvvwan);
});
// #jform_datatype listeners for datatype_vvvvwak function
// #jform_datatype listeners for datatype_vvvvwan function
jQuery('#jform_datatype').on('keyup',function()
{
var store_vvvvwak = jQuery("#jform_store").val();
var datatype_vvvvwak = jQuery("#jform_datatype").val();
vvvvwak(store_vvvvwak,datatype_vvvvwak);
var store_vvvvwan = jQuery("#jform_store").val();
var datatype_vvvvwan = jQuery("#jform_datatype").val();
vvvvwan(store_vvvvwan,datatype_vvvvwan);
});
jQuery('#adminForm').on('change', '#jform_datatype',function (e)
{
e.preventDefault();
var store_vvvvwak = jQuery("#jform_store").val();
var datatype_vvvvwak = jQuery("#jform_datatype").val();
vvvvwak(store_vvvvwak,datatype_vvvvwak);
var store_vvvvwan = jQuery("#jform_store").val();
var datatype_vvvvwan = jQuery("#jform_datatype").val();
vvvvwan(store_vvvvwan,datatype_vvvvwan);
});
// #jform_add_css_view listeners for add_css_view_vvvvwam function
// #jform_add_css_view listeners for add_css_view_vvvvwap function
jQuery('#jform_add_css_view').on('keyup',function()
{
var add_css_view_vvvvwam = jQuery("#jform_add_css_view input[type='radio']:checked").val();
vvvvwam(add_css_view_vvvvwam);
var add_css_view_vvvvwap = jQuery("#jform_add_css_view input[type='radio']:checked").val();
vvvvwap(add_css_view_vvvvwap);
});
jQuery('#adminForm').on('change', '#jform_add_css_view',function (e)
{
e.preventDefault();
var add_css_view_vvvvwam = jQuery("#jform_add_css_view input[type='radio']:checked").val();
vvvvwam(add_css_view_vvvvwam);
var add_css_view_vvvvwap = jQuery("#jform_add_css_view input[type='radio']:checked").val();
vvvvwap(add_css_view_vvvvwap);
});
// #jform_add_css_views listeners for add_css_views_vvvvwan function
// #jform_add_css_views listeners for add_css_views_vvvvwaq function
jQuery('#jform_add_css_views').on('keyup',function()
{
var add_css_views_vvvvwan = jQuery("#jform_add_css_views input[type='radio']:checked").val();
vvvvwan(add_css_views_vvvvwan);
var add_css_views_vvvvwaq = jQuery("#jform_add_css_views input[type='radio']:checked").val();
vvvvwaq(add_css_views_vvvvwaq);
});
jQuery('#adminForm').on('change', '#jform_add_css_views',function (e)
{
e.preventDefault();
var add_css_views_vvvvwan = jQuery("#jform_add_css_views input[type='radio']:checked").val();
vvvvwan(add_css_views_vvvvwan);
var add_css_views_vvvvwaq = jQuery("#jform_add_css_views input[type='radio']:checked").val();
vvvvwaq(add_css_views_vvvvwaq);
});
// #jform_add_javascript_view_footer listeners for add_javascript_view_footer_vvvvwao function
// #jform_add_javascript_view_footer listeners for add_javascript_view_footer_vvvvwar function
jQuery('#jform_add_javascript_view_footer').on('keyup',function()
{
var add_javascript_view_footer_vvvvwao = jQuery("#jform_add_javascript_view_footer input[type='radio']:checked").val();
vvvvwao(add_javascript_view_footer_vvvvwao);
var add_javascript_view_footer_vvvvwar = jQuery("#jform_add_javascript_view_footer input[type='radio']:checked").val();
vvvvwar(add_javascript_view_footer_vvvvwar);
});
jQuery('#adminForm').on('change', '#jform_add_javascript_view_footer',function (e)
{
e.preventDefault();
var add_javascript_view_footer_vvvvwao = jQuery("#jform_add_javascript_view_footer input[type='radio']:checked").val();
vvvvwao(add_javascript_view_footer_vvvvwao);
var add_javascript_view_footer_vvvvwar = jQuery("#jform_add_javascript_view_footer input[type='radio']:checked").val();
vvvvwar(add_javascript_view_footer_vvvvwar);
});
// #jform_add_javascript_views_footer listeners for add_javascript_views_footer_vvvvwap function
// #jform_add_javascript_views_footer listeners for add_javascript_views_footer_vvvvwas function
jQuery('#jform_add_javascript_views_footer').on('keyup',function()
{
var add_javascript_views_footer_vvvvwap = jQuery("#jform_add_javascript_views_footer input[type='radio']:checked").val();
vvvvwap(add_javascript_views_footer_vvvvwap);
var add_javascript_views_footer_vvvvwas = jQuery("#jform_add_javascript_views_footer input[type='radio']:checked").val();
vvvvwas(add_javascript_views_footer_vvvvwas);
});
jQuery('#adminForm').on('change', '#jform_add_javascript_views_footer',function (e)
{
e.preventDefault();
var add_javascript_views_footer_vvvvwap = jQuery("#jform_add_javascript_views_footer input[type='radio']:checked").val();
vvvvwap(add_javascript_views_footer_vvvvwap);
var add_javascript_views_footer_vvvvwas = jQuery("#jform_add_javascript_views_footer input[type='radio']:checked").val();
vvvvwas(add_javascript_views_footer_vvvvwas);
});

View File

@ -64,7 +64,7 @@ class ComponentbuilderViewFieldtype extends JViewLegacy
}
// Get Linked view data
$this->wabfields = $this->get('Wabfields');
$this->wadfields = $this->get('Wadfields');
// Set the toolbar
$this->addToolBar();

View File

@ -64,7 +64,7 @@ class ComponentbuilderViewFtp extends JViewLegacy
}
// Get Linked view data
$this->waclinked_components = $this->get('Waclinked_components');
$this->waelinked_components = $this->get('Waelinked_components');
// Set the toolbar
$this->addToolBar();

View File

@ -127,93 +127,93 @@ $componentParams = JComponentHelper::getParams('com_componentbuilder');
<script type="text/javascript">
// #jform_location listeners for location_vvvvwaq function
// #jform_location listeners for location_vvvvwat function
jQuery('#jform_location').on('keyup',function()
{
var location_vvvvwaq = jQuery("#jform_location input[type='radio']:checked").val();
vvvvwaq(location_vvvvwaq);
var location_vvvvwat = jQuery("#jform_location input[type='radio']:checked").val();
vvvvwat(location_vvvvwat);
});
jQuery('#adminForm').on('change', '#jform_location',function (e)
{
e.preventDefault();
var location_vvvvwaq = jQuery("#jform_location input[type='radio']:checked").val();
vvvvwaq(location_vvvvwaq);
var location_vvvvwat = jQuery("#jform_location input[type='radio']:checked").val();
vvvvwat(location_vvvvwat);
});
// #jform_location listeners for location_vvvvwar function
// #jform_location listeners for location_vvvvwau function
jQuery('#jform_location').on('keyup',function()
{
var location_vvvvwar = jQuery("#jform_location input[type='radio']:checked").val();
vvvvwar(location_vvvvwar);
var location_vvvvwau = jQuery("#jform_location input[type='radio']:checked").val();
vvvvwau(location_vvvvwau);
});
jQuery('#adminForm').on('change', '#jform_location',function (e)
{
e.preventDefault();
var location_vvvvwar = jQuery("#jform_location input[type='radio']:checked").val();
vvvvwar(location_vvvvwar);
var location_vvvvwau = jQuery("#jform_location input[type='radio']:checked").val();
vvvvwau(location_vvvvwau);
});
// #jform_type listeners for type_vvvvwas function
// #jform_type listeners for type_vvvvwav function
jQuery('#jform_type').on('keyup',function()
{
var type_vvvvwas = jQuery("#jform_type").val();
vvvvwas(type_vvvvwas);
var type_vvvvwav = jQuery("#jform_type").val();
vvvvwav(type_vvvvwav);
});
jQuery('#adminForm').on('change', '#jform_type',function (e)
{
e.preventDefault();
var type_vvvvwas = jQuery("#jform_type").val();
vvvvwas(type_vvvvwas);
var type_vvvvwav = jQuery("#jform_type").val();
vvvvwav(type_vvvvwav);
});
// #jform_type listeners for type_vvvvwat function
// #jform_type listeners for type_vvvvwaw function
jQuery('#jform_type').on('keyup',function()
{
var type_vvvvwat = jQuery("#jform_type").val();
vvvvwat(type_vvvvwat);
var type_vvvvwaw = jQuery("#jform_type").val();
vvvvwaw(type_vvvvwaw);
});
jQuery('#adminForm').on('change', '#jform_type',function (e)
{
e.preventDefault();
var type_vvvvwat = jQuery("#jform_type").val();
vvvvwat(type_vvvvwat);
var type_vvvvwaw = jQuery("#jform_type").val();
vvvvwaw(type_vvvvwaw);
});
// #jform_type listeners for type_vvvvwau function
// #jform_type listeners for type_vvvvwax function
jQuery('#jform_type').on('keyup',function()
{
var type_vvvvwau = jQuery("#jform_type").val();
vvvvwau(type_vvvvwau);
var type_vvvvwax = jQuery("#jform_type").val();
vvvvwax(type_vvvvwax);
});
jQuery('#adminForm').on('change', '#jform_type',function (e)
{
e.preventDefault();
var type_vvvvwau = jQuery("#jform_type").val();
vvvvwau(type_vvvvwau);
var type_vvvvwax = jQuery("#jform_type").val();
vvvvwax(type_vvvvwax);
});
// #jform_target listeners for target_vvvvwav function
// #jform_target listeners for target_vvvvway function
jQuery('#jform_target').on('keyup',function()
{
var target_vvvvwav = jQuery("#jform_target input[type='radio']:checked").val();
vvvvwav(target_vvvvwav);
var target_vvvvway = jQuery("#jform_target input[type='radio']:checked").val();
vvvvway(target_vvvvway);
});
jQuery('#adminForm').on('change', '#jform_target',function (e)
{
e.preventDefault();
var target_vvvvwav = jQuery("#jform_target input[type='radio']:checked").val();
vvvvwav(target_vvvvwav);
var target_vvvvway = jQuery("#jform_target input[type='radio']:checked").val();
vvvvway(target_vvvvway);
});

View File

@ -157,51 +157,6 @@ $componentParams = JComponentHelper::getParams('com_componentbuilder');
<script type="text/javascript">
// #jform_how listeners for how_vvvvvzy function
jQuery('#jform_how').on('keyup',function()
{
var how_vvvvvzy = jQuery("#jform_how").val();
vvvvvzy(how_vvvvvzy);
});
jQuery('#adminForm').on('change', '#jform_how',function (e)
{
e.preventDefault();
var how_vvvvvzy = jQuery("#jform_how").val();
vvvvvzy(how_vvvvvzy);
});
// #jform_how listeners for how_vvvvvzz function
jQuery('#jform_how').on('keyup',function()
{
var how_vvvvvzz = jQuery("#jform_how").val();
vvvvvzz(how_vvvvvzz);
});
jQuery('#adminForm').on('change', '#jform_how',function (e)
{
e.preventDefault();
var how_vvvvvzz = jQuery("#jform_how").val();
vvvvvzz(how_vvvvvzz);
});
// #jform_how listeners for how_vvvvwaa function
jQuery('#jform_how').on('keyup',function()
{
var how_vvvvwaa = jQuery("#jform_how").val();
vvvvwaa(how_vvvvwaa);
});
jQuery('#adminForm').on('change', '#jform_how',function (e)
{
e.preventDefault();
var how_vvvvwaa = jQuery("#jform_how").val();
vvvvwaa(how_vvvvwaa);
});
// #jform_how listeners for how_vvvvwab function
jQuery('#jform_how').on('keyup',function()
{
@ -262,18 +217,63 @@ jQuery('#adminForm').on('change', '#jform_how',function (e)
});
// #jform_type listeners for type_vvvvwaf function
// #jform_how listeners for how_vvvvwaf function
jQuery('#jform_how').on('keyup',function()
{
var how_vvvvwaf = jQuery("#jform_how").val();
vvvvwaf(how_vvvvwaf);
});
jQuery('#adminForm').on('change', '#jform_how',function (e)
{
e.preventDefault();
var how_vvvvwaf = jQuery("#jform_how").val();
vvvvwaf(how_vvvvwaf);
});
// #jform_how listeners for how_vvvvwag function
jQuery('#jform_how').on('keyup',function()
{
var how_vvvvwag = jQuery("#jform_how").val();
vvvvwag(how_vvvvwag);
});
jQuery('#adminForm').on('change', '#jform_how',function (e)
{
e.preventDefault();
var how_vvvvwag = jQuery("#jform_how").val();
vvvvwag(how_vvvvwag);
});
// #jform_how listeners for how_vvvvwah function
jQuery('#jform_how').on('keyup',function()
{
var how_vvvvwah = jQuery("#jform_how").val();
vvvvwah(how_vvvvwah);
});
jQuery('#adminForm').on('change', '#jform_how',function (e)
{
e.preventDefault();
var how_vvvvwah = jQuery("#jform_how").val();
vvvvwah(how_vvvvwah);
});
// #jform_type listeners for type_vvvvwai function
jQuery('#jform_type').on('keyup',function()
{
var type_vvvvwaf = jQuery("#jform_type input[type='radio']:checked").val();
vvvvwaf(type_vvvvwaf);
var type_vvvvwai = jQuery("#jform_type input[type='radio']:checked").val();
vvvvwai(type_vvvvwai);
});
jQuery('#adminForm').on('change', '#jform_type',function (e)
{
e.preventDefault();
var type_vvvvwaf = jQuery("#jform_type input[type='radio']:checked").val();
vvvvwaf(type_vvvvwaf);
var type_vvvvwai = jQuery("#jform_type input[type='radio']:checked").val();
vvvvwai(type_vvvvwai);
});