Resolved gh-441 to allow fieldtype name prefixing. Resolved gh-443 to allow Alphanumeric+dot in fieldtype name. Fixed gh-446 to insure that JFormRuleInt validates correctly in the admin field realtions. Improved the new plugin area to also have system name and option to add custom header code. gh-436

This commit is contained in:
2019-07-19 04:17:15 +02:00
parent a5ae94b93a
commit affaeb72f8
77 changed files with 4338 additions and 3890 deletions

View File

@ -11,15 +11,15 @@
// Initial Script
jQuery(document).ready(function()
{
var add_php_view_vvvvvzg = jQuery("#jform_add_php_view input[type='radio']:checked").val();
vvvvvzg(add_php_view_vvvvvzg);
var add_php_view_vvvvvzj = jQuery("#jform_add_php_view input[type='radio']:checked").val();
vvvvvzj(add_php_view_vvvvvzj);
});
// the vvvvvzg function
function vvvvvzg(add_php_view_vvvvvzg)
// the vvvvvzj function
function vvvvvzj(add_php_view_vvvvvzj)
{
// set the function logic
if (add_php_view_vvvvvzg == 1)
if (add_php_view_vvvvvzj == 1)
{
jQuery('#jform_php_view-lbl').closest('.control-group').show();
}