2016-01-30 20:28:43 +00:00
|
|
|
/*--------------------------------------------------------------------------------------------------------| www.vdm.io |------/
|
|
|
|
__ __ _ _____ _ _ __ __ _ _ _
|
|
|
|
\ \ / / | | | __ \ | | | | | \/ | | | | | | |
|
|
|
|
\ \ / /_ _ ___| |_ | | | | _____ _____| | ___ _ __ _ __ ___ ___ _ __ | |_ | \ / | ___| |_| |__ ___ __| |
|
|
|
|
\ \/ / _` / __| __| | | | |/ _ \ \ / / _ \ |/ _ \| '_ \| '_ ` _ \ / _ \ '_ \| __| | |\/| |/ _ \ __| '_ \ / _ \ / _` |
|
|
|
|
\ / (_| \__ \ |_ | |__| | __/\ V / __/ | (_) | |_) | | | | | | __/ | | | |_ | | | | __/ |_| | | | (_) | (_| |
|
|
|
|
\/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_|
|
|
|
|
| |
|
|
|
|
|_|
|
|
|
|
/-------------------------------------------------------------------------------------------------------------------------------/
|
|
|
|
|
2016-01-31 17:29:08 +00:00
|
|
|
@version 2.0.9
|
2016-02-15 08:37:21 +00:00
|
|
|
@build 15th February, 2016
|
2016-01-30 20:28:43 +00:00
|
|
|
@created 30th April, 2015
|
|
|
|
@package Component Builder
|
|
|
|
@subpackage site_view.js
|
|
|
|
@author Llewellyn van der Merwe <https://www.vdm.io/joomla-component-builder>
|
|
|
|
@my wife Roline van der Merwe <http://www.vdm.io/>
|
|
|
|
@copyright Copyright (C) 2015. All Rights Reserved
|
|
|
|
@license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html
|
|
|
|
|
|
|
|
Builds Complex Joomla Components
|
|
|
|
|
|
|
|
/-----------------------------------------------------------------------------------------------------------------------------*/
|
|
|
|
|
|
|
|
// Some Global Values
|
2016-02-15 08:37:21 +00:00
|
|
|
jform_uyuPjlCQXp_required = false;
|
|
|
|
jform_BypcZLCNze_required = false;
|
|
|
|
jform_YitqFjuJYY_required = false;
|
|
|
|
jform_hnxzfNROGO_required = false;
|
|
|
|
jform_ZkswksaGcG_required = false;
|
|
|
|
jform_KbKimsyNcp_required = false;
|
|
|
|
jform_MjLoIOYEFx_required = false;
|
|
|
|
jform_myHAUWTVJX_required = false;
|
|
|
|
jform_vxYkzlxYZz_required = false;
|
|
|
|
jform_vxYkzlxoLI_required = false;
|
2016-01-30 20:28:43 +00:00
|
|
|
|
|
|
|
// Initial Script
|
|
|
|
jQuery(document).ready(function()
|
|
|
|
{
|
2016-02-15 08:37:21 +00:00
|
|
|
var add_php_view_uyuPjlC = jQuery("#jform_add_php_view input[type='radio']:checked").val();
|
|
|
|
uyuPjlC(add_php_view_uyuPjlC);
|
2016-01-30 20:28:43 +00:00
|
|
|
|
2016-02-15 08:37:21 +00:00
|
|
|
var add_php_jview_display_BypcZLC = jQuery("#jform_add_php_jview_display input[type='radio']:checked").val();
|
|
|
|
BypcZLC(add_php_jview_display_BypcZLC);
|
2016-01-30 20:28:43 +00:00
|
|
|
|
2016-02-15 08:37:21 +00:00
|
|
|
var add_php_jview_YitqFju = jQuery("#jform_add_php_jview input[type='radio']:checked").val();
|
|
|
|
YitqFju(add_php_jview_YitqFju);
|
2016-01-30 20:28:43 +00:00
|
|
|
|
2016-02-15 08:37:21 +00:00
|
|
|
var add_php_document_hnxzfNR = jQuery("#jform_add_php_document input[type='radio']:checked").val();
|
|
|
|
hnxzfNR(add_php_document_hnxzfNR);
|
2016-01-30 20:28:43 +00:00
|
|
|
|
2016-02-15 08:37:21 +00:00
|
|
|
var add_css_document_Zkswksa = jQuery("#jform_add_css_document input[type='radio']:checked").val();
|
|
|
|
Zkswksa(add_css_document_Zkswksa);
|
2016-01-30 20:28:43 +00:00
|
|
|
|
2016-02-15 08:37:21 +00:00
|
|
|
var add_js_document_KbKimsy = jQuery("#jform_add_js_document input[type='radio']:checked").val();
|
|
|
|
KbKimsy(add_js_document_KbKimsy);
|
2016-01-30 20:28:43 +00:00
|
|
|
|
2016-02-15 08:37:21 +00:00
|
|
|
var add_css_MjLoIOY = jQuery("#jform_add_css input[type='radio']:checked").val();
|
|
|
|
MjLoIOY(add_css_MjLoIOY);
|
2016-01-30 20:28:43 +00:00
|
|
|
|
2016-02-15 08:37:21 +00:00
|
|
|
var add_php_ajax_myHAUWT = jQuery("#jform_add_php_ajax input[type='radio']:checked").val();
|
|
|
|
myHAUWT(add_php_ajax_myHAUWT);
|
2016-01-30 20:28:43 +00:00
|
|
|
|
2016-02-15 08:37:21 +00:00
|
|
|
var add_custom_button_vxYkzlx = jQuery("#jform_add_custom_button input[type='radio']:checked").val();
|
|
|
|
vxYkzlx(add_custom_button_vxYkzlx);
|
2016-01-30 20:28:43 +00:00
|
|
|
});
|
|
|
|
|
2016-02-15 08:37:21 +00:00
|
|
|
// the uyuPjlC function
|
|
|
|
function uyuPjlC(add_php_view_uyuPjlC)
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
|
|
|
// set the function logic
|
2016-02-15 08:37:21 +00:00
|
|
|
if (add_php_view_uyuPjlC == 1)
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
|
|
|
jQuery('#jform_php_view').closest('.control-group').show();
|
2016-02-15 08:37:21 +00:00
|
|
|
if (jform_uyuPjlCQXp_required)
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('php_view',0);
|
|
|
|
jQuery('#jform_php_view').prop('required','required');
|
|
|
|
jQuery('#jform_php_view').attr('aria-required',true);
|
|
|
|
jQuery('#jform_php_view').addClass('required');
|
2016-02-15 08:37:21 +00:00
|
|
|
jform_uyuPjlCQXp_required = false;
|
2016-01-30 20:28:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
jQuery('#jform_php_view').closest('.control-group').hide();
|
2016-02-15 08:37:21 +00:00
|
|
|
if (!jform_uyuPjlCQXp_required)
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('php_view',1);
|
|
|
|
jQuery('#jform_php_view').removeAttr('required');
|
|
|
|
jQuery('#jform_php_view').removeAttr('aria-required');
|
|
|
|
jQuery('#jform_php_view').removeClass('required');
|
2016-02-15 08:37:21 +00:00
|
|
|
jform_uyuPjlCQXp_required = true;
|
2016-01-30 20:28:43 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-02-15 08:37:21 +00:00
|
|
|
// the BypcZLC function
|
|
|
|
function BypcZLC(add_php_jview_display_BypcZLC)
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
|
|
|
// set the function logic
|
2016-02-15 08:37:21 +00:00
|
|
|
if (add_php_jview_display_BypcZLC == 1)
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
|
|
|
jQuery('#jform_php_jview_display').closest('.control-group').show();
|
2016-02-15 08:37:21 +00:00
|
|
|
if (jform_BypcZLCNze_required)
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('php_jview_display',0);
|
|
|
|
jQuery('#jform_php_jview_display').prop('required','required');
|
|
|
|
jQuery('#jform_php_jview_display').attr('aria-required',true);
|
|
|
|
jQuery('#jform_php_jview_display').addClass('required');
|
2016-02-15 08:37:21 +00:00
|
|
|
jform_BypcZLCNze_required = false;
|
2016-01-30 20:28:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
jQuery('#jform_php_jview_display').closest('.control-group').hide();
|
2016-02-15 08:37:21 +00:00
|
|
|
if (!jform_BypcZLCNze_required)
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('php_jview_display',1);
|
|
|
|
jQuery('#jform_php_jview_display').removeAttr('required');
|
|
|
|
jQuery('#jform_php_jview_display').removeAttr('aria-required');
|
|
|
|
jQuery('#jform_php_jview_display').removeClass('required');
|
2016-02-15 08:37:21 +00:00
|
|
|
jform_BypcZLCNze_required = true;
|
2016-01-30 20:28:43 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-02-15 08:37:21 +00:00
|
|
|
// the YitqFju function
|
|
|
|
function YitqFju(add_php_jview_YitqFju)
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
|
|
|
// set the function logic
|
2016-02-15 08:37:21 +00:00
|
|
|
if (add_php_jview_YitqFju == 1)
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
|
|
|
jQuery('#jform_php_jview').closest('.control-group').show();
|
2016-02-15 08:37:21 +00:00
|
|
|
if (jform_YitqFjuJYY_required)
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('php_jview',0);
|
|
|
|
jQuery('#jform_php_jview').prop('required','required');
|
|
|
|
jQuery('#jform_php_jview').attr('aria-required',true);
|
|
|
|
jQuery('#jform_php_jview').addClass('required');
|
2016-02-15 08:37:21 +00:00
|
|
|
jform_YitqFjuJYY_required = false;
|
2016-01-30 20:28:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
jQuery('#jform_php_jview').closest('.control-group').hide();
|
2016-02-15 08:37:21 +00:00
|
|
|
if (!jform_YitqFjuJYY_required)
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('php_jview',1);
|
|
|
|
jQuery('#jform_php_jview').removeAttr('required');
|
|
|
|
jQuery('#jform_php_jview').removeAttr('aria-required');
|
|
|
|
jQuery('#jform_php_jview').removeClass('required');
|
2016-02-15 08:37:21 +00:00
|
|
|
jform_YitqFjuJYY_required = true;
|
2016-01-30 20:28:43 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-02-15 08:37:21 +00:00
|
|
|
// the hnxzfNR function
|
|
|
|
function hnxzfNR(add_php_document_hnxzfNR)
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
|
|
|
// set the function logic
|
2016-02-15 08:37:21 +00:00
|
|
|
if (add_php_document_hnxzfNR == 1)
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
|
|
|
jQuery('#jform_php_document').closest('.control-group').show();
|
2016-02-15 08:37:21 +00:00
|
|
|
if (jform_hnxzfNROGO_required)
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('php_document',0);
|
|
|
|
jQuery('#jform_php_document').prop('required','required');
|
|
|
|
jQuery('#jform_php_document').attr('aria-required',true);
|
|
|
|
jQuery('#jform_php_document').addClass('required');
|
2016-02-15 08:37:21 +00:00
|
|
|
jform_hnxzfNROGO_required = false;
|
2016-01-30 20:28:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
jQuery('#jform_php_document').closest('.control-group').hide();
|
2016-02-15 08:37:21 +00:00
|
|
|
if (!jform_hnxzfNROGO_required)
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('php_document',1);
|
|
|
|
jQuery('#jform_php_document').removeAttr('required');
|
|
|
|
jQuery('#jform_php_document').removeAttr('aria-required');
|
|
|
|
jQuery('#jform_php_document').removeClass('required');
|
2016-02-15 08:37:21 +00:00
|
|
|
jform_hnxzfNROGO_required = true;
|
2016-01-30 20:28:43 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-02-15 08:37:21 +00:00
|
|
|
// the Zkswksa function
|
|
|
|
function Zkswksa(add_css_document_Zkswksa)
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
|
|
|
// set the function logic
|
2016-02-15 08:37:21 +00:00
|
|
|
if (add_css_document_Zkswksa == 1)
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
|
|
|
jQuery('#jform_css_document').closest('.control-group').show();
|
2016-02-15 08:37:21 +00:00
|
|
|
if (jform_ZkswksaGcG_required)
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('css_document',0);
|
|
|
|
jQuery('#jform_css_document').prop('required','required');
|
|
|
|
jQuery('#jform_css_document').attr('aria-required',true);
|
|
|
|
jQuery('#jform_css_document').addClass('required');
|
2016-02-15 08:37:21 +00:00
|
|
|
jform_ZkswksaGcG_required = false;
|
2016-01-30 20:28:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
jQuery('#jform_css_document').closest('.control-group').hide();
|
2016-02-15 08:37:21 +00:00
|
|
|
if (!jform_ZkswksaGcG_required)
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('css_document',1);
|
|
|
|
jQuery('#jform_css_document').removeAttr('required');
|
|
|
|
jQuery('#jform_css_document').removeAttr('aria-required');
|
|
|
|
jQuery('#jform_css_document').removeClass('required');
|
2016-02-15 08:37:21 +00:00
|
|
|
jform_ZkswksaGcG_required = true;
|
2016-01-30 20:28:43 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-02-15 08:37:21 +00:00
|
|
|
// the KbKimsy function
|
|
|
|
function KbKimsy(add_js_document_KbKimsy)
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
|
|
|
// set the function logic
|
2016-02-15 08:37:21 +00:00
|
|
|
if (add_js_document_KbKimsy == 1)
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
|
|
|
jQuery('#jform_js_document').closest('.control-group').show();
|
2016-02-15 08:37:21 +00:00
|
|
|
if (jform_KbKimsyNcp_required)
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('js_document',0);
|
|
|
|
jQuery('#jform_js_document').prop('required','required');
|
|
|
|
jQuery('#jform_js_document').attr('aria-required',true);
|
|
|
|
jQuery('#jform_js_document').addClass('required');
|
2016-02-15 08:37:21 +00:00
|
|
|
jform_KbKimsyNcp_required = false;
|
2016-01-30 20:28:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
jQuery('#jform_js_document').closest('.control-group').hide();
|
2016-02-15 08:37:21 +00:00
|
|
|
if (!jform_KbKimsyNcp_required)
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('js_document',1);
|
|
|
|
jQuery('#jform_js_document').removeAttr('required');
|
|
|
|
jQuery('#jform_js_document').removeAttr('aria-required');
|
|
|
|
jQuery('#jform_js_document').removeClass('required');
|
2016-02-15 08:37:21 +00:00
|
|
|
jform_KbKimsyNcp_required = true;
|
2016-01-30 20:28:43 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-02-15 08:37:21 +00:00
|
|
|
// the MjLoIOY function
|
|
|
|
function MjLoIOY(add_css_MjLoIOY)
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
|
|
|
// set the function logic
|
2016-02-15 08:37:21 +00:00
|
|
|
if (add_css_MjLoIOY == 1)
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
|
|
|
jQuery('#jform_css').closest('.control-group').show();
|
2016-02-15 08:37:21 +00:00
|
|
|
if (jform_MjLoIOYEFx_required)
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('css',0);
|
|
|
|
jQuery('#jform_css').prop('required','required');
|
|
|
|
jQuery('#jform_css').attr('aria-required',true);
|
|
|
|
jQuery('#jform_css').addClass('required');
|
2016-02-15 08:37:21 +00:00
|
|
|
jform_MjLoIOYEFx_required = false;
|
2016-01-30 20:28:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
jQuery('#jform_css').closest('.control-group').hide();
|
2016-02-15 08:37:21 +00:00
|
|
|
if (!jform_MjLoIOYEFx_required)
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('css',1);
|
|
|
|
jQuery('#jform_css').removeAttr('required');
|
|
|
|
jQuery('#jform_css').removeAttr('aria-required');
|
|
|
|
jQuery('#jform_css').removeClass('required');
|
2016-02-15 08:37:21 +00:00
|
|
|
jform_MjLoIOYEFx_required = true;
|
2016-01-30 20:28:43 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-02-15 08:37:21 +00:00
|
|
|
// the myHAUWT function
|
|
|
|
function myHAUWT(add_php_ajax_myHAUWT)
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
|
|
|
// set the function logic
|
2016-02-15 08:37:21 +00:00
|
|
|
if (add_php_ajax_myHAUWT == 1)
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
|
|
|
jQuery('#jform_ajax_input').closest('.control-group').show();
|
|
|
|
jQuery('#jform_php_ajaxmethod').closest('.control-group').show();
|
2016-02-15 08:37:21 +00:00
|
|
|
if (jform_myHAUWTVJX_required)
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('php_ajaxmethod',0);
|
|
|
|
jQuery('#jform_php_ajaxmethod').prop('required','required');
|
|
|
|
jQuery('#jform_php_ajaxmethod').attr('aria-required',true);
|
|
|
|
jQuery('#jform_php_ajaxmethod').addClass('required');
|
2016-02-15 08:37:21 +00:00
|
|
|
jform_myHAUWTVJX_required = false;
|
2016-01-30 20:28:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
jQuery('#jform_ajax_input').closest('.control-group').hide();
|
|
|
|
jQuery('#jform_php_ajaxmethod').closest('.control-group').hide();
|
2016-02-15 08:37:21 +00:00
|
|
|
if (!jform_myHAUWTVJX_required)
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('php_ajaxmethod',1);
|
|
|
|
jQuery('#jform_php_ajaxmethod').removeAttr('required');
|
|
|
|
jQuery('#jform_php_ajaxmethod').removeAttr('aria-required');
|
|
|
|
jQuery('#jform_php_ajaxmethod').removeClass('required');
|
2016-02-15 08:37:21 +00:00
|
|
|
jform_myHAUWTVJX_required = true;
|
2016-01-30 20:28:43 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-02-15 08:37:21 +00:00
|
|
|
// the vxYkzlx function
|
|
|
|
function vxYkzlx(add_custom_button_vxYkzlx)
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
|
|
|
// set the function logic
|
2016-02-15 08:37:21 +00:00
|
|
|
if (add_custom_button_vxYkzlx == 1)
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
|
|
|
jQuery('#jform_custom_button').closest('.control-group').show();
|
|
|
|
jQuery('#jform_php_controller').closest('.control-group').show();
|
2016-02-15 08:37:21 +00:00
|
|
|
if (jform_vxYkzlxYZz_required)
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('php_controller',0);
|
|
|
|
jQuery('#jform_php_controller').prop('required','required');
|
|
|
|
jQuery('#jform_php_controller').attr('aria-required',true);
|
|
|
|
jQuery('#jform_php_controller').addClass('required');
|
2016-02-15 08:37:21 +00:00
|
|
|
jform_vxYkzlxYZz_required = false;
|
2016-01-30 20:28:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
jQuery('#jform_php_model').closest('.control-group').show();
|
2016-02-15 08:37:21 +00:00
|
|
|
if (jform_vxYkzlxoLI_required)
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('php_model',0);
|
|
|
|
jQuery('#jform_php_model').prop('required','required');
|
|
|
|
jQuery('#jform_php_model').attr('aria-required',true);
|
|
|
|
jQuery('#jform_php_model').addClass('required');
|
2016-02-15 08:37:21 +00:00
|
|
|
jform_vxYkzlxoLI_required = false;
|
2016-01-30 20:28:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
jQuery('#jform_custom_button').closest('.control-group').hide();
|
|
|
|
jQuery('#jform_php_controller').closest('.control-group').hide();
|
2016-02-15 08:37:21 +00:00
|
|
|
if (!jform_vxYkzlxYZz_required)
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('php_controller',1);
|
|
|
|
jQuery('#jform_php_controller').removeAttr('required');
|
|
|
|
jQuery('#jform_php_controller').removeAttr('aria-required');
|
|
|
|
jQuery('#jform_php_controller').removeClass('required');
|
2016-02-15 08:37:21 +00:00
|
|
|
jform_vxYkzlxYZz_required = true;
|
2016-01-30 20:28:43 +00:00
|
|
|
}
|
|
|
|
jQuery('#jform_php_model').closest('.control-group').hide();
|
2016-02-15 08:37:21 +00:00
|
|
|
if (!jform_vxYkzlxoLI_required)
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('php_model',1);
|
|
|
|
jQuery('#jform_php_model').removeAttr('required');
|
|
|
|
jQuery('#jform_php_model').removeAttr('aria-required');
|
|
|
|
jQuery('#jform_php_model').removeClass('required');
|
2016-02-15 08:37:21 +00:00
|
|
|
jform_vxYkzlxoLI_required = true;
|
2016-01-30 20:28:43 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// update required fields
|
|
|
|
function updateFieldRequired(name,status)
|
|
|
|
{
|
|
|
|
var not_required = jQuery('#jform_not_required').val();
|
|
|
|
|
|
|
|
if(status == 1)
|
|
|
|
{
|
|
|
|
if (isSet(not_required) && not_required != 0)
|
|
|
|
{
|
|
|
|
not_required = not_required+','+name;
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
not_required = ','+name;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
if (isSet(not_required) && not_required != 0)
|
|
|
|
{
|
|
|
|
not_required = not_required.replace(','+name,'');
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
jQuery('#jform_not_required').val(not_required);
|
|
|
|
}
|
|
|
|
|
|
|
|
// the isSet function
|
|
|
|
function isSet(val)
|
|
|
|
{
|
|
|
|
if ((val != undefined) && (val != null) && 0 !== val.length){
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
|
|
|
function getSnippetDetails_server(snippetId){
|
|
|
|
var getUrl = "index.php?option=com_componentbuilder&task=ajax.snippetDetails&format=json";
|
|
|
|
if(token.length > 0 && snippetId > 0){
|
|
|
|
var request = 'token='+token+'&id='+snippetId;
|
|
|
|
}
|
|
|
|
return jQuery.ajax({
|
|
|
|
type: 'GET',
|
|
|
|
url: getUrl,
|
|
|
|
dataType: 'jsonp',
|
|
|
|
data: request,
|
|
|
|
jsonp: 'callback'
|
|
|
|
});
|
|
|
|
}
|
|
|
|
|
|
|
|
function getSnippetDetails(id){
|
|
|
|
getSnippetDetails_server(id).done(function(result) {
|
|
|
|
if(result.snippet){
|
|
|
|
var description = '';
|
|
|
|
if (result.description.length > 0)
|
|
|
|
{
|
|
|
|
description = '<p>'+result.description+'</p>';
|
|
|
|
}
|
|
|
|
var code = '<div id="snippet-code"><b>'+result.name+' ('+result.type+')</b> <a href="'+result.url+'" target="_blank" >see more details</a><br /><em>'+result.heading+'</em><br /><textarea id="snippet" class="span12" rows="11">'+result.snippet+'</textarea></div>';
|
|
|
|
jQuery('#snippet-code').remove();
|
|
|
|
jQuery('.snippet-code').append(code);
|
|
|
|
// make sure the code block is active
|
|
|
|
jQuery("#snippet").focus(function() {
|
|
|
|
var jQuerythis = jQuery(this);
|
|
|
|
jQuerythis.select();
|
|
|
|
|
|
|
|
// Work around Chrome's little problem
|
|
|
|
jQuerythis.mouseup(function() {
|
|
|
|
// Prevent further mouseup intervention
|
|
|
|
jQuerythis.unbind("mouseup");
|
|
|
|
return false;
|
|
|
|
});
|
|
|
|
});
|
|
|
|
}
|
|
|
|
if(result.usage){
|
|
|
|
var usage = '<div id="snippet-usage"><p>'+result.usage+'</p></div>';
|
|
|
|
jQuery('#snippet-usage').remove();
|
|
|
|
jQuery('.snippet-usage').append(usage);
|
|
|
|
}
|
|
|
|
})
|
|
|
|
}
|
|
|
|
|
|
|
|
function getDynamicValues_server(dynamicId){
|
|
|
|
var getUrl = "index.php?option=com_componentbuilder&task=ajax.dynamicValues&format=json";
|
|
|
|
if(token.length > 0 && dynamicId > 0){
|
|
|
|
var request = 'token='+token+'&view=template&id='+dynamicId;
|
|
|
|
}
|
|
|
|
return jQuery.ajax({
|
|
|
|
type: 'GET',
|
|
|
|
url: getUrl,
|
|
|
|
dataType: 'jsonp',
|
|
|
|
data: request,
|
|
|
|
jsonp: 'callback'
|
|
|
|
});
|
|
|
|
}
|
|
|
|
|
|
|
|
function getDynamicValues(id){
|
|
|
|
getDynamicValues_server(id).done(function(result) {
|
|
|
|
if(result){
|
|
|
|
jQuery('#dynamic_values').remove();
|
|
|
|
jQuery('.dynamic_values').append('<div id="dynamic_values">'+result+'</div>');
|
|
|
|
// make sure the code bocks are active
|
|
|
|
jQuery("code").click(function() {
|
|
|
|
jQuery(this).selText().addClass("selected");
|
|
|
|
});
|
|
|
|
}
|
|
|
|
})
|
|
|
|
}
|
|
|
|
|
|
|
|
function getLayoutDetails_server(id){
|
|
|
|
var getUrl = "index.php?option=com_componentbuilder&task=ajax.layoutDetails&format=json";
|
|
|
|
if(token.length > 0 && id > 0){
|
|
|
|
var request = 'token='+token+'&id='+id;
|
|
|
|
}
|
|
|
|
return jQuery.ajax({
|
|
|
|
type: 'GET',
|
|
|
|
url: getUrl,
|
|
|
|
dataType: 'jsonp',
|
|
|
|
data: request,
|
|
|
|
jsonp: 'callback'
|
|
|
|
});
|
|
|
|
}
|
|
|
|
|
|
|
|
function getLayoutDetails(id){
|
|
|
|
getLayoutDetails_server(id).done(function(result) {
|
|
|
|
if(result){
|
|
|
|
jQuery('#details').append(result);
|
|
|
|
// make sure the code bocks are active
|
|
|
|
jQuery("code").click(function() {
|
|
|
|
jQuery(this).selText().addClass("selected");
|
|
|
|
});
|
|
|
|
}
|
|
|
|
})
|
|
|
|
}
|
|
|
|
|
|
|
|
function getTemplateDetails_server(id){
|
|
|
|
var getUrl = "index.php?option=com_componentbuilder&task=ajax.templateDetails&format=json";
|
|
|
|
if(token.length > 0 && id > 0){
|
|
|
|
var request = 'token='+token+'&id='+id;
|
|
|
|
}
|
|
|
|
return jQuery.ajax({
|
|
|
|
type: 'GET',
|
|
|
|
url: getUrl,
|
|
|
|
dataType: 'jsonp',
|
|
|
|
data: request,
|
|
|
|
jsonp: 'callback'
|
|
|
|
});
|
|
|
|
}
|
|
|
|
|
|
|
|
function getTemplateDetails(id){
|
|
|
|
getTemplateDetails_server(id).done(function(result) {
|
|
|
|
if(result){
|
|
|
|
jQuery('#details').append(result);
|
|
|
|
// make sure the code bocks are active
|
|
|
|
jQuery("code").click(function() {
|
|
|
|
jQuery(this).selText().addClass("selected");
|
|
|
|
});
|
|
|
|
}
|
|
|
|
})
|
|
|
|
}
|
|
|
|
|
|
|
|
function getDynamicFormDetails_server(id){
|
|
|
|
var getUrl = "index.php?option=com_componentbuilder&task=ajax.dynamicFormDetails&format=json";
|
|
|
|
if(token.length > 0 && id > 0){
|
|
|
|
var request = 'token='+token+'&id='+id;
|
|
|
|
}
|
|
|
|
return jQuery.ajax({
|
|
|
|
type: 'GET',
|
|
|
|
url: getUrl,
|
|
|
|
dataType: 'jsonp',
|
|
|
|
data: request,
|
|
|
|
jsonp: 'callback'
|
|
|
|
});
|
|
|
|
}
|
|
|
|
|
|
|
|
function getDynamicFormDetails(id){
|
|
|
|
getDynamicFormDetails_server(id).done(function(result) {
|
|
|
|
if(result){
|
|
|
|
jQuery('#details').append(result);
|
|
|
|
// make sure the code bocks are active
|
|
|
|
jQuery("code").click(function() {
|
|
|
|
jQuery(this).selText().addClass("selected");
|
|
|
|
});
|
|
|
|
}
|
|
|
|
})
|
|
|
|
}
|