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

@ -128,18 +128,18 @@ $componentParams = $this->params; // will be removed just use $this->params inst
<script type="text/javascript">
// #jform_add_php_view listeners for add_php_view_vvvvwba function
// #jform_add_php_view listeners for add_php_view_vvvvwaz function
jQuery('#jform_add_php_view').on('keyup',function()
{
var add_php_view_vvvvwba = jQuery("#jform_add_php_view input[type='radio']:checked").val();
vvvvwba(add_php_view_vvvvwba);
var add_php_view_vvvvwaz = jQuery("#jform_add_php_view input[type='radio']:checked").val();
vvvvwaz(add_php_view_vvvvwaz);
});
jQuery('#adminForm').on('change', '#jform_add_php_view',function (e)
{
e.preventDefault();
var add_php_view_vvvvwba = jQuery("#jform_add_php_view input[type='radio']:checked").val();
vvvvwba(add_php_view_vvvvwba);
var add_php_view_vvvvwaz = jQuery("#jform_add_php_view input[type='radio']:checked").val();
vvvvwaz(add_php_view_vvvvwaz);
});