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 help_document.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_ziCMfZGmmZ_required = false;
|
|
|
|
jform_EnWPFlGsyX_required = false;
|
|
|
|
jform_FRmRFoEGoi_required = false;
|
|
|
|
jform_SJsvpxCUFN_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 location_KgqqAok = jQuery("#jform_location input[type='radio']:checked").val();
|
|
|
|
KgqqAok(location_KgqqAok);
|
2016-01-30 20:28:43 +00:00
|
|
|
|
2016-02-15 08:37:21 +00:00
|
|
|
var location_IcLfUBn = jQuery("#jform_location input[type='radio']:checked").val();
|
|
|
|
IcLfUBn(location_IcLfUBn);
|
2016-01-30 20:28:43 +00:00
|
|
|
|
2016-02-15 08:37:21 +00:00
|
|
|
var type_ziCMfZG = jQuery("#jform_type").val();
|
|
|
|
ziCMfZG(type_ziCMfZG);
|
2016-01-30 20:28:43 +00:00
|
|
|
|
2016-02-15 08:37:21 +00:00
|
|
|
var type_EnWPFlG = jQuery("#jform_type").val();
|
|
|
|
EnWPFlG(type_EnWPFlG);
|
2016-01-30 20:28:43 +00:00
|
|
|
|
2016-02-15 08:37:21 +00:00
|
|
|
var type_FRmRFoE = jQuery("#jform_type").val();
|
|
|
|
FRmRFoE(type_FRmRFoE);
|
2016-01-30 20:28:43 +00:00
|
|
|
|
2016-02-15 08:37:21 +00:00
|
|
|
var target_SJsvpxC = jQuery("#jform_target input[type='radio']:checked").val();
|
|
|
|
SJsvpxC(target_SJsvpxC);
|
2016-01-30 20:28:43 +00:00
|
|
|
});
|
|
|
|
|
2016-02-15 08:37:21 +00:00
|
|
|
// the KgqqAok function
|
|
|
|
function KgqqAok(location_KgqqAok)
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
|
|
|
// set the function logic
|
2016-02-15 08:37:21 +00:00
|
|
|
if (location_KgqqAok == 1)
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
|
|
|
jQuery('#jform_admin_view').closest('.control-group').show();
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
jQuery('#jform_admin_view').closest('.control-group').hide();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-02-15 08:37:21 +00:00
|
|
|
// the IcLfUBn function
|
|
|
|
function IcLfUBn(location_IcLfUBn)
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
|
|
|
// set the function logic
|
2016-02-15 08:37:21 +00:00
|
|
|
if (location_IcLfUBn == 2)
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
|
|
|
jQuery('#jform_site_view').closest('.control-group').show();
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
jQuery('#jform_site_view').closest('.control-group').hide();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-02-15 08:37:21 +00:00
|
|
|
// the ziCMfZG function
|
|
|
|
function ziCMfZG(type_ziCMfZG)
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
2016-02-15 08:37:21 +00:00
|
|
|
if (isSet(type_ziCMfZG) && type_ziCMfZG.constructor !== Array)
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
2016-02-15 08:37:21 +00:00
|
|
|
var temp_ziCMfZG = type_ziCMfZG;
|
|
|
|
var type_ziCMfZG = [];
|
|
|
|
type_ziCMfZG.push(temp_ziCMfZG);
|
2016-01-30 20:28:43 +00:00
|
|
|
}
|
2016-02-15 08:37:21 +00:00
|
|
|
else if (!isSet(type_ziCMfZG))
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
2016-02-15 08:37:21 +00:00
|
|
|
var type_ziCMfZG = [];
|
2016-01-30 20:28:43 +00:00
|
|
|
}
|
2016-02-15 08:37:21 +00:00
|
|
|
var type = type_ziCMfZG.some(type_ziCMfZG_SomeFunc);
|
2016-01-30 20:28:43 +00:00
|
|
|
|
|
|
|
|
|
|
|
// set this function logic
|
|
|
|
if (type)
|
|
|
|
{
|
|
|
|
jQuery('#jform_url').closest('.control-group').show();
|
2016-02-15 08:37:21 +00:00
|
|
|
if (jform_ziCMfZGmmZ_required)
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('url',0);
|
|
|
|
jQuery('#jform_url').prop('required','required');
|
|
|
|
jQuery('#jform_url').attr('aria-required',true);
|
|
|
|
jQuery('#jform_url').addClass('required');
|
2016-02-15 08:37:21 +00:00
|
|
|
jform_ziCMfZGmmZ_required = false;
|
2016-01-30 20:28:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
jQuery('#jform_url').closest('.control-group').hide();
|
2016-02-15 08:37:21 +00:00
|
|
|
if (!jform_ziCMfZGmmZ_required)
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('url',1);
|
|
|
|
jQuery('#jform_url').removeAttr('required');
|
|
|
|
jQuery('#jform_url').removeAttr('aria-required');
|
|
|
|
jQuery('#jform_url').removeClass('required');
|
2016-02-15 08:37:21 +00:00
|
|
|
jform_ziCMfZGmmZ_required = true;
|
2016-01-30 20:28:43 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-02-15 08:37:21 +00:00
|
|
|
// the ziCMfZG Some function
|
|
|
|
function type_ziCMfZG_SomeFunc(type_ziCMfZG)
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
|
|
|
// set the function logic
|
2016-02-15 08:37:21 +00:00
|
|
|
if (type_ziCMfZG == 3)
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
2016-02-15 08:37:21 +00:00
|
|
|
// the EnWPFlG function
|
|
|
|
function EnWPFlG(type_EnWPFlG)
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
2016-02-15 08:37:21 +00:00
|
|
|
if (isSet(type_EnWPFlG) && type_EnWPFlG.constructor !== Array)
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
2016-02-15 08:37:21 +00:00
|
|
|
var temp_EnWPFlG = type_EnWPFlG;
|
|
|
|
var type_EnWPFlG = [];
|
|
|
|
type_EnWPFlG.push(temp_EnWPFlG);
|
2016-01-30 20:28:43 +00:00
|
|
|
}
|
2016-02-15 08:37:21 +00:00
|
|
|
else if (!isSet(type_EnWPFlG))
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
2016-02-15 08:37:21 +00:00
|
|
|
var type_EnWPFlG = [];
|
2016-01-30 20:28:43 +00:00
|
|
|
}
|
2016-02-15 08:37:21 +00:00
|
|
|
var type = type_EnWPFlG.some(type_EnWPFlG_SomeFunc);
|
2016-01-30 20:28:43 +00:00
|
|
|
|
|
|
|
|
|
|
|
// set this function logic
|
|
|
|
if (type)
|
|
|
|
{
|
|
|
|
jQuery('#jform_article').closest('.control-group').show();
|
2016-02-15 08:37:21 +00:00
|
|
|
if (jform_EnWPFlGsyX_required)
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('article',0);
|
|
|
|
jQuery('#jform_article').prop('required','required');
|
|
|
|
jQuery('#jform_article').attr('aria-required',true);
|
|
|
|
jQuery('#jform_article').addClass('required');
|
2016-02-15 08:37:21 +00:00
|
|
|
jform_EnWPFlGsyX_required = false;
|
2016-01-30 20:28:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
jQuery('#jform_article').closest('.control-group').hide();
|
2016-02-15 08:37:21 +00:00
|
|
|
if (!jform_EnWPFlGsyX_required)
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('article',1);
|
|
|
|
jQuery('#jform_article').removeAttr('required');
|
|
|
|
jQuery('#jform_article').removeAttr('aria-required');
|
|
|
|
jQuery('#jform_article').removeClass('required');
|
2016-02-15 08:37:21 +00:00
|
|
|
jform_EnWPFlGsyX_required = true;
|
2016-01-30 20:28:43 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-02-15 08:37:21 +00:00
|
|
|
// the EnWPFlG Some function
|
|
|
|
function type_EnWPFlG_SomeFunc(type_EnWPFlG)
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
|
|
|
// set the function logic
|
2016-02-15 08:37:21 +00:00
|
|
|
if (type_EnWPFlG == 1)
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
2016-02-15 08:37:21 +00:00
|
|
|
// the FRmRFoE function
|
|
|
|
function FRmRFoE(type_FRmRFoE)
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
2016-02-15 08:37:21 +00:00
|
|
|
if (isSet(type_FRmRFoE) && type_FRmRFoE.constructor !== Array)
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
2016-02-15 08:37:21 +00:00
|
|
|
var temp_FRmRFoE = type_FRmRFoE;
|
|
|
|
var type_FRmRFoE = [];
|
|
|
|
type_FRmRFoE.push(temp_FRmRFoE);
|
2016-01-30 20:28:43 +00:00
|
|
|
}
|
2016-02-15 08:37:21 +00:00
|
|
|
else if (!isSet(type_FRmRFoE))
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
2016-02-15 08:37:21 +00:00
|
|
|
var type_FRmRFoE = [];
|
2016-01-30 20:28:43 +00:00
|
|
|
}
|
2016-02-15 08:37:21 +00:00
|
|
|
var type = type_FRmRFoE.some(type_FRmRFoE_SomeFunc);
|
2016-01-30 20:28:43 +00:00
|
|
|
|
|
|
|
|
|
|
|
// set this function logic
|
|
|
|
if (type)
|
|
|
|
{
|
|
|
|
jQuery('#jform_content-lbl').closest('.control-group').show();
|
2016-02-15 08:37:21 +00:00
|
|
|
if (jform_FRmRFoEGoi_required)
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('content',0);
|
|
|
|
jQuery('#jform_content').prop('required','required');
|
|
|
|
jQuery('#jform_content').attr('aria-required',true);
|
|
|
|
jQuery('#jform_content').addClass('required');
|
2016-02-15 08:37:21 +00:00
|
|
|
jform_FRmRFoEGoi_required = false;
|
2016-01-30 20:28:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
jQuery('#jform_content-lbl').closest('.control-group').hide();
|
2016-02-15 08:37:21 +00:00
|
|
|
if (!jform_FRmRFoEGoi_required)
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('content',1);
|
|
|
|
jQuery('#jform_content').removeAttr('required');
|
|
|
|
jQuery('#jform_content').removeAttr('aria-required');
|
|
|
|
jQuery('#jform_content').removeClass('required');
|
2016-02-15 08:37:21 +00:00
|
|
|
jform_FRmRFoEGoi_required = true;
|
2016-01-30 20:28:43 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-02-15 08:37:21 +00:00
|
|
|
// the FRmRFoE Some function
|
|
|
|
function type_FRmRFoE_SomeFunc(type_FRmRFoE)
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
|
|
|
// set the function logic
|
2016-02-15 08:37:21 +00:00
|
|
|
if (type_FRmRFoE == 2)
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
2016-02-15 08:37:21 +00:00
|
|
|
// the SJsvpxC function
|
|
|
|
function SJsvpxC(target_SJsvpxC)
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
|
|
|
// set the function logic
|
2016-02-15 08:37:21 +00:00
|
|
|
if (target_SJsvpxC == 1)
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
|
|
|
jQuery('#jform_groups').closest('.control-group').show();
|
2016-02-15 08:37:21 +00:00
|
|
|
if (jform_SJsvpxCUFN_required)
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('groups',0);
|
|
|
|
jQuery('#jform_groups').prop('required','required');
|
|
|
|
jQuery('#jform_groups').attr('aria-required',true);
|
|
|
|
jQuery('#jform_groups').addClass('required');
|
2016-02-15 08:37:21 +00:00
|
|
|
jform_SJsvpxCUFN_required = false;
|
2016-01-30 20:28:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
jQuery('#jform_groups').closest('.control-group').hide();
|
2016-02-15 08:37:21 +00:00
|
|
|
if (!jform_SJsvpxCUFN_required)
|
2016-01-30 20:28:43 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('groups',1);
|
|
|
|
jQuery('#jform_groups').removeAttr('required');
|
|
|
|
jQuery('#jform_groups').removeAttr('aria-required');
|
|
|
|
jQuery('#jform_groups').removeClass('required');
|
2016-02-15 08:37:21 +00:00
|
|
|
jform_SJsvpxCUFN_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;
|
|
|
|
}
|