Updated the compiler to now add GUI placeholders, resolved gh-451 so we now have easy roundtrip development beyond the original custom-code implementation. Added the files, folders, url option, and added the install fields to the new plugin area. gh-436

This commit is contained in:
2019-07-28 23:48:42 +02:00
parent affaeb72f8
commit 4581b310de
93 changed files with 9364 additions and 3232 deletions

View File

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