Release of v3.2.1-alpha3

Fix plugin code display when methods and properties are missing.
This commit is contained in:
2024-04-09 13:44:08 +02:00
parent 4c7b4f11a4
commit a66e099a73
43 changed files with 3639 additions and 3695 deletions

View File

@ -114,6 +114,21 @@ $componentParams = $this->params; // will be removed just use $this->params inst
<script type="text/javascript">
// #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);
});
// #jform_target listeners for target_vvvvwcc function
jQuery('#jform_target').on('keyup',function()
{
@ -133,82 +148,67 @@ jQuery('#adminForm').on('change', '#jform_target',function (e)
jQuery('#jform_target').on('keyup',function()
{
var target_vvvvwcd = jQuery("#jform_target input[type='radio']:checked").val();
vvvvwcd(target_vvvvwcd);
var type_vvvvwcd = jQuery("#jform_type input[type='radio']:checked").val();
vvvvwcd(target_vvvvwcd,type_vvvvwcd);
});
jQuery('#adminForm').on('change', '#jform_target',function (e)
{
e.preventDefault();
var target_vvvvwcd = jQuery("#jform_target input[type='radio']:checked").val();
vvvvwcd(target_vvvvwcd);
var type_vvvvwcd = jQuery("#jform_type input[type='radio']:checked").val();
vvvvwcd(target_vvvvwcd,type_vvvvwcd);
});
// #jform_target listeners for target_vvvvwce function
jQuery('#jform_target').on('keyup',function()
// #jform_type listeners for type_vvvvwcd function
jQuery('#jform_type').on('keyup',function()
{
var target_vvvvwce = jQuery("#jform_target input[type='radio']:checked").val();
var type_vvvvwce = jQuery("#jform_type input[type='radio']:checked").val();
vvvvwce(target_vvvvwce,type_vvvvwce);
var target_vvvvwcd = jQuery("#jform_target input[type='radio']:checked").val();
var type_vvvvwcd = jQuery("#jform_type input[type='radio']:checked").val();
vvvvwcd(target_vvvvwcd,type_vvvvwcd);
});
jQuery('#adminForm').on('change', '#jform_target',function (e)
jQuery('#adminForm').on('change', '#jform_type',function (e)
{
e.preventDefault();
var target_vvvvwce = jQuery("#jform_target input[type='radio']:checked").val();
var type_vvvvwce = jQuery("#jform_type input[type='radio']:checked").val();
vvvvwce(target_vvvvwce,type_vvvvwce);
var target_vvvvwcd = jQuery("#jform_target input[type='radio']:checked").val();
var type_vvvvwcd = jQuery("#jform_type input[type='radio']:checked").val();
vvvvwcd(target_vvvvwcd,type_vvvvwcd);
});
// #jform_type listeners for type_vvvvwce function
jQuery('#jform_type').on('keyup',function()
{
var target_vvvvwce = jQuery("#jform_target input[type='radio']:checked").val();
var type_vvvvwce = jQuery("#jform_type input[type='radio']:checked").val();
vvvvwce(target_vvvvwce,type_vvvvwce);
var target_vvvvwce = jQuery("#jform_target input[type='radio']:checked").val();
vvvvwce(type_vvvvwce,target_vvvvwce);
});
jQuery('#adminForm').on('change', '#jform_type',function (e)
{
e.preventDefault();
var target_vvvvwce = jQuery("#jform_target input[type='radio']:checked").val();
var type_vvvvwce = jQuery("#jform_type input[type='radio']:checked").val();
vvvvwce(target_vvvvwce,type_vvvvwce);
var target_vvvvwce = jQuery("#jform_target input[type='radio']:checked").val();
vvvvwce(type_vvvvwce,target_vvvvwce);
});
// #jform_type listeners for type_vvvvwcf function
jQuery('#jform_type').on('keyup',function()
{
var type_vvvvwcf = jQuery("#jform_type input[type='radio']:checked").val();
var target_vvvvwcf = jQuery("#jform_target input[type='radio']:checked").val();
vvvvwcf(type_vvvvwcf,target_vvvvwcf);
});
jQuery('#adminForm').on('change', '#jform_type',function (e)
{
e.preventDefault();
var type_vvvvwcf = jQuery("#jform_type input[type='radio']:checked").val();
var target_vvvvwcf = jQuery("#jform_target input[type='radio']:checked").val();
vvvvwcf(type_vvvvwcf,target_vvvvwcf);
});
// #jform_target listeners for target_vvvvwcf function
// #jform_target listeners for target_vvvvwce function
jQuery('#jform_target').on('keyup',function()
{
var type_vvvvwcf = jQuery("#jform_type input[type='radio']:checked").val();
var target_vvvvwcf = jQuery("#jform_target input[type='radio']:checked").val();
vvvvwcf(type_vvvvwcf,target_vvvvwcf);
var type_vvvvwce = jQuery("#jform_type input[type='radio']:checked").val();
var target_vvvvwce = jQuery("#jform_target input[type='radio']:checked").val();
vvvvwce(type_vvvvwce,target_vvvvwce);
});
jQuery('#adminForm').on('change', '#jform_target',function (e)
{
e.preventDefault();
var type_vvvvwcf = jQuery("#jform_type input[type='radio']:checked").val();
var target_vvvvwcf = jQuery("#jform_target input[type='radio']:checked").val();
vvvvwcf(type_vvvvwcf,target_vvvvwcf);
var type_vvvvwce = jQuery("#jform_type input[type='radio']:checked").val();
var target_vvvvwce = jQuery("#jform_target input[type='radio']:checked").val();
vvvvwce(type_vvvvwce,target_vvvvwce);
});