Improved the compiler, added the option to add the update server file to the zipped package, fixed a few bugs.
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
|_|
|
||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 2.2.0
|
||||
@build 31st October, 2016
|
||||
@version 2.2.2
|
||||
@build 22nd November, 2016
|
||||
@created 30th April, 2015
|
||||
@package Component Builder
|
||||
@subpackage submitbutton.js
|
||||
|
@@ -10,8 +10,8 @@
|
||||
|_|
|
||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 2.2.0
|
||||
@build 31st October, 2016
|
||||
@version 2.2.2
|
||||
@build 22nd November, 2016
|
||||
@created 30th April, 2015
|
||||
@package Component Builder
|
||||
@subpackage edit.php
|
||||
@@ -150,123 +150,123 @@ $componentParams = JComponentHelper::getParams('com_componentbuilder');
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
// #jform_add_php_view listeners for add_php_view_vvvvvxq function
|
||||
// #jform_add_php_view listeners for add_php_view_vvvvvxw function
|
||||
jQuery('#jform_add_php_view').on('keyup',function()
|
||||
{
|
||||
var add_php_view_vvvvvxq = jQuery("#jform_add_php_view input[type='radio']:checked").val();
|
||||
vvvvvxq(add_php_view_vvvvvxq);
|
||||
var add_php_view_vvvvvxw = jQuery("#jform_add_php_view input[type='radio']:checked").val();
|
||||
vvvvvxw(add_php_view_vvvvvxw);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_add_php_view',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var add_php_view_vvvvvxq = jQuery("#jform_add_php_view input[type='radio']:checked").val();
|
||||
vvvvvxq(add_php_view_vvvvvxq);
|
||||
var add_php_view_vvvvvxw = jQuery("#jform_add_php_view input[type='radio']:checked").val();
|
||||
vvvvvxw(add_php_view_vvvvvxw);
|
||||
|
||||
});
|
||||
|
||||
// #jform_add_php_jview_display listeners for add_php_jview_display_vvvvvxr function
|
||||
// #jform_add_php_jview_display listeners for add_php_jview_display_vvvvvxx function
|
||||
jQuery('#jform_add_php_jview_display').on('keyup',function()
|
||||
{
|
||||
var add_php_jview_display_vvvvvxr = jQuery("#jform_add_php_jview_display input[type='radio']:checked").val();
|
||||
vvvvvxr(add_php_jview_display_vvvvvxr);
|
||||
var add_php_jview_display_vvvvvxx = jQuery("#jform_add_php_jview_display input[type='radio']:checked").val();
|
||||
vvvvvxx(add_php_jview_display_vvvvvxx);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_add_php_jview_display',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var add_php_jview_display_vvvvvxr = jQuery("#jform_add_php_jview_display input[type='radio']:checked").val();
|
||||
vvvvvxr(add_php_jview_display_vvvvvxr);
|
||||
var add_php_jview_display_vvvvvxx = jQuery("#jform_add_php_jview_display input[type='radio']:checked").val();
|
||||
vvvvvxx(add_php_jview_display_vvvvvxx);
|
||||
|
||||
});
|
||||
|
||||
// #jform_add_php_jview listeners for add_php_jview_vvvvvxs function
|
||||
// #jform_add_php_jview listeners for add_php_jview_vvvvvxy function
|
||||
jQuery('#jform_add_php_jview').on('keyup',function()
|
||||
{
|
||||
var add_php_jview_vvvvvxs = jQuery("#jform_add_php_jview input[type='radio']:checked").val();
|
||||
vvvvvxs(add_php_jview_vvvvvxs);
|
||||
var add_php_jview_vvvvvxy = jQuery("#jform_add_php_jview input[type='radio']:checked").val();
|
||||
vvvvvxy(add_php_jview_vvvvvxy);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_add_php_jview',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var add_php_jview_vvvvvxs = jQuery("#jform_add_php_jview input[type='radio']:checked").val();
|
||||
vvvvvxs(add_php_jview_vvvvvxs);
|
||||
var add_php_jview_vvvvvxy = jQuery("#jform_add_php_jview input[type='radio']:checked").val();
|
||||
vvvvvxy(add_php_jview_vvvvvxy);
|
||||
|
||||
});
|
||||
|
||||
// #jform_add_php_document listeners for add_php_document_vvvvvxt function
|
||||
// #jform_add_php_document listeners for add_php_document_vvvvvxz function
|
||||
jQuery('#jform_add_php_document').on('keyup',function()
|
||||
{
|
||||
var add_php_document_vvvvvxt = jQuery("#jform_add_php_document input[type='radio']:checked").val();
|
||||
vvvvvxt(add_php_document_vvvvvxt);
|
||||
var add_php_document_vvvvvxz = jQuery("#jform_add_php_document input[type='radio']:checked").val();
|
||||
vvvvvxz(add_php_document_vvvvvxz);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_add_php_document',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var add_php_document_vvvvvxt = jQuery("#jform_add_php_document input[type='radio']:checked").val();
|
||||
vvvvvxt(add_php_document_vvvvvxt);
|
||||
var add_php_document_vvvvvxz = jQuery("#jform_add_php_document input[type='radio']:checked").val();
|
||||
vvvvvxz(add_php_document_vvvvvxz);
|
||||
|
||||
});
|
||||
|
||||
// #jform_add_css_document listeners for add_css_document_vvvvvxu function
|
||||
// #jform_add_css_document listeners for add_css_document_vvvvvya function
|
||||
jQuery('#jform_add_css_document').on('keyup',function()
|
||||
{
|
||||
var add_css_document_vvvvvxu = jQuery("#jform_add_css_document input[type='radio']:checked").val();
|
||||
vvvvvxu(add_css_document_vvvvvxu);
|
||||
var add_css_document_vvvvvya = jQuery("#jform_add_css_document input[type='radio']:checked").val();
|
||||
vvvvvya(add_css_document_vvvvvya);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_add_css_document',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var add_css_document_vvvvvxu = jQuery("#jform_add_css_document input[type='radio']:checked").val();
|
||||
vvvvvxu(add_css_document_vvvvvxu);
|
||||
var add_css_document_vvvvvya = jQuery("#jform_add_css_document input[type='radio']:checked").val();
|
||||
vvvvvya(add_css_document_vvvvvya);
|
||||
|
||||
});
|
||||
|
||||
// #jform_add_js_document listeners for add_js_document_vvvvvxv function
|
||||
// #jform_add_js_document listeners for add_js_document_vvvvvyb function
|
||||
jQuery('#jform_add_js_document').on('keyup',function()
|
||||
{
|
||||
var add_js_document_vvvvvxv = jQuery("#jform_add_js_document input[type='radio']:checked").val();
|
||||
vvvvvxv(add_js_document_vvvvvxv);
|
||||
var add_js_document_vvvvvyb = jQuery("#jform_add_js_document input[type='radio']:checked").val();
|
||||
vvvvvyb(add_js_document_vvvvvyb);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_add_js_document',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var add_js_document_vvvvvxv = jQuery("#jform_add_js_document input[type='radio']:checked").val();
|
||||
vvvvvxv(add_js_document_vvvvvxv);
|
||||
var add_js_document_vvvvvyb = jQuery("#jform_add_js_document input[type='radio']:checked").val();
|
||||
vvvvvyb(add_js_document_vvvvvyb);
|
||||
|
||||
});
|
||||
|
||||
// #jform_add_custom_button listeners for add_custom_button_vvvvvxw function
|
||||
// #jform_add_custom_button listeners for add_custom_button_vvvvvyc function
|
||||
jQuery('#jform_add_custom_button').on('keyup',function()
|
||||
{
|
||||
var add_custom_button_vvvvvxw = jQuery("#jform_add_custom_button input[type='radio']:checked").val();
|
||||
vvvvvxw(add_custom_button_vvvvvxw);
|
||||
var add_custom_button_vvvvvyc = jQuery("#jform_add_custom_button input[type='radio']:checked").val();
|
||||
vvvvvyc(add_custom_button_vvvvvyc);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_add_custom_button',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var add_custom_button_vvvvvxw = jQuery("#jform_add_custom_button input[type='radio']:checked").val();
|
||||
vvvvvxw(add_custom_button_vvvvvxw);
|
||||
var add_custom_button_vvvvvyc = jQuery("#jform_add_custom_button input[type='radio']:checked").val();
|
||||
vvvvvyc(add_custom_button_vvvvvyc);
|
||||
|
||||
});
|
||||
|
||||
// #jform_add_css listeners for add_css_vvvvvxx function
|
||||
// #jform_add_css listeners for add_css_vvvvvyd function
|
||||
jQuery('#jform_add_css').on('keyup',function()
|
||||
{
|
||||
var add_css_vvvvvxx = jQuery("#jform_add_css input[type='radio']:checked").val();
|
||||
vvvvvxx(add_css_vvvvvxx);
|
||||
var add_css_vvvvvyd = jQuery("#jform_add_css input[type='radio']:checked").val();
|
||||
vvvvvyd(add_css_vvvvvyd);
|
||||
|
||||
});
|
||||
jQuery('#adminForm').on('change', '#jform_add_css',function (e)
|
||||
{
|
||||
e.preventDefault();
|
||||
var add_css_vvvvvxx = jQuery("#jform_add_css input[type='radio']:checked").val();
|
||||
vvvvvxx(add_css_vvvvvxx);
|
||||
var add_css_vvvvvyd = jQuery("#jform_add_css input[type='radio']:checked").val();
|
||||
vvvvvyd(add_css_vvvvvyd);
|
||||
|
||||
});
|
||||
|
||||
|
@@ -10,8 +10,8 @@
|
||||
|_|
|
||||
/-------------------------------------------------------------------------------------------------------------------------------/
|
||||
|
||||
@version 2.2.0
|
||||
@build 31st October, 2016
|
||||
@version 2.2.2
|
||||
@build 22nd November, 2016
|
||||
@created 30th April, 2015
|
||||
@package Component Builder
|
||||
@subpackage view.html.php
|
||||
|
Reference in New Issue
Block a user