Added Joomla Module builder - GUI

This commit is contained in:
2019-12-03 04:17:35 +02:00
parent 850ee4b7e9
commit ffbb733576
161 changed files with 18943 additions and 3699 deletions

View File

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