2015-12-23 12:44:56 +00:00
|
|
|
/*--------------------------------------------------------------------------------------------------------| www.vdm.io |------/
|
|
|
|
__ __ _ _____ _ _ __ __ _ _ _
|
|
|
|
\ \ / / | | | __ \ | | | | | \/ | | | | | | |
|
|
|
|
\ \ / /_ _ ___| |_ | | | | _____ _____| | ___ _ __ _ __ ___ ___ _ __ | |_ | \ / | ___| |_| |__ ___ __| |
|
|
|
|
\ \/ / _` / __| __| | | | |/ _ \ \ / / _ \ |/ _ \| '_ \| '_ ` _ \ / _ \ '_ \| __| | |\/| |/ _ \ __| '_ \ / _ \ / _` |
|
|
|
|
\ / (_| \__ \ |_ | |__| | __/\ V / __/ | (_) | |_) | | | | | | __/ | | | |_ | | | | __/ |_| | | | (_) | (_| |
|
|
|
|
\/ \__,_|___/\__| |_____/ \___| \_/ \___|_|\___/| .__/|_| |_| |_|\___|_| |_|\__| |_| |_|\___|\__|_| |_|\___/ \__,_|
|
|
|
|
| |
|
|
|
|
|_|
|
|
|
|
/-------------------------------------------------------------------------------------------------------------------------------/
|
2015-11-30 21:30:54 +00:00
|
|
|
|
2016-03-09 21:41:33 +00:00
|
|
|
@version 1.3.2
|
|
|
|
@build 9th March, 2016
|
2015-11-30 21:30:54 +00:00
|
|
|
@created 22nd October, 2015
|
|
|
|
@package Sermon Distributor
|
|
|
|
@subpackage help_document.js
|
|
|
|
@author Llewellyn van der Merwe <https://www.vdm.io/>
|
|
|
|
@copyright Copyright (C) 2015. All Rights Reserved
|
2015-12-23 12:44:56 +00:00
|
|
|
@license GNU/GPL Version 2 or later - http://www.gnu.org/licenses/gpl-2.0.html
|
|
|
|
|
|
|
|
A sermon distributor that links to Dropbox.
|
|
|
|
|
|
|
|
/-----------------------------------------------------------------------------------------------------------------------------*/
|
2015-11-30 21:30:54 +00:00
|
|
|
|
|
|
|
// Some Global Values
|
2016-02-26 13:57:17 +00:00
|
|
|
jform_vvvvvwgvwd_required = false;
|
|
|
|
jform_vvvvvwhvwe_required = false;
|
|
|
|
jform_vvvvvwivwf_required = false;
|
|
|
|
jform_vvvvvwjvwg_required = false;
|
2015-11-30 21:30:54 +00:00
|
|
|
|
|
|
|
// Initial Script
|
|
|
|
jQuery(document).ready(function()
|
|
|
|
{
|
2016-02-26 13:57:17 +00:00
|
|
|
var location_vvvvvwe = jQuery("#jform_location input[type='radio']:checked").val();
|
|
|
|
vvvvvwe(location_vvvvvwe);
|
2015-11-30 21:30:54 +00:00
|
|
|
|
2016-02-26 13:57:17 +00:00
|
|
|
var location_vvvvvwf = jQuery("#jform_location input[type='radio']:checked").val();
|
|
|
|
vvvvvwf(location_vvvvvwf);
|
2015-11-30 21:30:54 +00:00
|
|
|
|
2016-02-26 13:57:17 +00:00
|
|
|
var type_vvvvvwg = jQuery("#jform_type").val();
|
|
|
|
vvvvvwg(type_vvvvvwg);
|
2015-11-30 21:30:54 +00:00
|
|
|
|
2016-02-26 13:57:17 +00:00
|
|
|
var type_vvvvvwh = jQuery("#jform_type").val();
|
|
|
|
vvvvvwh(type_vvvvvwh);
|
2015-11-30 21:30:54 +00:00
|
|
|
|
2016-02-26 13:57:17 +00:00
|
|
|
var type_vvvvvwi = jQuery("#jform_type").val();
|
|
|
|
vvvvvwi(type_vvvvvwi);
|
2015-11-30 21:30:54 +00:00
|
|
|
|
2016-02-26 13:57:17 +00:00
|
|
|
var target_vvvvvwj = jQuery("#jform_target input[type='radio']:checked").val();
|
|
|
|
vvvvvwj(target_vvvvvwj);
|
2015-11-30 21:30:54 +00:00
|
|
|
});
|
|
|
|
|
2016-02-26 13:57:17 +00:00
|
|
|
// the vvvvvwe function
|
|
|
|
function vvvvvwe(location_vvvvvwe)
|
2015-11-30 21:30:54 +00:00
|
|
|
{
|
2016-03-09 21:41:33 +00:00
|
|
|
// [Interpretation 7208] set the function logic
|
2016-02-26 13:57:17 +00:00
|
|
|
if (location_vvvvvwe == 1)
|
2015-11-30 21:30:54 +00:00
|
|
|
{
|
|
|
|
jQuery('#jform_admin_view').closest('.control-group').show();
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
jQuery('#jform_admin_view').closest('.control-group').hide();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-02-26 13:57:17 +00:00
|
|
|
// the vvvvvwf function
|
|
|
|
function vvvvvwf(location_vvvvvwf)
|
2015-11-30 21:30:54 +00:00
|
|
|
{
|
2016-03-09 21:41:33 +00:00
|
|
|
// [Interpretation 7208] set the function logic
|
2016-02-26 13:57:17 +00:00
|
|
|
if (location_vvvvvwf == 2)
|
2015-11-30 21:30:54 +00:00
|
|
|
{
|
|
|
|
jQuery('#jform_site_view').closest('.control-group').show();
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
jQuery('#jform_site_view').closest('.control-group').hide();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-02-26 13:57:17 +00:00
|
|
|
// the vvvvvwg function
|
|
|
|
function vvvvvwg(type_vvvvvwg)
|
2015-11-30 21:30:54 +00:00
|
|
|
{
|
2016-02-26 13:57:17 +00:00
|
|
|
if (isSet(type_vvvvvwg) && type_vvvvvwg.constructor !== Array)
|
2015-11-30 21:30:54 +00:00
|
|
|
{
|
2016-02-26 13:57:17 +00:00
|
|
|
var temp_vvvvvwg = type_vvvvvwg;
|
|
|
|
var type_vvvvvwg = [];
|
|
|
|
type_vvvvvwg.push(temp_vvvvvwg);
|
2015-11-30 21:30:54 +00:00
|
|
|
}
|
2016-02-26 13:57:17 +00:00
|
|
|
else if (!isSet(type_vvvvvwg))
|
2015-11-30 21:30:54 +00:00
|
|
|
{
|
2016-02-26 13:57:17 +00:00
|
|
|
var type_vvvvvwg = [];
|
2015-11-30 21:30:54 +00:00
|
|
|
}
|
2016-02-26 13:57:17 +00:00
|
|
|
var type = type_vvvvvwg.some(type_vvvvvwg_SomeFunc);
|
2015-11-30 21:30:54 +00:00
|
|
|
|
|
|
|
|
2016-03-09 21:41:33 +00:00
|
|
|
// [Interpretation 7186] set this function logic
|
2015-11-30 21:30:54 +00:00
|
|
|
if (type)
|
|
|
|
{
|
|
|
|
jQuery('#jform_url').closest('.control-group').show();
|
2016-02-26 13:57:17 +00:00
|
|
|
if (jform_vvvvvwgvwd_required)
|
2015-11-30 21:30:54 +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-26 13:57:17 +00:00
|
|
|
jform_vvvvvwgvwd_required = false;
|
2015-11-30 21:30:54 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
jQuery('#jform_url').closest('.control-group').hide();
|
2016-02-26 13:57:17 +00:00
|
|
|
if (!jform_vvvvvwgvwd_required)
|
2015-11-30 21:30:54 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('url',1);
|
|
|
|
jQuery('#jform_url').removeAttr('required');
|
|
|
|
jQuery('#jform_url').removeAttr('aria-required');
|
|
|
|
jQuery('#jform_url').removeClass('required');
|
2016-02-26 13:57:17 +00:00
|
|
|
jform_vvvvvwgvwd_required = true;
|
2015-11-30 21:30:54 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-02-26 13:57:17 +00:00
|
|
|
// the vvvvvwg Some function
|
|
|
|
function type_vvvvvwg_SomeFunc(type_vvvvvwg)
|
2015-11-30 21:30:54 +00:00
|
|
|
{
|
2016-03-09 21:41:33 +00:00
|
|
|
// [Interpretation 7173] set the function logic
|
2016-02-26 13:57:17 +00:00
|
|
|
if (type_vvvvvwg == 3)
|
2015-11-30 21:30:54 +00:00
|
|
|
{
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
2016-02-26 13:57:17 +00:00
|
|
|
// the vvvvvwh function
|
|
|
|
function vvvvvwh(type_vvvvvwh)
|
2015-11-30 21:30:54 +00:00
|
|
|
{
|
2016-02-26 13:57:17 +00:00
|
|
|
if (isSet(type_vvvvvwh) && type_vvvvvwh.constructor !== Array)
|
2015-11-30 21:30:54 +00:00
|
|
|
{
|
2016-02-26 13:57:17 +00:00
|
|
|
var temp_vvvvvwh = type_vvvvvwh;
|
|
|
|
var type_vvvvvwh = [];
|
|
|
|
type_vvvvvwh.push(temp_vvvvvwh);
|
2015-11-30 21:30:54 +00:00
|
|
|
}
|
2016-02-26 13:57:17 +00:00
|
|
|
else if (!isSet(type_vvvvvwh))
|
2015-11-30 21:30:54 +00:00
|
|
|
{
|
2016-02-26 13:57:17 +00:00
|
|
|
var type_vvvvvwh = [];
|
2015-11-30 21:30:54 +00:00
|
|
|
}
|
2016-02-26 13:57:17 +00:00
|
|
|
var type = type_vvvvvwh.some(type_vvvvvwh_SomeFunc);
|
2015-11-30 21:30:54 +00:00
|
|
|
|
|
|
|
|
2016-03-09 21:41:33 +00:00
|
|
|
// [Interpretation 7186] set this function logic
|
2015-11-30 21:30:54 +00:00
|
|
|
if (type)
|
|
|
|
{
|
|
|
|
jQuery('#jform_article').closest('.control-group').show();
|
2016-02-26 13:57:17 +00:00
|
|
|
if (jform_vvvvvwhvwe_required)
|
2015-11-30 21:30:54 +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-26 13:57:17 +00:00
|
|
|
jform_vvvvvwhvwe_required = false;
|
2015-11-30 21:30:54 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
jQuery('#jform_article').closest('.control-group').hide();
|
2016-02-26 13:57:17 +00:00
|
|
|
if (!jform_vvvvvwhvwe_required)
|
2015-11-30 21:30:54 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('article',1);
|
|
|
|
jQuery('#jform_article').removeAttr('required');
|
|
|
|
jQuery('#jform_article').removeAttr('aria-required');
|
|
|
|
jQuery('#jform_article').removeClass('required');
|
2016-02-26 13:57:17 +00:00
|
|
|
jform_vvvvvwhvwe_required = true;
|
2015-11-30 21:30:54 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-02-26 13:57:17 +00:00
|
|
|
// the vvvvvwh Some function
|
|
|
|
function type_vvvvvwh_SomeFunc(type_vvvvvwh)
|
2015-11-30 21:30:54 +00:00
|
|
|
{
|
2016-03-09 21:41:33 +00:00
|
|
|
// [Interpretation 7173] set the function logic
|
2016-02-26 13:57:17 +00:00
|
|
|
if (type_vvvvvwh == 1)
|
2015-11-30 21:30:54 +00:00
|
|
|
{
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
2016-02-26 13:57:17 +00:00
|
|
|
// the vvvvvwi function
|
|
|
|
function vvvvvwi(type_vvvvvwi)
|
2015-11-30 21:30:54 +00:00
|
|
|
{
|
2016-02-26 13:57:17 +00:00
|
|
|
if (isSet(type_vvvvvwi) && type_vvvvvwi.constructor !== Array)
|
2015-11-30 21:30:54 +00:00
|
|
|
{
|
2016-02-26 13:57:17 +00:00
|
|
|
var temp_vvvvvwi = type_vvvvvwi;
|
|
|
|
var type_vvvvvwi = [];
|
|
|
|
type_vvvvvwi.push(temp_vvvvvwi);
|
2015-11-30 21:30:54 +00:00
|
|
|
}
|
2016-02-26 13:57:17 +00:00
|
|
|
else if (!isSet(type_vvvvvwi))
|
2015-11-30 21:30:54 +00:00
|
|
|
{
|
2016-02-26 13:57:17 +00:00
|
|
|
var type_vvvvvwi = [];
|
2015-11-30 21:30:54 +00:00
|
|
|
}
|
2016-02-26 13:57:17 +00:00
|
|
|
var type = type_vvvvvwi.some(type_vvvvvwi_SomeFunc);
|
2015-11-30 21:30:54 +00:00
|
|
|
|
|
|
|
|
2016-03-09 21:41:33 +00:00
|
|
|
// [Interpretation 7186] set this function logic
|
2015-11-30 21:30:54 +00:00
|
|
|
if (type)
|
|
|
|
{
|
|
|
|
jQuery('#jform_content-lbl').closest('.control-group').show();
|
2016-02-26 13:57:17 +00:00
|
|
|
if (jform_vvvvvwivwf_required)
|
2015-11-30 21:30:54 +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-26 13:57:17 +00:00
|
|
|
jform_vvvvvwivwf_required = false;
|
2015-11-30 21:30:54 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
jQuery('#jform_content-lbl').closest('.control-group').hide();
|
2016-02-26 13:57:17 +00:00
|
|
|
if (!jform_vvvvvwivwf_required)
|
2015-11-30 21:30:54 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('content',1);
|
|
|
|
jQuery('#jform_content').removeAttr('required');
|
|
|
|
jQuery('#jform_content').removeAttr('aria-required');
|
|
|
|
jQuery('#jform_content').removeClass('required');
|
2016-02-26 13:57:17 +00:00
|
|
|
jform_vvvvvwivwf_required = true;
|
2015-11-30 21:30:54 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-02-26 13:57:17 +00:00
|
|
|
// the vvvvvwi Some function
|
|
|
|
function type_vvvvvwi_SomeFunc(type_vvvvvwi)
|
2015-11-30 21:30:54 +00:00
|
|
|
{
|
2016-03-09 21:41:33 +00:00
|
|
|
// [Interpretation 7173] set the function logic
|
2016-02-26 13:57:17 +00:00
|
|
|
if (type_vvvvvwi == 2)
|
2015-11-30 21:30:54 +00:00
|
|
|
{
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
2016-02-26 13:57:17 +00:00
|
|
|
// the vvvvvwj function
|
|
|
|
function vvvvvwj(target_vvvvvwj)
|
2015-11-30 21:30:54 +00:00
|
|
|
{
|
2016-03-09 21:41:33 +00:00
|
|
|
// [Interpretation 7208] set the function logic
|
2016-02-26 13:57:17 +00:00
|
|
|
if (target_vvvvvwj == 1)
|
2015-11-30 21:30:54 +00:00
|
|
|
{
|
|
|
|
jQuery('#jform_groups').closest('.control-group').show();
|
2016-02-26 13:57:17 +00:00
|
|
|
if (jform_vvvvvwjvwg_required)
|
2015-11-30 21:30:54 +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-26 13:57:17 +00:00
|
|
|
jform_vvvvvwjvwg_required = false;
|
2015-11-30 21:30:54 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
jQuery('#jform_groups').closest('.control-group').hide();
|
2016-02-26 13:57:17 +00:00
|
|
|
if (!jform_vvvvvwjvwg_required)
|
2015-11-30 21:30:54 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('groups',1);
|
|
|
|
jQuery('#jform_groups').removeAttr('required');
|
|
|
|
jQuery('#jform_groups').removeAttr('aria-required');
|
|
|
|
jQuery('#jform_groups').removeClass('required');
|
2016-02-26 13:57:17 +00:00
|
|
|
jform_vvvvvwjvwg_required = true;
|
2015-11-30 21:30:54 +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;
|
|
|
|
}
|