Moved the phpseclib files to their own folder in libraries. Improved the composer autoloader in JCB. Improved the phpseclib class implementation. Added a new Expert Mode to field modeling under the database tab in the field area.
This commit is contained in:
@ -147,172 +147,240 @@ $componentParams = $this->params; // will be removed just use $this->params inst
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
// #jform_datalenght listeners for datalenght_vvvvwbt function
|
||||
// #jform_datalenght listeners for datalenght_vvvvwcc function
|
||||
jQuery('#jform_datalenght').on('keyup',function()
|
||||
{
|
||||
var datalenght_vvvvwbt = jQuery("#jform_datalenght").val();
|
||||
vvvvwbt(datalenght_vvvvwbt);
|
||||
var datalenght_vvvvwcc = jQuery("#jform_datalenght").val();
|
||||
vvvvwcc(datalenght_vvvvwcc);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_datalenght',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var datalenght_vvvvwbt = jQuery("#jform_datalenght").val();
|
||||
vvvvwbt(datalenght_vvvvwbt);
|
||||
var datalenght_vvvvwcc = jQuery("#jform_datalenght").val();
|
||||
vvvvwcc(datalenght_vvvvwcc);
|
||||
|
||||
});
|
||||
|
||||
// #jform_datadefault listeners for datadefault_vvvvwbu function
|
||||
// #jform_datadefault listeners for datadefault_vvvvwcd function
|
||||
jQuery('#jform_datadefault').on('keyup',function()
|
||||
{
|
||||
var datadefault_vvvvwbu = jQuery("#jform_datadefault").val();
|
||||
vvvvwbu(datadefault_vvvvwbu);
|
||||
var datadefault_vvvvwcd = jQuery("#jform_datadefault").val();
|
||||
vvvvwcd(datadefault_vvvvwcd);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_datadefault',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var datadefault_vvvvwbu = jQuery("#jform_datadefault").val();
|
||||
vvvvwbu(datadefault_vvvvwbu);
|
||||
var datadefault_vvvvwcd = jQuery("#jform_datadefault").val();
|
||||
vvvvwcd(datadefault_vvvvwcd);
|
||||
|
||||
});
|
||||
|
||||
// #jform_datatype listeners for datatype_vvvvwbv function
|
||||
// #jform_datatype listeners for datatype_vvvvwce function
|
||||
jQuery('#jform_datatype').on('keyup',function()
|
||||
{
|
||||
var datatype_vvvvwbv = jQuery("#jform_datatype").val();
|
||||
vvvvwbv(datatype_vvvvwbv);
|
||||
var datatype_vvvvwce = jQuery("#jform_datatype").val();
|
||||
vvvvwce(datatype_vvvvwce);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_datatype',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var datatype_vvvvwbv = jQuery("#jform_datatype").val();
|
||||
vvvvwbv(datatype_vvvvwbv);
|
||||
var datatype_vvvvwce = jQuery("#jform_datatype").val();
|
||||
vvvvwce(datatype_vvvvwce);
|
||||
|
||||
});
|
||||
|
||||
// #jform_datatype listeners for datatype_vvvvwbw function
|
||||
// #jform_datatype listeners for datatype_vvvvwcf function
|
||||
jQuery('#jform_datatype').on('keyup',function()
|
||||
{
|
||||
var datatype_vvvvwbw = jQuery("#jform_datatype").val();
|
||||
vvvvwbw(datatype_vvvvwbw);
|
||||
var datatype_vvvvwcf = jQuery("#jform_datatype").val();
|
||||
vvvvwcf(datatype_vvvvwcf);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_datatype',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var datatype_vvvvwbw = jQuery("#jform_datatype").val();
|
||||
vvvvwbw(datatype_vvvvwbw);
|
||||
var datatype_vvvvwcf = jQuery("#jform_datatype").val();
|
||||
vvvvwcf(datatype_vvvvwcf);
|
||||
|
||||
});
|
||||
|
||||
// #jform_datatype listeners for datatype_vvvvwbx function
|
||||
// #jform_datatype listeners for datatype_vvvvwcg function
|
||||
jQuery('#jform_datatype').on('keyup',function()
|
||||
{
|
||||
var datatype_vvvvwbx = jQuery("#jform_datatype").val();
|
||||
vvvvwbx(datatype_vvvvwbx);
|
||||
var datatype_vvvvwcg = jQuery("#jform_datatype").val();
|
||||
vvvvwcg(datatype_vvvvwcg);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_datatype',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var datatype_vvvvwbx = jQuery("#jform_datatype").val();
|
||||
vvvvwbx(datatype_vvvvwbx);
|
||||
var datatype_vvvvwcg = jQuery("#jform_datatype").val();
|
||||
vvvvwcg(datatype_vvvvwcg);
|
||||
|
||||
});
|
||||
|
||||
// #jform_store listeners for store_vvvvwby function
|
||||
// #jform_store listeners for store_vvvvwch function
|
||||
jQuery('#jform_store').on('keyup',function()
|
||||
{
|
||||
var store_vvvvwby = jQuery("#jform_store").val();
|
||||
var datatype_vvvvwby = jQuery("#jform_datatype").val();
|
||||
vvvvwby(store_vvvvwby,datatype_vvvvwby);
|
||||
var store_vvvvwch = jQuery("#jform_store").val();
|
||||
var datatype_vvvvwch = jQuery("#jform_datatype").val();
|
||||
vvvvwch(store_vvvvwch,datatype_vvvvwch);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_store',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var store_vvvvwby = jQuery("#jform_store").val();
|
||||
var datatype_vvvvwby = jQuery("#jform_datatype").val();
|
||||
vvvvwby(store_vvvvwby,datatype_vvvvwby);
|
||||
var store_vvvvwch = jQuery("#jform_store").val();
|
||||
var datatype_vvvvwch = jQuery("#jform_datatype").val();
|
||||
vvvvwch(store_vvvvwch,datatype_vvvvwch);
|
||||
|
||||
});
|
||||
|
||||
// #jform_datatype listeners for datatype_vvvvwby function
|
||||
// #jform_datatype listeners for datatype_vvvvwch function
|
||||
jQuery('#jform_datatype').on('keyup',function()
|
||||
{
|
||||
var store_vvvvwby = jQuery("#jform_store").val();
|
||||
var datatype_vvvvwby = jQuery("#jform_datatype").val();
|
||||
vvvvwby(store_vvvvwby,datatype_vvvvwby);
|
||||
var store_vvvvwch = jQuery("#jform_store").val();
|
||||
var datatype_vvvvwch = jQuery("#jform_datatype").val();
|
||||
vvvvwch(store_vvvvwch,datatype_vvvvwch);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_datatype',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var store_vvvvwby = jQuery("#jform_store").val();
|
||||
var datatype_vvvvwby = jQuery("#jform_datatype").val();
|
||||
vvvvwby(store_vvvvwby,datatype_vvvvwby);
|
||||
var store_vvvvwch = jQuery("#jform_store").val();
|
||||
var datatype_vvvvwch = jQuery("#jform_datatype").val();
|
||||
vvvvwch(store_vvvvwch,datatype_vvvvwch);
|
||||
|
||||
});
|
||||
|
||||
// #jform_add_css_view listeners for add_css_view_vvvvwca function
|
||||
// #jform_store listeners for store_vvvvwcj function
|
||||
jQuery('#jform_store').on('keyup',function()
|
||||
{
|
||||
var store_vvvvwcj = jQuery("#jform_store").val();
|
||||
var datatype_vvvvwcj = jQuery("#jform_datatype").val();
|
||||
vvvvwcj(store_vvvvwcj,datatype_vvvvwcj);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_store',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var store_vvvvwcj = jQuery("#jform_store").val();
|
||||
var datatype_vvvvwcj = jQuery("#jform_datatype").val();
|
||||
vvvvwcj(store_vvvvwcj,datatype_vvvvwcj);
|
||||
|
||||
});
|
||||
|
||||
// #jform_datatype listeners for datatype_vvvvwcj function
|
||||
jQuery('#jform_datatype').on('keyup',function()
|
||||
{
|
||||
var store_vvvvwcj = jQuery("#jform_store").val();
|
||||
var datatype_vvvvwcj = jQuery("#jform_datatype").val();
|
||||
vvvvwcj(store_vvvvwcj,datatype_vvvvwcj);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_datatype',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var store_vvvvwcj = jQuery("#jform_store").val();
|
||||
var datatype_vvvvwcj = jQuery("#jform_datatype").val();
|
||||
vvvvwcj(store_vvvvwcj,datatype_vvvvwcj);
|
||||
|
||||
});
|
||||
|
||||
// #jform_datatype listeners for datatype_vvvvwck function
|
||||
jQuery('#jform_datatype').on('keyup',function()
|
||||
{
|
||||
var datatype_vvvvwck = jQuery("#jform_datatype").val();
|
||||
var store_vvvvwck = jQuery("#jform_store").val();
|
||||
vvvvwck(datatype_vvvvwck,store_vvvvwck);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_datatype',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var datatype_vvvvwck = jQuery("#jform_datatype").val();
|
||||
var store_vvvvwck = jQuery("#jform_store").val();
|
||||
vvvvwck(datatype_vvvvwck,store_vvvvwck);
|
||||
|
||||
});
|
||||
|
||||
// #jform_store listeners for store_vvvvwck function
|
||||
jQuery('#jform_store').on('keyup',function()
|
||||
{
|
||||
var datatype_vvvvwck = jQuery("#jform_datatype").val();
|
||||
var store_vvvvwck = jQuery("#jform_store").val();
|
||||
vvvvwck(datatype_vvvvwck,store_vvvvwck);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_store',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var datatype_vvvvwck = jQuery("#jform_datatype").val();
|
||||
var store_vvvvwck = jQuery("#jform_store").val();
|
||||
vvvvwck(datatype_vvvvwck,store_vvvvwck);
|
||||
|
||||
});
|
||||
|
||||
// #jform_add_css_view listeners for add_css_view_vvvvwcl function
|
||||
jQuery('#jform_add_css_view').on('keyup',function()
|
||||
{
|
||||
var add_css_view_vvvvwca = jQuery("#jform_add_css_view input[type='radio']:checked").val();
|
||||
vvvvwca(add_css_view_vvvvwca);
|
||||
var add_css_view_vvvvwcl = jQuery("#jform_add_css_view input[type='radio']:checked").val();
|
||||
vvvvwcl(add_css_view_vvvvwcl);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_add_css_view',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var add_css_view_vvvvwca = jQuery("#jform_add_css_view input[type='radio']:checked").val();
|
||||
vvvvwca(add_css_view_vvvvwca);
|
||||
var add_css_view_vvvvwcl = jQuery("#jform_add_css_view input[type='radio']:checked").val();
|
||||
vvvvwcl(add_css_view_vvvvwcl);
|
||||
|
||||
});
|
||||
|
||||
// #jform_add_css_views listeners for add_css_views_vvvvwcb function
|
||||
// #jform_add_css_views listeners for add_css_views_vvvvwcm function
|
||||
jQuery('#jform_add_css_views').on('keyup',function()
|
||||
{
|
||||
var add_css_views_vvvvwcb = jQuery("#jform_add_css_views input[type='radio']:checked").val();
|
||||
vvvvwcb(add_css_views_vvvvwcb);
|
||||
var add_css_views_vvvvwcm = jQuery("#jform_add_css_views input[type='radio']:checked").val();
|
||||
vvvvwcm(add_css_views_vvvvwcm);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_add_css_views',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var add_css_views_vvvvwcb = jQuery("#jform_add_css_views input[type='radio']:checked").val();
|
||||
vvvvwcb(add_css_views_vvvvwcb);
|
||||
var add_css_views_vvvvwcm = jQuery("#jform_add_css_views input[type='radio']:checked").val();
|
||||
vvvvwcm(add_css_views_vvvvwcm);
|
||||
|
||||
});
|
||||
|
||||
// #jform_add_javascript_view_footer listeners for add_javascript_view_footer_vvvvwcc function
|
||||
// #jform_add_javascript_view_footer listeners for add_javascript_view_footer_vvvvwcn function
|
||||
jQuery('#jform_add_javascript_view_footer').on('keyup',function()
|
||||
{
|
||||
var add_javascript_view_footer_vvvvwcc = jQuery("#jform_add_javascript_view_footer input[type='radio']:checked").val();
|
||||
vvvvwcc(add_javascript_view_footer_vvvvwcc);
|
||||
var add_javascript_view_footer_vvvvwcn = jQuery("#jform_add_javascript_view_footer input[type='radio']:checked").val();
|
||||
vvvvwcn(add_javascript_view_footer_vvvvwcn);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_add_javascript_view_footer',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var add_javascript_view_footer_vvvvwcc = jQuery("#jform_add_javascript_view_footer input[type='radio']:checked").val();
|
||||
vvvvwcc(add_javascript_view_footer_vvvvwcc);
|
||||
var add_javascript_view_footer_vvvvwcn = jQuery("#jform_add_javascript_view_footer input[type='radio']:checked").val();
|
||||
vvvvwcn(add_javascript_view_footer_vvvvwcn);
|
||||
|
||||
});
|
||||
|
||||
// #jform_add_javascript_views_footer listeners for add_javascript_views_footer_vvvvwcd function
|
||||
// #jform_add_javascript_views_footer listeners for add_javascript_views_footer_vvvvwco function
|
||||
jQuery('#jform_add_javascript_views_footer').on('keyup',function()
|
||||
{
|
||||
var add_javascript_views_footer_vvvvwcd = jQuery("#jform_add_javascript_views_footer input[type='radio']:checked").val();
|
||||
vvvvwcd(add_javascript_views_footer_vvvvwcd);
|
||||
var add_javascript_views_footer_vvvvwco = jQuery("#jform_add_javascript_views_footer input[type='radio']:checked").val();
|
||||
vvvvwco(add_javascript_views_footer_vvvvwco);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_add_javascript_views_footer',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var add_javascript_views_footer_vvvvwcd = jQuery("#jform_add_javascript_views_footer input[type='radio']:checked").val();
|
||||
vvvvwcd(add_javascript_views_footer_vvvvwcd);
|
||||
var add_javascript_views_footer_vvvvwco = jQuery("#jform_add_javascript_views_footer input[type='radio']:checked").val();
|
||||
vvvvwco(add_javascript_views_footer_vvvvwco);
|
||||
|
||||
});
|
||||
|
||||
|
@ -136,393 +136,393 @@ $componentParams = $this->params; // will be removed just use $this->params inst
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
// #jform_datalenght listeners for datalenght_vvvvwce function
|
||||
// #jform_datalenght listeners for datalenght_vvvvwcp function
|
||||
jQuery('#jform_datalenght').on('keyup',function()
|
||||
{
|
||||
var datalenght_vvvvwce = jQuery("#jform_datalenght").val();
|
||||
var has_defaults_vvvvwce = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
vvvvwce(datalenght_vvvvwce,has_defaults_vvvvwce);
|
||||
var datalenght_vvvvwcp = jQuery("#jform_datalenght").val();
|
||||
var has_defaults_vvvvwcp = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
vvvvwcp(datalenght_vvvvwcp,has_defaults_vvvvwcp);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_datalenght',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var datalenght_vvvvwce = jQuery("#jform_datalenght").val();
|
||||
var has_defaults_vvvvwce = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
vvvvwce(datalenght_vvvvwce,has_defaults_vvvvwce);
|
||||
|
||||
});
|
||||
|
||||
// #jform_has_defaults listeners for has_defaults_vvvvwce function
|
||||
jQuery('#jform_has_defaults').on('keyup',function()
|
||||
{
|
||||
var datalenght_vvvvwce = jQuery("#jform_datalenght").val();
|
||||
var has_defaults_vvvvwce = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
vvvvwce(datalenght_vvvvwce,has_defaults_vvvvwce);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_has_defaults',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var datalenght_vvvvwce = jQuery("#jform_datalenght").val();
|
||||
var has_defaults_vvvvwce = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
vvvvwce(datalenght_vvvvwce,has_defaults_vvvvwce);
|
||||
|
||||
});
|
||||
|
||||
// #jform_datadefault listeners for datadefault_vvvvwcg function
|
||||
jQuery('#jform_datadefault').on('keyup',function()
|
||||
{
|
||||
var datadefault_vvvvwcg = jQuery("#jform_datadefault").val();
|
||||
var has_defaults_vvvvwcg = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
vvvvwcg(datadefault_vvvvwcg,has_defaults_vvvvwcg);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_datadefault',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var datadefault_vvvvwcg = jQuery("#jform_datadefault").val();
|
||||
var has_defaults_vvvvwcg = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
vvvvwcg(datadefault_vvvvwcg,has_defaults_vvvvwcg);
|
||||
|
||||
});
|
||||
|
||||
// #jform_has_defaults listeners for has_defaults_vvvvwcg function
|
||||
jQuery('#jform_has_defaults').on('keyup',function()
|
||||
{
|
||||
var datadefault_vvvvwcg = jQuery("#jform_datadefault").val();
|
||||
var has_defaults_vvvvwcg = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
vvvvwcg(datadefault_vvvvwcg,has_defaults_vvvvwcg);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_has_defaults',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var datadefault_vvvvwcg = jQuery("#jform_datadefault").val();
|
||||
var has_defaults_vvvvwcg = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
vvvvwcg(datadefault_vvvvwcg,has_defaults_vvvvwcg);
|
||||
|
||||
});
|
||||
|
||||
// #jform_datatype listeners for datatype_vvvvwci function
|
||||
jQuery('#jform_datatype').on('keyup',function()
|
||||
{
|
||||
var datatype_vvvvwci = jQuery("#jform_datatype").val();
|
||||
var has_defaults_vvvvwci = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
vvvvwci(datatype_vvvvwci,has_defaults_vvvvwci);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_datatype',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var datatype_vvvvwci = jQuery("#jform_datatype").val();
|
||||
var has_defaults_vvvvwci = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
vvvvwci(datatype_vvvvwci,has_defaults_vvvvwci);
|
||||
|
||||
});
|
||||
|
||||
// #jform_has_defaults listeners for has_defaults_vvvvwci function
|
||||
jQuery('#jform_has_defaults').on('keyup',function()
|
||||
{
|
||||
var datatype_vvvvwci = jQuery("#jform_datatype").val();
|
||||
var has_defaults_vvvvwci = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
vvvvwci(datatype_vvvvwci,has_defaults_vvvvwci);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_has_defaults',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var datatype_vvvvwci = jQuery("#jform_datatype").val();
|
||||
var has_defaults_vvvvwci = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
vvvvwci(datatype_vvvvwci,has_defaults_vvvvwci);
|
||||
|
||||
});
|
||||
|
||||
// #jform_datatype listeners for datatype_vvvvwck function
|
||||
jQuery('#jform_datatype').on('keyup',function()
|
||||
{
|
||||
var datatype_vvvvwck = jQuery("#jform_datatype").val();
|
||||
var has_defaults_vvvvwck = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
vvvvwck(datatype_vvvvwck,has_defaults_vvvvwck);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_datatype',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var datatype_vvvvwck = jQuery("#jform_datatype").val();
|
||||
var has_defaults_vvvvwck = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
vvvvwck(datatype_vvvvwck,has_defaults_vvvvwck);
|
||||
|
||||
});
|
||||
|
||||
// #jform_has_defaults listeners for has_defaults_vvvvwck function
|
||||
jQuery('#jform_has_defaults').on('keyup',function()
|
||||
{
|
||||
var datatype_vvvvwck = jQuery("#jform_datatype").val();
|
||||
var has_defaults_vvvvwck = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
vvvvwck(datatype_vvvvwck,has_defaults_vvvvwck);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_has_defaults',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var datatype_vvvvwck = jQuery("#jform_datatype").val();
|
||||
var has_defaults_vvvvwck = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
vvvvwck(datatype_vvvvwck,has_defaults_vvvvwck);
|
||||
|
||||
});
|
||||
|
||||
// #jform_has_defaults listeners for has_defaults_vvvvwcl function
|
||||
jQuery('#jform_has_defaults').on('keyup',function()
|
||||
{
|
||||
var has_defaults_vvvvwcl = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
var datatype_vvvvwcl = jQuery("#jform_datatype").val();
|
||||
vvvvwcl(has_defaults_vvvvwcl,datatype_vvvvwcl);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_has_defaults',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var has_defaults_vvvvwcl = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
var datatype_vvvvwcl = jQuery("#jform_datatype").val();
|
||||
vvvvwcl(has_defaults_vvvvwcl,datatype_vvvvwcl);
|
||||
|
||||
});
|
||||
|
||||
// #jform_datatype listeners for datatype_vvvvwcl function
|
||||
jQuery('#jform_datatype').on('keyup',function()
|
||||
{
|
||||
var has_defaults_vvvvwcl = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
var datatype_vvvvwcl = jQuery("#jform_datatype").val();
|
||||
vvvvwcl(has_defaults_vvvvwcl,datatype_vvvvwcl);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_datatype',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var has_defaults_vvvvwcl = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
var datatype_vvvvwcl = jQuery("#jform_datatype").val();
|
||||
vvvvwcl(has_defaults_vvvvwcl,datatype_vvvvwcl);
|
||||
|
||||
});
|
||||
|
||||
// #jform_datatype listeners for datatype_vvvvwcm function
|
||||
jQuery('#jform_datatype').on('keyup',function()
|
||||
{
|
||||
var datatype_vvvvwcm = jQuery("#jform_datatype").val();
|
||||
var has_defaults_vvvvwcm = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
vvvvwcm(datatype_vvvvwcm,has_defaults_vvvvwcm);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_datatype',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var datatype_vvvvwcm = jQuery("#jform_datatype").val();
|
||||
var has_defaults_vvvvwcm = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
vvvvwcm(datatype_vvvvwcm,has_defaults_vvvvwcm);
|
||||
|
||||
});
|
||||
|
||||
// #jform_has_defaults listeners for has_defaults_vvvvwcm function
|
||||
jQuery('#jform_has_defaults').on('keyup',function()
|
||||
{
|
||||
var datatype_vvvvwcm = jQuery("#jform_datatype").val();
|
||||
var has_defaults_vvvvwcm = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
vvvvwcm(datatype_vvvvwcm,has_defaults_vvvvwcm);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_has_defaults',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var datatype_vvvvwcm = jQuery("#jform_datatype").val();
|
||||
var has_defaults_vvvvwcm = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
vvvvwcm(datatype_vvvvwcm,has_defaults_vvvvwcm);
|
||||
|
||||
});
|
||||
|
||||
// #jform_store listeners for store_vvvvwco function
|
||||
jQuery('#jform_store').on('keyup',function()
|
||||
{
|
||||
var store_vvvvwco = jQuery("#jform_store").val();
|
||||
var datatype_vvvvwco = jQuery("#jform_datatype").val();
|
||||
var has_defaults_vvvvwco = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
vvvvwco(store_vvvvwco,datatype_vvvvwco,has_defaults_vvvvwco);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_store',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var store_vvvvwco = jQuery("#jform_store").val();
|
||||
var datatype_vvvvwco = jQuery("#jform_datatype").val();
|
||||
var has_defaults_vvvvwco = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
vvvvwco(store_vvvvwco,datatype_vvvvwco,has_defaults_vvvvwco);
|
||||
|
||||
});
|
||||
|
||||
// #jform_datatype listeners for datatype_vvvvwco function
|
||||
jQuery('#jform_datatype').on('keyup',function()
|
||||
{
|
||||
var store_vvvvwco = jQuery("#jform_store").val();
|
||||
var datatype_vvvvwco = jQuery("#jform_datatype").val();
|
||||
var has_defaults_vvvvwco = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
vvvvwco(store_vvvvwco,datatype_vvvvwco,has_defaults_vvvvwco);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_datatype',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var store_vvvvwco = jQuery("#jform_store").val();
|
||||
var datatype_vvvvwco = jQuery("#jform_datatype").val();
|
||||
var has_defaults_vvvvwco = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
vvvvwco(store_vvvvwco,datatype_vvvvwco,has_defaults_vvvvwco);
|
||||
|
||||
});
|
||||
|
||||
// #jform_has_defaults listeners for has_defaults_vvvvwco function
|
||||
jQuery('#jform_has_defaults').on('keyup',function()
|
||||
{
|
||||
var store_vvvvwco = jQuery("#jform_store").val();
|
||||
var datatype_vvvvwco = jQuery("#jform_datatype").val();
|
||||
var has_defaults_vvvvwco = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
vvvvwco(store_vvvvwco,datatype_vvvvwco,has_defaults_vvvvwco);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_has_defaults',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var store_vvvvwco = jQuery("#jform_store").val();
|
||||
var datatype_vvvvwco = jQuery("#jform_datatype").val();
|
||||
var has_defaults_vvvvwco = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
vvvvwco(store_vvvvwco,datatype_vvvvwco,has_defaults_vvvvwco);
|
||||
|
||||
});
|
||||
|
||||
// #jform_datatype listeners for datatype_vvvvwcp function
|
||||
jQuery('#jform_datatype').on('keyup',function()
|
||||
{
|
||||
var datatype_vvvvwcp = jQuery("#jform_datatype").val();
|
||||
var store_vvvvwcp = jQuery("#jform_store").val();
|
||||
var datalenght_vvvvwcp = jQuery("#jform_datalenght").val();
|
||||
var has_defaults_vvvvwcp = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
vvvvwcp(datatype_vvvvwcp,store_vvvvwcp,has_defaults_vvvvwcp);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_datatype',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var datatype_vvvvwcp = jQuery("#jform_datatype").val();
|
||||
var store_vvvvwcp = jQuery("#jform_store").val();
|
||||
var has_defaults_vvvvwcp = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
vvvvwcp(datatype_vvvvwcp,store_vvvvwcp,has_defaults_vvvvwcp);
|
||||
|
||||
});
|
||||
|
||||
// #jform_store listeners for store_vvvvwcp function
|
||||
jQuery('#jform_store').on('keyup',function()
|
||||
{
|
||||
var datatype_vvvvwcp = jQuery("#jform_datatype").val();
|
||||
var store_vvvvwcp = jQuery("#jform_store").val();
|
||||
var has_defaults_vvvvwcp = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
vvvvwcp(datatype_vvvvwcp,store_vvvvwcp,has_defaults_vvvvwcp);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_store',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var datatype_vvvvwcp = jQuery("#jform_datatype").val();
|
||||
var store_vvvvwcp = jQuery("#jform_store").val();
|
||||
var has_defaults_vvvvwcp = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
vvvvwcp(datatype_vvvvwcp,store_vvvvwcp,has_defaults_vvvvwcp);
|
||||
vvvvwcp(datalenght_vvvvwcp,has_defaults_vvvvwcp);
|
||||
|
||||
});
|
||||
|
||||
// #jform_has_defaults listeners for has_defaults_vvvvwcp function
|
||||
jQuery('#jform_has_defaults').on('keyup',function()
|
||||
{
|
||||
var datatype_vvvvwcp = jQuery("#jform_datatype").val();
|
||||
var store_vvvvwcp = jQuery("#jform_store").val();
|
||||
var datalenght_vvvvwcp = jQuery("#jform_datalenght").val();
|
||||
var has_defaults_vvvvwcp = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
vvvvwcp(datatype_vvvvwcp,store_vvvvwcp,has_defaults_vvvvwcp);
|
||||
vvvvwcp(datalenght_vvvvwcp,has_defaults_vvvvwcp);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_has_defaults',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var datatype_vvvvwcp = jQuery("#jform_datatype").val();
|
||||
var store_vvvvwcp = jQuery("#jform_store").val();
|
||||
var datalenght_vvvvwcp = jQuery("#jform_datalenght").val();
|
||||
var has_defaults_vvvvwcp = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
vvvvwcp(datatype_vvvvwcp,store_vvvvwcp,has_defaults_vvvvwcp);
|
||||
vvvvwcp(datalenght_vvvvwcp,has_defaults_vvvvwcp);
|
||||
|
||||
});
|
||||
|
||||
// #jform_has_defaults listeners for has_defaults_vvvvwcq function
|
||||
jQuery('#jform_has_defaults').on('keyup',function()
|
||||
// #jform_datadefault listeners for datadefault_vvvvwcr function
|
||||
jQuery('#jform_datadefault').on('keyup',function()
|
||||
{
|
||||
var has_defaults_vvvvwcq = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
var store_vvvvwcq = jQuery("#jform_store").val();
|
||||
var datatype_vvvvwcq = jQuery("#jform_datatype").val();
|
||||
vvvvwcq(has_defaults_vvvvwcq,store_vvvvwcq,datatype_vvvvwcq);
|
||||
var datadefault_vvvvwcr = jQuery("#jform_datadefault").val();
|
||||
var has_defaults_vvvvwcr = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
vvvvwcr(datadefault_vvvvwcr,has_defaults_vvvvwcr);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_has_defaults',function (e)
|
||||
jQuery('#adminForm').on('change', '#jform_datadefault',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var has_defaults_vvvvwcq = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
var store_vvvvwcq = jQuery("#jform_store").val();
|
||||
var datatype_vvvvwcq = jQuery("#jform_datatype").val();
|
||||
vvvvwcq(has_defaults_vvvvwcq,store_vvvvwcq,datatype_vvvvwcq);
|
||||
|
||||
});
|
||||
|
||||
// #jform_store listeners for store_vvvvwcq function
|
||||
jQuery('#jform_store').on('keyup',function()
|
||||
{
|
||||
var has_defaults_vvvvwcq = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
var store_vvvvwcq = jQuery("#jform_store").val();
|
||||
var datatype_vvvvwcq = jQuery("#jform_datatype").val();
|
||||
vvvvwcq(has_defaults_vvvvwcq,store_vvvvwcq,datatype_vvvvwcq);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_store',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var has_defaults_vvvvwcq = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
var store_vvvvwcq = jQuery("#jform_store").val();
|
||||
var datatype_vvvvwcq = jQuery("#jform_datatype").val();
|
||||
vvvvwcq(has_defaults_vvvvwcq,store_vvvvwcq,datatype_vvvvwcq);
|
||||
|
||||
});
|
||||
|
||||
// #jform_datatype listeners for datatype_vvvvwcq function
|
||||
jQuery('#jform_datatype').on('keyup',function()
|
||||
{
|
||||
var has_defaults_vvvvwcq = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
var store_vvvvwcq = jQuery("#jform_store").val();
|
||||
var datatype_vvvvwcq = jQuery("#jform_datatype").val();
|
||||
vvvvwcq(has_defaults_vvvvwcq,store_vvvvwcq,datatype_vvvvwcq);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_datatype',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var has_defaults_vvvvwcq = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
var store_vvvvwcq = jQuery("#jform_store").val();
|
||||
var datatype_vvvvwcq = jQuery("#jform_datatype").val();
|
||||
vvvvwcq(has_defaults_vvvvwcq,store_vvvvwcq,datatype_vvvvwcq);
|
||||
var datadefault_vvvvwcr = jQuery("#jform_datadefault").val();
|
||||
var has_defaults_vvvvwcr = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
vvvvwcr(datadefault_vvvvwcr,has_defaults_vvvvwcr);
|
||||
|
||||
});
|
||||
|
||||
// #jform_has_defaults listeners for has_defaults_vvvvwcr function
|
||||
jQuery('#jform_has_defaults').on('keyup',function()
|
||||
{
|
||||
var datadefault_vvvvwcr = jQuery("#jform_datadefault").val();
|
||||
var has_defaults_vvvvwcr = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
vvvvwcr(has_defaults_vvvvwcr);
|
||||
vvvvwcr(datadefault_vvvvwcr,has_defaults_vvvvwcr);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_has_defaults',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var datadefault_vvvvwcr = jQuery("#jform_datadefault").val();
|
||||
var has_defaults_vvvvwcr = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
vvvvwcr(has_defaults_vvvvwcr);
|
||||
vvvvwcr(datadefault_vvvvwcr,has_defaults_vvvvwcr);
|
||||
|
||||
});
|
||||
|
||||
// #jform_datatype listeners for datatype_vvvvwct function
|
||||
jQuery('#jform_datatype').on('keyup',function()
|
||||
{
|
||||
var datatype_vvvvwct = jQuery("#jform_datatype").val();
|
||||
var has_defaults_vvvvwct = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
vvvvwct(datatype_vvvvwct,has_defaults_vvvvwct);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_datatype',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var datatype_vvvvwct = jQuery("#jform_datatype").val();
|
||||
var has_defaults_vvvvwct = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
vvvvwct(datatype_vvvvwct,has_defaults_vvvvwct);
|
||||
|
||||
});
|
||||
|
||||
// #jform_has_defaults listeners for has_defaults_vvvvwct function
|
||||
jQuery('#jform_has_defaults').on('keyup',function()
|
||||
{
|
||||
var datatype_vvvvwct = jQuery("#jform_datatype").val();
|
||||
var has_defaults_vvvvwct = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
vvvvwct(datatype_vvvvwct,has_defaults_vvvvwct);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_has_defaults',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var datatype_vvvvwct = jQuery("#jform_datatype").val();
|
||||
var has_defaults_vvvvwct = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
vvvvwct(datatype_vvvvwct,has_defaults_vvvvwct);
|
||||
|
||||
});
|
||||
|
||||
// #jform_datatype listeners for datatype_vvvvwcv function
|
||||
jQuery('#jform_datatype').on('keyup',function()
|
||||
{
|
||||
var datatype_vvvvwcv = jQuery("#jform_datatype").val();
|
||||
var has_defaults_vvvvwcv = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
vvvvwcv(datatype_vvvvwcv,has_defaults_vvvvwcv);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_datatype',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var datatype_vvvvwcv = jQuery("#jform_datatype").val();
|
||||
var has_defaults_vvvvwcv = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
vvvvwcv(datatype_vvvvwcv,has_defaults_vvvvwcv);
|
||||
|
||||
});
|
||||
|
||||
// #jform_has_defaults listeners for has_defaults_vvvvwcv function
|
||||
jQuery('#jform_has_defaults').on('keyup',function()
|
||||
{
|
||||
var datatype_vvvvwcv = jQuery("#jform_datatype").val();
|
||||
var has_defaults_vvvvwcv = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
vvvvwcv(datatype_vvvvwcv,has_defaults_vvvvwcv);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_has_defaults',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var datatype_vvvvwcv = jQuery("#jform_datatype").val();
|
||||
var has_defaults_vvvvwcv = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
vvvvwcv(datatype_vvvvwcv,has_defaults_vvvvwcv);
|
||||
|
||||
});
|
||||
|
||||
// #jform_has_defaults listeners for has_defaults_vvvvwcw function
|
||||
jQuery('#jform_has_defaults').on('keyup',function()
|
||||
{
|
||||
var has_defaults_vvvvwcw = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
var datatype_vvvvwcw = jQuery("#jform_datatype").val();
|
||||
vvvvwcw(has_defaults_vvvvwcw,datatype_vvvvwcw);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_has_defaults',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var has_defaults_vvvvwcw = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
var datatype_vvvvwcw = jQuery("#jform_datatype").val();
|
||||
vvvvwcw(has_defaults_vvvvwcw,datatype_vvvvwcw);
|
||||
|
||||
});
|
||||
|
||||
// #jform_datatype listeners for datatype_vvvvwcw function
|
||||
jQuery('#jform_datatype').on('keyup',function()
|
||||
{
|
||||
var has_defaults_vvvvwcw = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
var datatype_vvvvwcw = jQuery("#jform_datatype").val();
|
||||
vvvvwcw(has_defaults_vvvvwcw,datatype_vvvvwcw);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_datatype',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var has_defaults_vvvvwcw = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
var datatype_vvvvwcw = jQuery("#jform_datatype").val();
|
||||
vvvvwcw(has_defaults_vvvvwcw,datatype_vvvvwcw);
|
||||
|
||||
});
|
||||
|
||||
// #jform_datatype listeners for datatype_vvvvwcx function
|
||||
jQuery('#jform_datatype').on('keyup',function()
|
||||
{
|
||||
var datatype_vvvvwcx = jQuery("#jform_datatype").val();
|
||||
var has_defaults_vvvvwcx = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
vvvvwcx(datatype_vvvvwcx,has_defaults_vvvvwcx);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_datatype',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var datatype_vvvvwcx = jQuery("#jform_datatype").val();
|
||||
var has_defaults_vvvvwcx = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
vvvvwcx(datatype_vvvvwcx,has_defaults_vvvvwcx);
|
||||
|
||||
});
|
||||
|
||||
// #jform_has_defaults listeners for has_defaults_vvvvwcx function
|
||||
jQuery('#jform_has_defaults').on('keyup',function()
|
||||
{
|
||||
var datatype_vvvvwcx = jQuery("#jform_datatype").val();
|
||||
var has_defaults_vvvvwcx = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
vvvvwcx(datatype_vvvvwcx,has_defaults_vvvvwcx);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_has_defaults',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var datatype_vvvvwcx = jQuery("#jform_datatype").val();
|
||||
var has_defaults_vvvvwcx = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
vvvvwcx(datatype_vvvvwcx,has_defaults_vvvvwcx);
|
||||
|
||||
});
|
||||
|
||||
// #jform_store listeners for store_vvvvwcz function
|
||||
jQuery('#jform_store').on('keyup',function()
|
||||
{
|
||||
var store_vvvvwcz = jQuery("#jform_store").val();
|
||||
var datatype_vvvvwcz = jQuery("#jform_datatype").val();
|
||||
var has_defaults_vvvvwcz = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
vvvvwcz(store_vvvvwcz,datatype_vvvvwcz,has_defaults_vvvvwcz);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_store',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var store_vvvvwcz = jQuery("#jform_store").val();
|
||||
var datatype_vvvvwcz = jQuery("#jform_datatype").val();
|
||||
var has_defaults_vvvvwcz = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
vvvvwcz(store_vvvvwcz,datatype_vvvvwcz,has_defaults_vvvvwcz);
|
||||
|
||||
});
|
||||
|
||||
// #jform_datatype listeners for datatype_vvvvwcz function
|
||||
jQuery('#jform_datatype').on('keyup',function()
|
||||
{
|
||||
var store_vvvvwcz = jQuery("#jform_store").val();
|
||||
var datatype_vvvvwcz = jQuery("#jform_datatype").val();
|
||||
var has_defaults_vvvvwcz = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
vvvvwcz(store_vvvvwcz,datatype_vvvvwcz,has_defaults_vvvvwcz);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_datatype',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var store_vvvvwcz = jQuery("#jform_store").val();
|
||||
var datatype_vvvvwcz = jQuery("#jform_datatype").val();
|
||||
var has_defaults_vvvvwcz = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
vvvvwcz(store_vvvvwcz,datatype_vvvvwcz,has_defaults_vvvvwcz);
|
||||
|
||||
});
|
||||
|
||||
// #jform_has_defaults listeners for has_defaults_vvvvwcz function
|
||||
jQuery('#jform_has_defaults').on('keyup',function()
|
||||
{
|
||||
var store_vvvvwcz = jQuery("#jform_store").val();
|
||||
var datatype_vvvvwcz = jQuery("#jform_datatype").val();
|
||||
var has_defaults_vvvvwcz = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
vvvvwcz(store_vvvvwcz,datatype_vvvvwcz,has_defaults_vvvvwcz);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_has_defaults',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var store_vvvvwcz = jQuery("#jform_store").val();
|
||||
var datatype_vvvvwcz = jQuery("#jform_datatype").val();
|
||||
var has_defaults_vvvvwcz = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
vvvvwcz(store_vvvvwcz,datatype_vvvvwcz,has_defaults_vvvvwcz);
|
||||
|
||||
});
|
||||
|
||||
// #jform_datatype listeners for datatype_vvvvwda function
|
||||
jQuery('#jform_datatype').on('keyup',function()
|
||||
{
|
||||
var datatype_vvvvwda = jQuery("#jform_datatype").val();
|
||||
var store_vvvvwda = jQuery("#jform_store").val();
|
||||
var has_defaults_vvvvwda = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
vvvvwda(datatype_vvvvwda,store_vvvvwda,has_defaults_vvvvwda);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_datatype',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var datatype_vvvvwda = jQuery("#jform_datatype").val();
|
||||
var store_vvvvwda = jQuery("#jform_store").val();
|
||||
var has_defaults_vvvvwda = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
vvvvwda(datatype_vvvvwda,store_vvvvwda,has_defaults_vvvvwda);
|
||||
|
||||
});
|
||||
|
||||
// #jform_store listeners for store_vvvvwda function
|
||||
jQuery('#jform_store').on('keyup',function()
|
||||
{
|
||||
var datatype_vvvvwda = jQuery("#jform_datatype").val();
|
||||
var store_vvvvwda = jQuery("#jform_store").val();
|
||||
var has_defaults_vvvvwda = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
vvvvwda(datatype_vvvvwda,store_vvvvwda,has_defaults_vvvvwda);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_store',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var datatype_vvvvwda = jQuery("#jform_datatype").val();
|
||||
var store_vvvvwda = jQuery("#jform_store").val();
|
||||
var has_defaults_vvvvwda = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
vvvvwda(datatype_vvvvwda,store_vvvvwda,has_defaults_vvvvwda);
|
||||
|
||||
});
|
||||
|
||||
// #jform_has_defaults listeners for has_defaults_vvvvwda function
|
||||
jQuery('#jform_has_defaults').on('keyup',function()
|
||||
{
|
||||
var datatype_vvvvwda = jQuery("#jform_datatype").val();
|
||||
var store_vvvvwda = jQuery("#jform_store").val();
|
||||
var has_defaults_vvvvwda = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
vvvvwda(datatype_vvvvwda,store_vvvvwda,has_defaults_vvvvwda);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_has_defaults',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var datatype_vvvvwda = jQuery("#jform_datatype").val();
|
||||
var store_vvvvwda = jQuery("#jform_store").val();
|
||||
var has_defaults_vvvvwda = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
vvvvwda(datatype_vvvvwda,store_vvvvwda,has_defaults_vvvvwda);
|
||||
|
||||
});
|
||||
|
||||
// #jform_has_defaults listeners for has_defaults_vvvvwdb function
|
||||
jQuery('#jform_has_defaults').on('keyup',function()
|
||||
{
|
||||
var has_defaults_vvvvwdb = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
var store_vvvvwdb = jQuery("#jform_store").val();
|
||||
var datatype_vvvvwdb = jQuery("#jform_datatype").val();
|
||||
vvvvwdb(has_defaults_vvvvwdb,store_vvvvwdb,datatype_vvvvwdb);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_has_defaults',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var has_defaults_vvvvwdb = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
var store_vvvvwdb = jQuery("#jform_store").val();
|
||||
var datatype_vvvvwdb = jQuery("#jform_datatype").val();
|
||||
vvvvwdb(has_defaults_vvvvwdb,store_vvvvwdb,datatype_vvvvwdb);
|
||||
|
||||
});
|
||||
|
||||
// #jform_store listeners for store_vvvvwdb function
|
||||
jQuery('#jform_store').on('keyup',function()
|
||||
{
|
||||
var has_defaults_vvvvwdb = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
var store_vvvvwdb = jQuery("#jform_store").val();
|
||||
var datatype_vvvvwdb = jQuery("#jform_datatype").val();
|
||||
vvvvwdb(has_defaults_vvvvwdb,store_vvvvwdb,datatype_vvvvwdb);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_store',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var has_defaults_vvvvwdb = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
var store_vvvvwdb = jQuery("#jform_store").val();
|
||||
var datatype_vvvvwdb = jQuery("#jform_datatype").val();
|
||||
vvvvwdb(has_defaults_vvvvwdb,store_vvvvwdb,datatype_vvvvwdb);
|
||||
|
||||
});
|
||||
|
||||
// #jform_datatype listeners for datatype_vvvvwdb function
|
||||
jQuery('#jform_datatype').on('keyup',function()
|
||||
{
|
||||
var has_defaults_vvvvwdb = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
var store_vvvvwdb = jQuery("#jform_store").val();
|
||||
var datatype_vvvvwdb = jQuery("#jform_datatype").val();
|
||||
vvvvwdb(has_defaults_vvvvwdb,store_vvvvwdb,datatype_vvvvwdb);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_datatype',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var has_defaults_vvvvwdb = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
var store_vvvvwdb = jQuery("#jform_store").val();
|
||||
var datatype_vvvvwdb = jQuery("#jform_datatype").val();
|
||||
vvvvwdb(has_defaults_vvvvwdb,store_vvvvwdb,datatype_vvvvwdb);
|
||||
|
||||
});
|
||||
|
||||
// #jform_has_defaults listeners for has_defaults_vvvvwdc function
|
||||
jQuery('#jform_has_defaults').on('keyup',function()
|
||||
{
|
||||
var has_defaults_vvvvwdc = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
vvvvwdc(has_defaults_vvvvwdc);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_has_defaults',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var has_defaults_vvvvwdc = jQuery("#jform_has_defaults input[type='radio']:checked").val();
|
||||
vvvvwdc(has_defaults_vvvvwdc);
|
||||
|
||||
});
|
||||
|
||||
|
@ -57,7 +57,7 @@ class ComponentbuilderViewFieldtype extends JViewLegacy
|
||||
}
|
||||
|
||||
// Get Linked view data
|
||||
$this->vxyfields = $this->get('Vxyfields');
|
||||
$this->vyifields = $this->get('Vyifields');
|
||||
|
||||
// Set the toolbar
|
||||
$this->addToolBar();
|
||||
|
@ -116,93 +116,93 @@ $componentParams = $this->params; // will be removed just use $this->params inst
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
// #jform_location listeners for location_vvvvwdc function
|
||||
// #jform_location listeners for location_vvvvwdn function
|
||||
jQuery('#jform_location').on('keyup',function()
|
||||
{
|
||||
var location_vvvvwdc = jQuery("#jform_location input[type='radio']:checked").val();
|
||||
vvvvwdc(location_vvvvwdc);
|
||||
var location_vvvvwdn = jQuery("#jform_location input[type='radio']:checked").val();
|
||||
vvvvwdn(location_vvvvwdn);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_location',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var location_vvvvwdc = jQuery("#jform_location input[type='radio']:checked").val();
|
||||
vvvvwdc(location_vvvvwdc);
|
||||
var location_vvvvwdn = jQuery("#jform_location input[type='radio']:checked").val();
|
||||
vvvvwdn(location_vvvvwdn);
|
||||
|
||||
});
|
||||
|
||||
// #jform_location listeners for location_vvvvwdd function
|
||||
// #jform_location listeners for location_vvvvwdo function
|
||||
jQuery('#jform_location').on('keyup',function()
|
||||
{
|
||||
var location_vvvvwdd = jQuery("#jform_location input[type='radio']:checked").val();
|
||||
vvvvwdd(location_vvvvwdd);
|
||||
var location_vvvvwdo = jQuery("#jform_location input[type='radio']:checked").val();
|
||||
vvvvwdo(location_vvvvwdo);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_location',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var location_vvvvwdd = jQuery("#jform_location input[type='radio']:checked").val();
|
||||
vvvvwdd(location_vvvvwdd);
|
||||
var location_vvvvwdo = jQuery("#jform_location input[type='radio']:checked").val();
|
||||
vvvvwdo(location_vvvvwdo);
|
||||
|
||||
});
|
||||
|
||||
// #jform_type listeners for type_vvvvwde function
|
||||
// #jform_type listeners for type_vvvvwdp function
|
||||
jQuery('#jform_type').on('keyup',function()
|
||||
{
|
||||
var type_vvvvwde = jQuery("#jform_type").val();
|
||||
vvvvwde(type_vvvvwde);
|
||||
var type_vvvvwdp = jQuery("#jform_type").val();
|
||||
vvvvwdp(type_vvvvwdp);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_type',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var type_vvvvwde = jQuery("#jform_type").val();
|
||||
vvvvwde(type_vvvvwde);
|
||||
var type_vvvvwdp = jQuery("#jform_type").val();
|
||||
vvvvwdp(type_vvvvwdp);
|
||||
|
||||
});
|
||||
|
||||
// #jform_type listeners for type_vvvvwdf function
|
||||
// #jform_type listeners for type_vvvvwdq function
|
||||
jQuery('#jform_type').on('keyup',function()
|
||||
{
|
||||
var type_vvvvwdf = jQuery("#jform_type").val();
|
||||
vvvvwdf(type_vvvvwdf);
|
||||
var type_vvvvwdq = jQuery("#jform_type").val();
|
||||
vvvvwdq(type_vvvvwdq);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_type',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var type_vvvvwdf = jQuery("#jform_type").val();
|
||||
vvvvwdf(type_vvvvwdf);
|
||||
var type_vvvvwdq = jQuery("#jform_type").val();
|
||||
vvvvwdq(type_vvvvwdq);
|
||||
|
||||
});
|
||||
|
||||
// #jform_type listeners for type_vvvvwdg function
|
||||
// #jform_type listeners for type_vvvvwdr function
|
||||
jQuery('#jform_type').on('keyup',function()
|
||||
{
|
||||
var type_vvvvwdg = jQuery("#jform_type").val();
|
||||
vvvvwdg(type_vvvvwdg);
|
||||
var type_vvvvwdr = jQuery("#jform_type").val();
|
||||
vvvvwdr(type_vvvvwdr);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_type',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var type_vvvvwdg = jQuery("#jform_type").val();
|
||||
vvvvwdg(type_vvvvwdg);
|
||||
var type_vvvvwdr = jQuery("#jform_type").val();
|
||||
vvvvwdr(type_vvvvwdr);
|
||||
|
||||
});
|
||||
|
||||
// #jform_target listeners for target_vvvvwdh function
|
||||
// #jform_target listeners for target_vvvvwds function
|
||||
jQuery('#jform_target').on('keyup',function()
|
||||
{
|
||||
var target_vvvvwdh = jQuery("#jform_target input[type='radio']:checked").val();
|
||||
vvvvwdh(target_vvvvwdh);
|
||||
var target_vvvvwds = jQuery("#jform_target input[type='radio']:checked").val();
|
||||
vvvvwds(target_vvvvwds);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_target',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var target_vvvvwdh = jQuery("#jform_target input[type='radio']:checked").val();
|
||||
vvvvwdh(target_vvvvwdh);
|
||||
var target_vvvvwds = jQuery("#jform_target input[type='radio']:checked").val();
|
||||
vvvvwds(target_vvvvwds);
|
||||
|
||||
});
|
||||
|
||||
|
@ -104,7 +104,7 @@ $edit = "index.php?option=com_componentbuilder&view=libraries&task=library.edit"
|
||||
</div>
|
||||
</td>
|
||||
<td class="hidden-phone">
|
||||
<?php echo $this->escape($item->description); ?>
|
||||
<?php echo JText::_($item->target); ?>
|
||||
</td>
|
||||
<td class="hidden-phone">
|
||||
<?php echo $this->escape($item->how); ?>
|
||||
@ -112,6 +112,9 @@ $edit = "index.php?option=com_componentbuilder&view=libraries&task=library.edit"
|
||||
<td class="hidden-phone">
|
||||
<?php echo JText::_($item->type); ?>
|
||||
</td>
|
||||
<td class="hidden-phone">
|
||||
<?php echo $this->escape($item->description); ?>
|
||||
</td>
|
||||
<td class="center">
|
||||
<?php if ($canDo->get('library.edit.state')) : ?>
|
||||
<?php if ($item->checked_out) : ?>
|
||||
|
@ -14,5 +14,5 @@ defined('_JEXEC') or die('Restricted access');
|
||||
|
||||
?>
|
||||
<tr>
|
||||
<td colspan="8"><?php echo $this->pagination->getListFooter(); ?></td>
|
||||
<td colspan="9"><?php echo $this->pagination->getListFooter(); ?></td>
|
||||
</tr>
|
@ -33,7 +33,7 @@ defined('_JEXEC') or die('Restricted access');
|
||||
<?php echo JHtml::_('grid.sort', 'COM_COMPONENTBUILDER_LIBRARY_NAME_LABEL', 'name', $this->listDirn, $this->listOrder); ?>
|
||||
</th>
|
||||
<th class="nowrap hidden-phone" >
|
||||
<?php echo JHtml::_('grid.sort', 'COM_COMPONENTBUILDER_LIBRARY_DESCRIPTION_LABEL', 'description', $this->listDirn, $this->listOrder); ?>
|
||||
<?php echo JHtml::_('grid.sort', 'COM_COMPONENTBUILDER_LIBRARY_TARGET_LABEL', 'target', $this->listDirn, $this->listOrder); ?>
|
||||
</th>
|
||||
<th class="nowrap hidden-phone" >
|
||||
<?php echo JText::_('COM_COMPONENTBUILDER_LIBRARY_HOW_LABEL'); ?>
|
||||
@ -41,6 +41,9 @@ defined('_JEXEC') or die('Restricted access');
|
||||
<th class="nowrap hidden-phone" >
|
||||
<?php echo JHtml::_('grid.sort', 'COM_COMPONENTBUILDER_LIBRARY_TYPE_LABEL', 'type', $this->listDirn, $this->listOrder); ?>
|
||||
</th>
|
||||
<th class="nowrap hidden-phone" >
|
||||
<?php echo JHtml::_('grid.sort', 'COM_COMPONENTBUILDER_LIBRARY_DESCRIPTION_LABEL', 'description', $this->listDirn, $this->listOrder); ?>
|
||||
</th>
|
||||
<?php if ($this->canState): ?>
|
||||
<th width="10" class="nowrap center" >
|
||||
<?php echo JHtml::_('grid.sort', 'COM_COMPONENTBUILDER_LIBRARY_STATUS', 'published', $this->listDirn, $this->listOrder); ?>
|
||||
|
@ -181,6 +181,36 @@ class ComponentbuilderViewLibraries extends JViewLegacy
|
||||
);
|
||||
}
|
||||
|
||||
// Set Target Selection
|
||||
$this->targetOptions = $this->getTheTargetSelections();
|
||||
// We do some sanitation for Target filter
|
||||
if (ComponentbuilderHelper::checkArray($this->targetOptions) &&
|
||||
isset($this->targetOptions[0]->value) &&
|
||||
!ComponentbuilderHelper::checkString($this->targetOptions[0]->value))
|
||||
{
|
||||
unset($this->targetOptions[0]);
|
||||
}
|
||||
// Only load Target filter if it has values
|
||||
if (ComponentbuilderHelper::checkArray($this->targetOptions))
|
||||
{
|
||||
// Target Filter
|
||||
JHtmlSidebar::addFilter(
|
||||
'- Select '.JText::_('COM_COMPONENTBUILDER_LIBRARY_TARGET_LABEL').' -',
|
||||
'filter_target',
|
||||
JHtml::_('select.options', $this->targetOptions, 'value', 'text', $this->state->get('filter.target'))
|
||||
);
|
||||
|
||||
if ($this->canBatch && $this->canCreate && $this->canEdit)
|
||||
{
|
||||
// Target Batch Selection
|
||||
JHtmlBatch_::addListSelection(
|
||||
'- Keep Original '.JText::_('COM_COMPONENTBUILDER_LIBRARY_TARGET_LABEL').' -',
|
||||
'batch[target]',
|
||||
JHtml::_('select.options', $this->targetOptions, 'value', 'text')
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
// Set How Selection
|
||||
$this->howOptions = JFormHelper::loadFieldType('Filebehaviour')->options;
|
||||
// We do some sanitation for How filter
|
||||
@ -286,12 +316,49 @@ class ComponentbuilderViewLibraries extends JViewLegacy
|
||||
'a.sorting' => JText::_('JGRID_HEADING_ORDERING'),
|
||||
'a.published' => JText::_('JSTATUS'),
|
||||
'a.name' => JText::_('COM_COMPONENTBUILDER_LIBRARY_NAME_LABEL'),
|
||||
'a.description' => JText::_('COM_COMPONENTBUILDER_LIBRARY_DESCRIPTION_LABEL'),
|
||||
'a.target' => JText::_('COM_COMPONENTBUILDER_LIBRARY_TARGET_LABEL'),
|
||||
'a.type' => JText::_('COM_COMPONENTBUILDER_LIBRARY_TYPE_LABEL'),
|
||||
'a.description' => JText::_('COM_COMPONENTBUILDER_LIBRARY_DESCRIPTION_LABEL'),
|
||||
'a.id' => JText::_('JGRID_HEADING_ID')
|
||||
);
|
||||
}
|
||||
|
||||
protected function getTheTargetSelections()
|
||||
{
|
||||
// Get a db connection.
|
||||
$db = JFactory::getDbo();
|
||||
|
||||
// Create a new query object.
|
||||
$query = $db->getQuery(true);
|
||||
|
||||
// Select the text.
|
||||
$query->select($db->quoteName('target'));
|
||||
$query->from($db->quoteName('#__componentbuilder_library'));
|
||||
$query->order($db->quoteName('target') . ' ASC');
|
||||
|
||||
// Reset the query using our newly populated query object.
|
||||
$db->setQuery($query);
|
||||
|
||||
$results = $db->loadColumn();
|
||||
|
||||
if ($results)
|
||||
{
|
||||
// get model
|
||||
$model = $this->getModel();
|
||||
$results = array_unique($results);
|
||||
$_filter = array();
|
||||
foreach ($results as $target)
|
||||
{
|
||||
// Translate the target selection
|
||||
$text = $model->selectionTranslation($target,'target');
|
||||
// Now add the target and its text to the options array
|
||||
$_filter[] = JHtml::_('select.option', $target, JText::_($text));
|
||||
}
|
||||
return $_filter;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
protected function getTheTypeSelections()
|
||||
{
|
||||
// Get a db connection.
|
||||
|
@ -150,29 +150,33 @@ $componentParams = $this->params; // will be removed just use $this->params inst
|
||||
jQuery('#jform_how').on('keyup',function()
|
||||
{
|
||||
var how_vvvvwbl = jQuery("#jform_how").val();
|
||||
vvvvwbl(how_vvvvwbl);
|
||||
var target_vvvvwbl = jQuery("#jform_target input[type='radio']:checked").val();
|
||||
vvvvwbl(how_vvvvwbl,target_vvvvwbl);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_how',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var how_vvvvwbl = jQuery("#jform_how").val();
|
||||
vvvvwbl(how_vvvvwbl);
|
||||
var target_vvvvwbl = jQuery("#jform_target input[type='radio']:checked").val();
|
||||
vvvvwbl(how_vvvvwbl,target_vvvvwbl);
|
||||
|
||||
});
|
||||
|
||||
// #jform_how listeners for how_vvvvwbm function
|
||||
jQuery('#jform_how').on('keyup',function()
|
||||
// #jform_target listeners for target_vvvvwbl function
|
||||
jQuery('#jform_target').on('keyup',function()
|
||||
{
|
||||
var how_vvvvwbm = jQuery("#jform_how").val();
|
||||
vvvvwbm(how_vvvvwbm);
|
||||
var how_vvvvwbl = jQuery("#jform_how").val();
|
||||
var target_vvvvwbl = jQuery("#jform_target input[type='radio']:checked").val();
|
||||
vvvvwbl(how_vvvvwbl,target_vvvvwbl);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_how',function (e)
|
||||
jQuery('#adminForm').on('change', '#jform_target',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var how_vvvvwbm = jQuery("#jform_how").val();
|
||||
vvvvwbm(how_vvvvwbm);
|
||||
var how_vvvvwbl = jQuery("#jform_how").val();
|
||||
var target_vvvvwbl = jQuery("#jform_target input[type='radio']:checked").val();
|
||||
vvvvwbl(how_vvvvwbl,target_vvvvwbl);
|
||||
|
||||
});
|
||||
|
||||
@ -180,29 +184,33 @@ jQuery('#adminForm').on('change', '#jform_how',function (e)
|
||||
jQuery('#jform_how').on('keyup',function()
|
||||
{
|
||||
var how_vvvvwbn = jQuery("#jform_how").val();
|
||||
vvvvwbn(how_vvvvwbn);
|
||||
var target_vvvvwbn = jQuery("#jform_target input[type='radio']:checked").val();
|
||||
vvvvwbn(how_vvvvwbn,target_vvvvwbn);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_how',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var how_vvvvwbn = jQuery("#jform_how").val();
|
||||
vvvvwbn(how_vvvvwbn);
|
||||
var target_vvvvwbn = jQuery("#jform_target input[type='radio']:checked").val();
|
||||
vvvvwbn(how_vvvvwbn,target_vvvvwbn);
|
||||
|
||||
});
|
||||
|
||||
// #jform_how listeners for how_vvvvwbo function
|
||||
jQuery('#jform_how').on('keyup',function()
|
||||
// #jform_target listeners for target_vvvvwbn function
|
||||
jQuery('#jform_target').on('keyup',function()
|
||||
{
|
||||
var how_vvvvwbo = jQuery("#jform_how").val();
|
||||
vvvvwbo(how_vvvvwbo);
|
||||
var how_vvvvwbn = jQuery("#jform_how").val();
|
||||
var target_vvvvwbn = jQuery("#jform_target input[type='radio']:checked").val();
|
||||
vvvvwbn(how_vvvvwbn,target_vvvvwbn);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_how',function (e)
|
||||
jQuery('#adminForm').on('change', '#jform_target',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var how_vvvvwbo = jQuery("#jform_how").val();
|
||||
vvvvwbo(how_vvvvwbo);
|
||||
var how_vvvvwbn = jQuery("#jform_how").val();
|
||||
var target_vvvvwbn = jQuery("#jform_target input[type='radio']:checked").val();
|
||||
vvvvwbn(how_vvvvwbn,target_vvvvwbn);
|
||||
|
||||
});
|
||||
|
||||
@ -210,29 +218,33 @@ jQuery('#adminForm').on('change', '#jform_how',function (e)
|
||||
jQuery('#jform_how').on('keyup',function()
|
||||
{
|
||||
var how_vvvvwbp = jQuery("#jform_how").val();
|
||||
vvvvwbp(how_vvvvwbp);
|
||||
var target_vvvvwbp = jQuery("#jform_target input[type='radio']:checked").val();
|
||||
vvvvwbp(how_vvvvwbp,target_vvvvwbp);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_how',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var how_vvvvwbp = jQuery("#jform_how").val();
|
||||
vvvvwbp(how_vvvvwbp);
|
||||
var target_vvvvwbp = jQuery("#jform_target input[type='radio']:checked").val();
|
||||
vvvvwbp(how_vvvvwbp,target_vvvvwbp);
|
||||
|
||||
});
|
||||
|
||||
// #jform_how listeners for how_vvvvwbq function
|
||||
jQuery('#jform_how').on('keyup',function()
|
||||
// #jform_target listeners for target_vvvvwbp function
|
||||
jQuery('#jform_target').on('keyup',function()
|
||||
{
|
||||
var how_vvvvwbq = jQuery("#jform_how").val();
|
||||
vvvvwbq(how_vvvvwbq);
|
||||
var how_vvvvwbp = jQuery("#jform_how").val();
|
||||
var target_vvvvwbp = jQuery("#jform_target input[type='radio']:checked").val();
|
||||
vvvvwbp(how_vvvvwbp,target_vvvvwbp);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_how',function (e)
|
||||
jQuery('#adminForm').on('change', '#jform_target',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var how_vvvvwbq = jQuery("#jform_how").val();
|
||||
vvvvwbq(how_vvvvwbq);
|
||||
var how_vvvvwbp = jQuery("#jform_how").val();
|
||||
var target_vvvvwbp = jQuery("#jform_target input[type='radio']:checked").val();
|
||||
vvvvwbp(how_vvvvwbp,target_vvvvwbp);
|
||||
|
||||
});
|
||||
|
||||
@ -240,29 +252,286 @@ jQuery('#adminForm').on('change', '#jform_how',function (e)
|
||||
jQuery('#jform_how').on('keyup',function()
|
||||
{
|
||||
var how_vvvvwbr = jQuery("#jform_how").val();
|
||||
vvvvwbr(how_vvvvwbr);
|
||||
var target_vvvvwbr = jQuery("#jform_target input[type='radio']:checked").val();
|
||||
vvvvwbr(how_vvvvwbr,target_vvvvwbr);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_how',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var how_vvvvwbr = jQuery("#jform_how").val();
|
||||
vvvvwbr(how_vvvvwbr);
|
||||
var target_vvvvwbr = jQuery("#jform_target input[type='radio']:checked").val();
|
||||
vvvvwbr(how_vvvvwbr,target_vvvvwbr);
|
||||
|
||||
});
|
||||
|
||||
// #jform_type listeners for type_vvvvwbs function
|
||||
// #jform_target listeners for target_vvvvwbr function
|
||||
jQuery('#jform_target').on('keyup',function()
|
||||
{
|
||||
var how_vvvvwbr = jQuery("#jform_how").val();
|
||||
var target_vvvvwbr = jQuery("#jform_target input[type='radio']:checked").val();
|
||||
vvvvwbr(how_vvvvwbr,target_vvvvwbr);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_target',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var how_vvvvwbr = jQuery("#jform_how").val();
|
||||
var target_vvvvwbr = jQuery("#jform_target input[type='radio']:checked").val();
|
||||
vvvvwbr(how_vvvvwbr,target_vvvvwbr);
|
||||
|
||||
});
|
||||
|
||||
// #jform_how listeners for how_vvvvwbt function
|
||||
jQuery('#jform_how').on('keyup',function()
|
||||
{
|
||||
var how_vvvvwbt = jQuery("#jform_how").val();
|
||||
var target_vvvvwbt = jQuery("#jform_target input[type='radio']:checked").val();
|
||||
vvvvwbt(how_vvvvwbt,target_vvvvwbt);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_how',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var how_vvvvwbt = jQuery("#jform_how").val();
|
||||
var target_vvvvwbt = jQuery("#jform_target input[type='radio']:checked").val();
|
||||
vvvvwbt(how_vvvvwbt,target_vvvvwbt);
|
||||
|
||||
});
|
||||
|
||||
// #jform_target listeners for target_vvvvwbt function
|
||||
jQuery('#jform_target').on('keyup',function()
|
||||
{
|
||||
var how_vvvvwbt = jQuery("#jform_how").val();
|
||||
var target_vvvvwbt = jQuery("#jform_target input[type='radio']:checked").val();
|
||||
vvvvwbt(how_vvvvwbt,target_vvvvwbt);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_target',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var how_vvvvwbt = jQuery("#jform_how").val();
|
||||
var target_vvvvwbt = jQuery("#jform_target input[type='radio']:checked").val();
|
||||
vvvvwbt(how_vvvvwbt,target_vvvvwbt);
|
||||
|
||||
});
|
||||
|
||||
// #jform_target listeners for target_vvvvwbu function
|
||||
jQuery('#jform_target').on('keyup',function()
|
||||
{
|
||||
var target_vvvvwbu = jQuery("#jform_target input[type='radio']:checked").val();
|
||||
var how_vvvvwbu = jQuery("#jform_how").val();
|
||||
vvvvwbu(target_vvvvwbu,how_vvvvwbu);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_target',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var target_vvvvwbu = jQuery("#jform_target input[type='radio']:checked").val();
|
||||
var how_vvvvwbu = jQuery("#jform_how").val();
|
||||
vvvvwbu(target_vvvvwbu,how_vvvvwbu);
|
||||
|
||||
});
|
||||
|
||||
// #jform_how listeners for how_vvvvwbu function
|
||||
jQuery('#jform_how').on('keyup',function()
|
||||
{
|
||||
var target_vvvvwbu = jQuery("#jform_target input[type='radio']:checked").val();
|
||||
var how_vvvvwbu = jQuery("#jform_how").val();
|
||||
vvvvwbu(target_vvvvwbu,how_vvvvwbu);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_how',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var target_vvvvwbu = jQuery("#jform_target input[type='radio']:checked").val();
|
||||
var how_vvvvwbu = jQuery("#jform_how").val();
|
||||
vvvvwbu(target_vvvvwbu,how_vvvvwbu);
|
||||
|
||||
});
|
||||
|
||||
// #jform_how listeners for how_vvvvwbv function
|
||||
jQuery('#jform_how').on('keyup',function()
|
||||
{
|
||||
var how_vvvvwbv = jQuery("#jform_how").val();
|
||||
var target_vvvvwbv = jQuery("#jform_target input[type='radio']:checked").val();
|
||||
vvvvwbv(how_vvvvwbv,target_vvvvwbv);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_how',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var how_vvvvwbv = jQuery("#jform_how").val();
|
||||
var target_vvvvwbv = jQuery("#jform_target input[type='radio']:checked").val();
|
||||
vvvvwbv(how_vvvvwbv,target_vvvvwbv);
|
||||
|
||||
});
|
||||
|
||||
// #jform_target listeners for target_vvvvwbv function
|
||||
jQuery('#jform_target').on('keyup',function()
|
||||
{
|
||||
var how_vvvvwbv = jQuery("#jform_how").val();
|
||||
var target_vvvvwbv = jQuery("#jform_target input[type='radio']:checked").val();
|
||||
vvvvwbv(how_vvvvwbv,target_vvvvwbv);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_target',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var how_vvvvwbv = jQuery("#jform_how").val();
|
||||
var target_vvvvwbv = jQuery("#jform_target input[type='radio']:checked").val();
|
||||
vvvvwbv(how_vvvvwbv,target_vvvvwbv);
|
||||
|
||||
});
|
||||
|
||||
// #jform_target listeners for target_vvvvwbw function
|
||||
jQuery('#jform_target').on('keyup',function()
|
||||
{
|
||||
var target_vvvvwbw = jQuery("#jform_target input[type='radio']:checked").val();
|
||||
var how_vvvvwbw = jQuery("#jform_how").val();
|
||||
vvvvwbw(target_vvvvwbw,how_vvvvwbw);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_target',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var target_vvvvwbw = jQuery("#jform_target input[type='radio']:checked").val();
|
||||
var how_vvvvwbw = jQuery("#jform_how").val();
|
||||
vvvvwbw(target_vvvvwbw,how_vvvvwbw);
|
||||
|
||||
});
|
||||
|
||||
// #jform_how listeners for how_vvvvwbw function
|
||||
jQuery('#jform_how').on('keyup',function()
|
||||
{
|
||||
var target_vvvvwbw = jQuery("#jform_target input[type='radio']:checked").val();
|
||||
var how_vvvvwbw = jQuery("#jform_how").val();
|
||||
vvvvwbw(target_vvvvwbw,how_vvvvwbw);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_how',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var target_vvvvwbw = jQuery("#jform_target input[type='radio']:checked").val();
|
||||
var how_vvvvwbw = jQuery("#jform_how").val();
|
||||
vvvvwbw(target_vvvvwbw,how_vvvvwbw);
|
||||
|
||||
});
|
||||
|
||||
// #jform_how listeners for how_vvvvwbx function
|
||||
jQuery('#jform_how').on('keyup',function()
|
||||
{
|
||||
var how_vvvvwbx = jQuery("#jform_how").val();
|
||||
var target_vvvvwbx = jQuery("#jform_target input[type='radio']:checked").val();
|
||||
vvvvwbx(how_vvvvwbx,target_vvvvwbx);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_how',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var how_vvvvwbx = jQuery("#jform_how").val();
|
||||
var target_vvvvwbx = jQuery("#jform_target input[type='radio']:checked").val();
|
||||
vvvvwbx(how_vvvvwbx,target_vvvvwbx);
|
||||
|
||||
});
|
||||
|
||||
// #jform_target listeners for target_vvvvwbx function
|
||||
jQuery('#jform_target').on('keyup',function()
|
||||
{
|
||||
var how_vvvvwbx = jQuery("#jform_how").val();
|
||||
var target_vvvvwbx = jQuery("#jform_target input[type='radio']:checked").val();
|
||||
vvvvwbx(how_vvvvwbx,target_vvvvwbx);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_target',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var how_vvvvwbx = jQuery("#jform_how").val();
|
||||
var target_vvvvwbx = jQuery("#jform_target input[type='radio']:checked").val();
|
||||
vvvvwbx(how_vvvvwbx,target_vvvvwbx);
|
||||
|
||||
});
|
||||
|
||||
// #jform_target listeners for target_vvvvwby function
|
||||
jQuery('#jform_target').on('keyup',function()
|
||||
{
|
||||
var target_vvvvwby = jQuery("#jform_target input[type='radio']:checked").val();
|
||||
var how_vvvvwby = jQuery("#jform_how").val();
|
||||
vvvvwby(target_vvvvwby,how_vvvvwby);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_target',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var target_vvvvwby = jQuery("#jform_target input[type='radio']:checked").val();
|
||||
var how_vvvvwby = jQuery("#jform_how").val();
|
||||
vvvvwby(target_vvvvwby,how_vvvvwby);
|
||||
|
||||
});
|
||||
|
||||
// #jform_how listeners for how_vvvvwby function
|
||||
jQuery('#jform_how').on('keyup',function()
|
||||
{
|
||||
var target_vvvvwby = jQuery("#jform_target input[type='radio']:checked").val();
|
||||
var how_vvvvwby = jQuery("#jform_how").val();
|
||||
vvvvwby(target_vvvvwby,how_vvvvwby);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_how',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var target_vvvvwby = jQuery("#jform_target input[type='radio']:checked").val();
|
||||
var how_vvvvwby = jQuery("#jform_how").val();
|
||||
vvvvwby(target_vvvvwby,how_vvvvwby);
|
||||
|
||||
});
|
||||
|
||||
// #jform_target listeners for target_vvvvwbz function
|
||||
jQuery('#jform_target').on('keyup',function()
|
||||
{
|
||||
var target_vvvvwbz = jQuery("#jform_target input[type='radio']:checked").val();
|
||||
var type_vvvvwbz = jQuery("#jform_type input[type='radio']:checked").val();
|
||||
vvvvwbz(target_vvvvwbz,type_vvvvwbz);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_target',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var target_vvvvwbz = jQuery("#jform_target input[type='radio']:checked").val();
|
||||
var type_vvvvwbz = jQuery("#jform_type input[type='radio']:checked").val();
|
||||
vvvvwbz(target_vvvvwbz,type_vvvvwbz);
|
||||
|
||||
});
|
||||
|
||||
// #jform_type listeners for type_vvvvwbz function
|
||||
jQuery('#jform_type').on('keyup',function()
|
||||
{
|
||||
var type_vvvvwbs = jQuery("#jform_type input[type='radio']:checked").val();
|
||||
vvvvwbs(type_vvvvwbs);
|
||||
var target_vvvvwbz = jQuery("#jform_target input[type='radio']:checked").val();
|
||||
var type_vvvvwbz = jQuery("#jform_type input[type='radio']:checked").val();
|
||||
vvvvwbz(target_vvvvwbz,type_vvvvwbz);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_type',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var type_vvvvwbs = jQuery("#jform_type input[type='radio']:checked").val();
|
||||
vvvvwbs(type_vvvvwbs);
|
||||
var target_vvvvwbz = jQuery("#jform_target input[type='radio']:checked").val();
|
||||
var type_vvvvwbz = jQuery("#jform_type input[type='radio']:checked").val();
|
||||
vvvvwbz(target_vvvvwbz,type_vvvvwbz);
|
||||
|
||||
});
|
||||
|
||||
// #jform_target listeners for target_vvvvwcb function
|
||||
jQuery('#jform_target').on('keyup',function()
|
||||
{
|
||||
var target_vvvvwcb = jQuery("#jform_target input[type='radio']:checked").val();
|
||||
vvvvwcb(target_vvvvwcb);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_target',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var target_vvvvwcb = jQuery("#jform_target input[type='radio']:checked").val();
|
||||
vvvvwcb(target_vvvvwcb);
|
||||
|
||||
});
|
||||
|
||||
|
@ -125,169 +125,169 @@ $componentParams = $this->params; // will be removed just use $this->params inst
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
// #jform_protocol listeners for protocol_vvvvwcs function
|
||||
// #jform_protocol listeners for protocol_vvvvwdd function
|
||||
jQuery('#jform_protocol').on('keyup',function()
|
||||
{
|
||||
var protocol_vvvvwcs = jQuery("#jform_protocol").val();
|
||||
vvvvwcs(protocol_vvvvwcs);
|
||||
var protocol_vvvvwdd = jQuery("#jform_protocol").val();
|
||||
vvvvwdd(protocol_vvvvwdd);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_protocol',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var protocol_vvvvwcs = jQuery("#jform_protocol").val();
|
||||
vvvvwcs(protocol_vvvvwcs);
|
||||
var protocol_vvvvwdd = jQuery("#jform_protocol").val();
|
||||
vvvvwdd(protocol_vvvvwdd);
|
||||
|
||||
});
|
||||
|
||||
// #jform_protocol listeners for protocol_vvvvwct function
|
||||
// #jform_protocol listeners for protocol_vvvvwde function
|
||||
jQuery('#jform_protocol').on('keyup',function()
|
||||
{
|
||||
var protocol_vvvvwct = jQuery("#jform_protocol").val();
|
||||
vvvvwct(protocol_vvvvwct);
|
||||
var protocol_vvvvwde = jQuery("#jform_protocol").val();
|
||||
vvvvwde(protocol_vvvvwde);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_protocol',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var protocol_vvvvwct = jQuery("#jform_protocol").val();
|
||||
vvvvwct(protocol_vvvvwct);
|
||||
var protocol_vvvvwde = jQuery("#jform_protocol").val();
|
||||
vvvvwde(protocol_vvvvwde);
|
||||
|
||||
});
|
||||
|
||||
// #jform_protocol listeners for protocol_vvvvwcu function
|
||||
// #jform_protocol listeners for protocol_vvvvwdf function
|
||||
jQuery('#jform_protocol').on('keyup',function()
|
||||
{
|
||||
var protocol_vvvvwcu = jQuery("#jform_protocol").val();
|
||||
var authentication_vvvvwcu = jQuery("#jform_authentication").val();
|
||||
vvvvwcu(protocol_vvvvwcu,authentication_vvvvwcu);
|
||||
var protocol_vvvvwdf = jQuery("#jform_protocol").val();
|
||||
var authentication_vvvvwdf = jQuery("#jform_authentication").val();
|
||||
vvvvwdf(protocol_vvvvwdf,authentication_vvvvwdf);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_protocol',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var protocol_vvvvwcu = jQuery("#jform_protocol").val();
|
||||
var authentication_vvvvwcu = jQuery("#jform_authentication").val();
|
||||
vvvvwcu(protocol_vvvvwcu,authentication_vvvvwcu);
|
||||
var protocol_vvvvwdf = jQuery("#jform_protocol").val();
|
||||
var authentication_vvvvwdf = jQuery("#jform_authentication").val();
|
||||
vvvvwdf(protocol_vvvvwdf,authentication_vvvvwdf);
|
||||
|
||||
});
|
||||
|
||||
// #jform_authentication listeners for authentication_vvvvwcu function
|
||||
// #jform_authentication listeners for authentication_vvvvwdf function
|
||||
jQuery('#jform_authentication').on('keyup',function()
|
||||
{
|
||||
var protocol_vvvvwcu = jQuery("#jform_protocol").val();
|
||||
var authentication_vvvvwcu = jQuery("#jform_authentication").val();
|
||||
vvvvwcu(protocol_vvvvwcu,authentication_vvvvwcu);
|
||||
var protocol_vvvvwdf = jQuery("#jform_protocol").val();
|
||||
var authentication_vvvvwdf = jQuery("#jform_authentication").val();
|
||||
vvvvwdf(protocol_vvvvwdf,authentication_vvvvwdf);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_authentication',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var protocol_vvvvwcu = jQuery("#jform_protocol").val();
|
||||
var authentication_vvvvwcu = jQuery("#jform_authentication").val();
|
||||
vvvvwcu(protocol_vvvvwcu,authentication_vvvvwcu);
|
||||
var protocol_vvvvwdf = jQuery("#jform_protocol").val();
|
||||
var authentication_vvvvwdf = jQuery("#jform_authentication").val();
|
||||
vvvvwdf(protocol_vvvvwdf,authentication_vvvvwdf);
|
||||
|
||||
});
|
||||
|
||||
// #jform_protocol listeners for protocol_vvvvwcw function
|
||||
// #jform_protocol listeners for protocol_vvvvwdh function
|
||||
jQuery('#jform_protocol').on('keyup',function()
|
||||
{
|
||||
var protocol_vvvvwcw = jQuery("#jform_protocol").val();
|
||||
var authentication_vvvvwcw = jQuery("#jform_authentication").val();
|
||||
vvvvwcw(protocol_vvvvwcw,authentication_vvvvwcw);
|
||||
var protocol_vvvvwdh = jQuery("#jform_protocol").val();
|
||||
var authentication_vvvvwdh = jQuery("#jform_authentication").val();
|
||||
vvvvwdh(protocol_vvvvwdh,authentication_vvvvwdh);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_protocol',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var protocol_vvvvwcw = jQuery("#jform_protocol").val();
|
||||
var authentication_vvvvwcw = jQuery("#jform_authentication").val();
|
||||
vvvvwcw(protocol_vvvvwcw,authentication_vvvvwcw);
|
||||
var protocol_vvvvwdh = jQuery("#jform_protocol").val();
|
||||
var authentication_vvvvwdh = jQuery("#jform_authentication").val();
|
||||
vvvvwdh(protocol_vvvvwdh,authentication_vvvvwdh);
|
||||
|
||||
});
|
||||
|
||||
// #jform_authentication listeners for authentication_vvvvwcw function
|
||||
// #jform_authentication listeners for authentication_vvvvwdh function
|
||||
jQuery('#jform_authentication').on('keyup',function()
|
||||
{
|
||||
var protocol_vvvvwcw = jQuery("#jform_protocol").val();
|
||||
var authentication_vvvvwcw = jQuery("#jform_authentication").val();
|
||||
vvvvwcw(protocol_vvvvwcw,authentication_vvvvwcw);
|
||||
var protocol_vvvvwdh = jQuery("#jform_protocol").val();
|
||||
var authentication_vvvvwdh = jQuery("#jform_authentication").val();
|
||||
vvvvwdh(protocol_vvvvwdh,authentication_vvvvwdh);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_authentication',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var protocol_vvvvwcw = jQuery("#jform_protocol").val();
|
||||
var authentication_vvvvwcw = jQuery("#jform_authentication").val();
|
||||
vvvvwcw(protocol_vvvvwcw,authentication_vvvvwcw);
|
||||
var protocol_vvvvwdh = jQuery("#jform_protocol").val();
|
||||
var authentication_vvvvwdh = jQuery("#jform_authentication").val();
|
||||
vvvvwdh(protocol_vvvvwdh,authentication_vvvvwdh);
|
||||
|
||||
});
|
||||
|
||||
// #jform_protocol listeners for protocol_vvvvwcy function
|
||||
// #jform_protocol listeners for protocol_vvvvwdj function
|
||||
jQuery('#jform_protocol').on('keyup',function()
|
||||
{
|
||||
var protocol_vvvvwcy = jQuery("#jform_protocol").val();
|
||||
var authentication_vvvvwcy = jQuery("#jform_authentication").val();
|
||||
vvvvwcy(protocol_vvvvwcy,authentication_vvvvwcy);
|
||||
var protocol_vvvvwdj = jQuery("#jform_protocol").val();
|
||||
var authentication_vvvvwdj = jQuery("#jform_authentication").val();
|
||||
vvvvwdj(protocol_vvvvwdj,authentication_vvvvwdj);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_protocol',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var protocol_vvvvwcy = jQuery("#jform_protocol").val();
|
||||
var authentication_vvvvwcy = jQuery("#jform_authentication").val();
|
||||
vvvvwcy(protocol_vvvvwcy,authentication_vvvvwcy);
|
||||
var protocol_vvvvwdj = jQuery("#jform_protocol").val();
|
||||
var authentication_vvvvwdj = jQuery("#jform_authentication").val();
|
||||
vvvvwdj(protocol_vvvvwdj,authentication_vvvvwdj);
|
||||
|
||||
});
|
||||
|
||||
// #jform_authentication listeners for authentication_vvvvwcy function
|
||||
// #jform_authentication listeners for authentication_vvvvwdj function
|
||||
jQuery('#jform_authentication').on('keyup',function()
|
||||
{
|
||||
var protocol_vvvvwcy = jQuery("#jform_protocol").val();
|
||||
var authentication_vvvvwcy = jQuery("#jform_authentication").val();
|
||||
vvvvwcy(protocol_vvvvwcy,authentication_vvvvwcy);
|
||||
var protocol_vvvvwdj = jQuery("#jform_protocol").val();
|
||||
var authentication_vvvvwdj = jQuery("#jform_authentication").val();
|
||||
vvvvwdj(protocol_vvvvwdj,authentication_vvvvwdj);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_authentication',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var protocol_vvvvwcy = jQuery("#jform_protocol").val();
|
||||
var authentication_vvvvwcy = jQuery("#jform_authentication").val();
|
||||
vvvvwcy(protocol_vvvvwcy,authentication_vvvvwcy);
|
||||
var protocol_vvvvwdj = jQuery("#jform_protocol").val();
|
||||
var authentication_vvvvwdj = jQuery("#jform_authentication").val();
|
||||
vvvvwdj(protocol_vvvvwdj,authentication_vvvvwdj);
|
||||
|
||||
});
|
||||
|
||||
// #jform_protocol listeners for protocol_vvvvwda function
|
||||
// #jform_protocol listeners for protocol_vvvvwdl function
|
||||
jQuery('#jform_protocol').on('keyup',function()
|
||||
{
|
||||
var protocol_vvvvwda = jQuery("#jform_protocol").val();
|
||||
var authentication_vvvvwda = jQuery("#jform_authentication").val();
|
||||
vvvvwda(protocol_vvvvwda,authentication_vvvvwda);
|
||||
var protocol_vvvvwdl = jQuery("#jform_protocol").val();
|
||||
var authentication_vvvvwdl = jQuery("#jform_authentication").val();
|
||||
vvvvwdl(protocol_vvvvwdl,authentication_vvvvwdl);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_protocol',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var protocol_vvvvwda = jQuery("#jform_protocol").val();
|
||||
var authentication_vvvvwda = jQuery("#jform_authentication").val();
|
||||
vvvvwda(protocol_vvvvwda,authentication_vvvvwda);
|
||||
var protocol_vvvvwdl = jQuery("#jform_protocol").val();
|
||||
var authentication_vvvvwdl = jQuery("#jform_authentication").val();
|
||||
vvvvwdl(protocol_vvvvwdl,authentication_vvvvwdl);
|
||||
|
||||
});
|
||||
|
||||
// #jform_authentication listeners for authentication_vvvvwda function
|
||||
// #jform_authentication listeners for authentication_vvvvwdl function
|
||||
jQuery('#jform_authentication').on('keyup',function()
|
||||
{
|
||||
var protocol_vvvvwda = jQuery("#jform_protocol").val();
|
||||
var authentication_vvvvwda = jQuery("#jform_authentication").val();
|
||||
vvvvwda(protocol_vvvvwda,authentication_vvvvwda);
|
||||
var protocol_vvvvwdl = jQuery("#jform_protocol").val();
|
||||
var authentication_vvvvwdl = jQuery("#jform_authentication").val();
|
||||
vvvvwdl(protocol_vvvvwdl,authentication_vvvvwdl);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_authentication',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var protocol_vvvvwda = jQuery("#jform_protocol").val();
|
||||
var authentication_vvvvwda = jQuery("#jform_authentication").val();
|
||||
vvvvwda(protocol_vvvvwda,authentication_vvvvwda);
|
||||
var protocol_vvvvwdl = jQuery("#jform_protocol").val();
|
||||
var authentication_vvvvwdl = jQuery("#jform_authentication").val();
|
||||
vvvvwdl(protocol_vvvvwdl,authentication_vvvvwdl);
|
||||
|
||||
});
|
||||
|
||||
|
@ -57,7 +57,7 @@ class ComponentbuilderViewServer extends JViewLegacy
|
||||
}
|
||||
|
||||
// Get Linked view data
|
||||
$this->vyilinked_components = $this->get('Vyilinked_components');
|
||||
$this->vyslinked_components = $this->get('Vyslinked_components');
|
||||
|
||||
// Set the toolbar
|
||||
$this->addToolBar();
|
||||
|
Reference in New Issue
Block a user