2018-03-19 22:24:44 +00:00
|
|
|
/*-------------------------------------------------------------------------------------------------------------| www.vdm.io |------/
|
|
|
|
____ ____ __ __ __
|
|
|
|
/\ _`\ /\ _`\ __ /\ \__ __/\ \ /\ \__
|
|
|
|
\ \,\L\_\ __ _ __ ___ ___ ___ ___ \ \ \/\ \/\_\ ____\ \ ,_\ _ __ /\_\ \ \____ __ __\ \ ,_\ ___ _ __
|
|
|
|
\/_\__ \ /'__`\/\`'__\/' __` __`\ / __`\ /' _ `\ \ \ \ \ \/\ \ /',__\\ \ \/ /\`'__\/\ \ \ '__`\/\ \/\ \\ \ \/ / __`\/\`'__\
|
|
|
|
/\ \L\ \/\ __/\ \ \/ /\ \/\ \/\ \/\ \L\ \/\ \/\ \ \ \ \_\ \ \ \/\__, `\\ \ \_\ \ \/ \ \ \ \ \L\ \ \ \_\ \\ \ \_/\ \L\ \ \ \/
|
|
|
|
\ `\____\ \____\\ \_\ \ \_\ \_\ \_\ \____/\ \_\ \_\ \ \____/\ \_\/\____/ \ \__\\ \_\ \ \_\ \_,__/\ \____/ \ \__\ \____/\ \_\
|
|
|
|
\/_____/\/____/ \/_/ \/_/\/_/\/_/\/___/ \/_/\/_/ \/___/ \/_/\/___/ \/__/ \/_/ \/_/\/___/ \/___/ \/__/\/___/ \/_/
|
|
|
|
|
|
|
|
/------------------------------------------------------------------------------------------------------------------------------------/
|
2015-11-30 21:30:54 +00:00
|
|
|
|
2018-03-03 16:43:27 +00:00
|
|
|
@version 2.0.x
|
|
|
|
@created 22nd October, 2015
|
2015-11-30 21:30:54 +00:00
|
|
|
@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
|
2020-11-30 16:57:29 +00:00
|
|
|
|
2015-12-23 12:44:56 +00:00
|
|
|
A sermon distributor that links to Dropbox.
|
2020-11-30 16:57:29 +00:00
|
|
|
|
2018-03-19 22:24:44 +00:00
|
|
|
/----------------------------------------------------------------------------------------------------------------------------------*/
|
2015-11-30 21:30:54 +00:00
|
|
|
|
|
|
|
// Some Global Values
|
2018-03-03 16:43:27 +00:00
|
|
|
jform_vvvvvwxvwf_required = false;
|
|
|
|
jform_vvvvvwyvwg_required = false;
|
|
|
|
jform_vvvvvwzvwh_required = false;
|
|
|
|
jform_vvvvvxavwi_required = false;
|
2019-08-14 01:58:42 +00:00
|
|
|
jform_vvvvvxcvwj_required = false;
|
2015-11-30 21:30:54 +00:00
|
|
|
|
|
|
|
// Initial Script
|
|
|
|
jQuery(document).ready(function()
|
|
|
|
{
|
2017-08-18 11:20:01 +00:00
|
|
|
var location_vvvvvwx = jQuery("#jform_location input[type='radio']:checked").val();
|
|
|
|
vvvvvwx(location_vvvvvwx);
|
2015-11-30 21:30:54 +00:00
|
|
|
|
2018-03-03 16:43:27 +00:00
|
|
|
var location_vvvvvwy = jQuery("#jform_location input[type='radio']:checked").val();
|
|
|
|
vvvvvwy(location_vvvvvwy);
|
2015-11-30 21:30:54 +00:00
|
|
|
|
2017-08-18 11:20:01 +00:00
|
|
|
var type_vvvvvwz = jQuery("#jform_type").val();
|
|
|
|
vvvvvwz(type_vvvvvwz);
|
2015-11-30 21:30:54 +00:00
|
|
|
|
2017-08-18 11:20:01 +00:00
|
|
|
var type_vvvvvxa = jQuery("#jform_type").val();
|
|
|
|
vvvvvxa(type_vvvvvxa);
|
2015-11-30 21:30:54 +00:00
|
|
|
|
2018-03-03 16:43:27 +00:00
|
|
|
var type_vvvvvxb = jQuery("#jform_type").val();
|
|
|
|
vvvvvxb(type_vvvvvxb);
|
|
|
|
|
|
|
|
var target_vvvvvxc = jQuery("#jform_target input[type='radio']:checked").val();
|
|
|
|
vvvvvxc(target_vvvvvxc);
|
2015-11-30 21:30:54 +00:00
|
|
|
});
|
|
|
|
|
2018-03-03 16:43:27 +00:00
|
|
|
// the vvvvvwx function
|
|
|
|
function vvvvvwx(location_vvvvvwx)
|
2015-11-30 21:30:54 +00:00
|
|
|
{
|
2016-07-16 12:19:44 +00:00
|
|
|
// set the function logic
|
2018-03-03 16:43:27 +00:00
|
|
|
if (location_vvvvvwx == 1)
|
2015-11-30 21:30:54 +00:00
|
|
|
{
|
|
|
|
jQuery('#jform_admin_view').closest('.control-group').show();
|
2019-04-04 11:52:38 +00:00
|
|
|
// add required attribute to admin_view field
|
2018-03-03 16:43:27 +00:00
|
|
|
if (jform_vvvvvwxvwf_required)
|
2016-11-02 00:18:26 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('admin_view',0);
|
|
|
|
jQuery('#jform_admin_view').prop('required','required');
|
|
|
|
jQuery('#jform_admin_view').attr('aria-required',true);
|
|
|
|
jQuery('#jform_admin_view').addClass('required');
|
2018-03-03 16:43:27 +00:00
|
|
|
jform_vvvvvwxvwf_required = false;
|
2016-11-02 00:18:26 +00:00
|
|
|
}
|
2015-11-30 21:30:54 +00:00
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
jQuery('#jform_admin_view').closest('.control-group').hide();
|
2019-04-04 11:52:38 +00:00
|
|
|
// remove required attribute from admin_view field
|
2018-03-03 16:43:27 +00:00
|
|
|
if (!jform_vvvvvwxvwf_required)
|
2016-11-02 00:18:26 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('admin_view',1);
|
|
|
|
jQuery('#jform_admin_view').removeAttr('required');
|
|
|
|
jQuery('#jform_admin_view').removeAttr('aria-required');
|
|
|
|
jQuery('#jform_admin_view').removeClass('required');
|
2018-03-03 16:43:27 +00:00
|
|
|
jform_vvvvvwxvwf_required = true;
|
2016-11-02 00:18:26 +00:00
|
|
|
}
|
2015-11-30 21:30:54 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-03-03 16:43:27 +00:00
|
|
|
// the vvvvvwy function
|
|
|
|
function vvvvvwy(location_vvvvvwy)
|
2015-11-30 21:30:54 +00:00
|
|
|
{
|
2016-07-16 12:19:44 +00:00
|
|
|
// set the function logic
|
2018-03-03 16:43:27 +00:00
|
|
|
if (location_vvvvvwy == 2)
|
2015-11-30 21:30:54 +00:00
|
|
|
{
|
|
|
|
jQuery('#jform_site_view').closest('.control-group').show();
|
2019-04-04 11:52:38 +00:00
|
|
|
// add required attribute to site_view field
|
2018-03-03 16:43:27 +00:00
|
|
|
if (jform_vvvvvwyvwg_required)
|
2016-11-02 00:18:26 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('site_view',0);
|
|
|
|
jQuery('#jform_site_view').prop('required','required');
|
|
|
|
jQuery('#jform_site_view').attr('aria-required',true);
|
|
|
|
jQuery('#jform_site_view').addClass('required');
|
2018-03-03 16:43:27 +00:00
|
|
|
jform_vvvvvwyvwg_required = false;
|
2016-11-02 00:18:26 +00:00
|
|
|
}
|
2015-11-30 21:30:54 +00:00
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
jQuery('#jform_site_view').closest('.control-group').hide();
|
2019-04-04 11:52:38 +00:00
|
|
|
// remove required attribute from site_view field
|
2018-03-03 16:43:27 +00:00
|
|
|
if (!jform_vvvvvwyvwg_required)
|
2016-11-02 00:18:26 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('site_view',1);
|
|
|
|
jQuery('#jform_site_view').removeAttr('required');
|
|
|
|
jQuery('#jform_site_view').removeAttr('aria-required');
|
|
|
|
jQuery('#jform_site_view').removeClass('required');
|
2018-03-03 16:43:27 +00:00
|
|
|
jform_vvvvvwyvwg_required = true;
|
2016-11-02 00:18:26 +00:00
|
|
|
}
|
2015-11-30 21:30:54 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-03-03 16:43:27 +00:00
|
|
|
// the vvvvvwz function
|
|
|
|
function vvvvvwz(type_vvvvvwz)
|
2015-11-30 21:30:54 +00:00
|
|
|
{
|
2018-03-03 16:43:27 +00:00
|
|
|
if (isSet(type_vvvvvwz) && type_vvvvvwz.constructor !== Array)
|
2015-11-30 21:30:54 +00:00
|
|
|
{
|
2018-03-03 16:43:27 +00:00
|
|
|
var temp_vvvvvwz = type_vvvvvwz;
|
|
|
|
var type_vvvvvwz = [];
|
|
|
|
type_vvvvvwz.push(temp_vvvvvwz);
|
2015-11-30 21:30:54 +00:00
|
|
|
}
|
2018-03-03 16:43:27 +00:00
|
|
|
else if (!isSet(type_vvvvvwz))
|
2015-11-30 21:30:54 +00:00
|
|
|
{
|
2018-03-03 16:43:27 +00:00
|
|
|
var type_vvvvvwz = [];
|
2015-11-30 21:30:54 +00:00
|
|
|
}
|
2018-03-03 16:43:27 +00:00
|
|
|
var type = type_vvvvvwz.some(type_vvvvvwz_SomeFunc);
|
2015-11-30 21:30:54 +00:00
|
|
|
|
|
|
|
|
2016-07-16 12:19:44 +00:00
|
|
|
// set this function logic
|
2015-11-30 21:30:54 +00:00
|
|
|
if (type)
|
|
|
|
{
|
|
|
|
jQuery('#jform_url').closest('.control-group').show();
|
2019-04-04 11:52:38 +00:00
|
|
|
// add required attribute to url field
|
2018-03-03 16:43:27 +00:00
|
|
|
if (jform_vvvvvwzvwh_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');
|
2018-03-03 16:43:27 +00:00
|
|
|
jform_vvvvvwzvwh_required = false;
|
2015-11-30 21:30:54 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
jQuery('#jform_url').closest('.control-group').hide();
|
2019-04-04 11:52:38 +00:00
|
|
|
// remove required attribute from url field
|
2018-03-03 16:43:27 +00:00
|
|
|
if (!jform_vvvvvwzvwh_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');
|
2018-03-03 16:43:27 +00:00
|
|
|
jform_vvvvvwzvwh_required = true;
|
2015-11-30 21:30:54 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-03-03 16:43:27 +00:00
|
|
|
// the vvvvvwz Some function
|
|
|
|
function type_vvvvvwz_SomeFunc(type_vvvvvwz)
|
2015-11-30 21:30:54 +00:00
|
|
|
{
|
2016-07-16 12:19:44 +00:00
|
|
|
// set the function logic
|
2018-03-03 16:43:27 +00:00
|
|
|
if (type_vvvvvwz == 3)
|
2015-11-30 21:30:54 +00:00
|
|
|
{
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
2018-03-03 16:43:27 +00:00
|
|
|
// the vvvvvxa function
|
|
|
|
function vvvvvxa(type_vvvvvxa)
|
2015-11-30 21:30:54 +00:00
|
|
|
{
|
2018-03-03 16:43:27 +00:00
|
|
|
if (isSet(type_vvvvvxa) && type_vvvvvxa.constructor !== Array)
|
2015-11-30 21:30:54 +00:00
|
|
|
{
|
2018-03-03 16:43:27 +00:00
|
|
|
var temp_vvvvvxa = type_vvvvvxa;
|
|
|
|
var type_vvvvvxa = [];
|
|
|
|
type_vvvvvxa.push(temp_vvvvvxa);
|
2015-11-30 21:30:54 +00:00
|
|
|
}
|
2018-03-03 16:43:27 +00:00
|
|
|
else if (!isSet(type_vvvvvxa))
|
2015-11-30 21:30:54 +00:00
|
|
|
{
|
2018-03-03 16:43:27 +00:00
|
|
|
var type_vvvvvxa = [];
|
2015-11-30 21:30:54 +00:00
|
|
|
}
|
2018-03-03 16:43:27 +00:00
|
|
|
var type = type_vvvvvxa.some(type_vvvvvxa_SomeFunc);
|
2015-11-30 21:30:54 +00:00
|
|
|
|
|
|
|
|
2016-07-16 12:19:44 +00:00
|
|
|
// set this function logic
|
2015-11-30 21:30:54 +00:00
|
|
|
if (type)
|
|
|
|
{
|
|
|
|
jQuery('#jform_article').closest('.control-group').show();
|
2019-04-04 11:52:38 +00:00
|
|
|
// add required attribute to article field
|
2018-03-03 16:43:27 +00:00
|
|
|
if (jform_vvvvvxavwi_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');
|
2018-03-03 16:43:27 +00:00
|
|
|
jform_vvvvvxavwi_required = false;
|
2015-11-30 21:30:54 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
jQuery('#jform_article').closest('.control-group').hide();
|
2019-04-04 11:52:38 +00:00
|
|
|
// remove required attribute from article field
|
2018-03-03 16:43:27 +00:00
|
|
|
if (!jform_vvvvvxavwi_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');
|
2018-03-03 16:43:27 +00:00
|
|
|
jform_vvvvvxavwi_required = true;
|
2015-11-30 21:30:54 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-03-03 16:43:27 +00:00
|
|
|
// the vvvvvxa Some function
|
|
|
|
function type_vvvvvxa_SomeFunc(type_vvvvvxa)
|
2015-11-30 21:30:54 +00:00
|
|
|
{
|
2016-07-16 12:19:44 +00:00
|
|
|
// set the function logic
|
2018-03-03 16:43:27 +00:00
|
|
|
if (type_vvvvvxa == 1)
|
2015-11-30 21:30:54 +00:00
|
|
|
{
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
2018-03-03 16:43:27 +00:00
|
|
|
// the vvvvvxb function
|
|
|
|
function vvvvvxb(type_vvvvvxb)
|
2015-11-30 21:30:54 +00:00
|
|
|
{
|
2018-03-03 16:43:27 +00:00
|
|
|
if (isSet(type_vvvvvxb) && type_vvvvvxb.constructor !== Array)
|
2015-11-30 21:30:54 +00:00
|
|
|
{
|
2018-03-03 16:43:27 +00:00
|
|
|
var temp_vvvvvxb = type_vvvvvxb;
|
|
|
|
var type_vvvvvxb = [];
|
|
|
|
type_vvvvvxb.push(temp_vvvvvxb);
|
2015-11-30 21:30:54 +00:00
|
|
|
}
|
2018-03-03 16:43:27 +00:00
|
|
|
else if (!isSet(type_vvvvvxb))
|
2015-11-30 21:30:54 +00:00
|
|
|
{
|
2018-03-03 16:43:27 +00:00
|
|
|
var type_vvvvvxb = [];
|
2015-11-30 21:30:54 +00:00
|
|
|
}
|
2018-03-03 16:43:27 +00:00
|
|
|
var type = type_vvvvvxb.some(type_vvvvvxb_SomeFunc);
|
2015-11-30 21:30:54 +00:00
|
|
|
|
|
|
|
|
2016-07-16 12:19:44 +00:00
|
|
|
// set this function logic
|
2015-11-30 21:30:54 +00:00
|
|
|
if (type)
|
|
|
|
{
|
|
|
|
jQuery('#jform_content-lbl').closest('.control-group').show();
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
jQuery('#jform_content-lbl').closest('.control-group').hide();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-03-03 16:43:27 +00:00
|
|
|
// the vvvvvxb Some function
|
|
|
|
function type_vvvvvxb_SomeFunc(type_vvvvvxb)
|
2015-11-30 21:30:54 +00:00
|
|
|
{
|
2016-07-16 12:19:44 +00:00
|
|
|
// set the function logic
|
2018-03-03 16:43:27 +00:00
|
|
|
if (type_vvvvvxb == 2)
|
2015-11-30 21:30:54 +00:00
|
|
|
{
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
2018-03-03 16:43:27 +00:00
|
|
|
// the vvvvvxc function
|
|
|
|
function vvvvvxc(target_vvvvvxc)
|
2015-11-30 21:30:54 +00:00
|
|
|
{
|
2016-07-16 12:19:44 +00:00
|
|
|
// set the function logic
|
2018-03-03 16:43:27 +00:00
|
|
|
if (target_vvvvvxc == 1)
|
2015-11-30 21:30:54 +00:00
|
|
|
{
|
|
|
|
jQuery('#jform_groups').closest('.control-group').show();
|
2019-04-04 11:52:38 +00:00
|
|
|
// add required attribute to groups field
|
2019-08-14 01:58:42 +00:00
|
|
|
if (jform_vvvvvxcvwj_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');
|
2019-08-14 01:58:42 +00:00
|
|
|
jform_vvvvvxcvwj_required = false;
|
2015-11-30 21:30:54 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
jQuery('#jform_groups').closest('.control-group').hide();
|
2019-04-04 11:52:38 +00:00
|
|
|
// remove required attribute from groups field
|
2019-08-14 01:58:42 +00:00
|
|
|
if (!jform_vvvvvxcvwj_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');
|
2019-08-14 01:58:42 +00:00
|
|
|
jform_vvvvvxcvwj_required = true;
|
2015-11-30 21:30:54 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2020-05-30 21:39:43 +00:00
|
|
|
// update fields required
|
|
|
|
function updateFieldRequired(name, status) {
|
|
|
|
// check if not_required exist
|
|
|
|
if (jQuery('#jform_not_required').length > 0) {
|
|
|
|
var not_required = jQuery('#jform_not_required').val().split(",");
|
2015-11-30 21:30:54 +00:00
|
|
|
|
2020-05-30 21:39:43 +00:00
|
|
|
if(status == 1)
|
2015-11-30 21:30:54 +00:00
|
|
|
{
|
2020-05-30 21:39:43 +00:00
|
|
|
not_required.push(name);
|
2015-11-30 21:30:54 +00:00
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
2020-05-30 21:39:43 +00:00
|
|
|
not_required = removeFieldFromNotRequired(not_required, name);
|
2015-11-30 21:30:54 +00:00
|
|
|
}
|
2020-05-30 21:39:43 +00:00
|
|
|
|
|
|
|
jQuery('#jform_not_required').val(fixNotRequiredArray(not_required).toString());
|
2015-11-30 21:30:54 +00:00
|
|
|
}
|
2020-05-30 21:39:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
// remove field from not_required
|
|
|
|
function removeFieldFromNotRequired(array, what) {
|
|
|
|
return array.filter(function(element){
|
|
|
|
return element !== what;
|
|
|
|
});
|
|
|
|
}
|
|
|
|
|
|
|
|
// fix not required array
|
|
|
|
function fixNotRequiredArray(array) {
|
|
|
|
var seen = {};
|
|
|
|
return removeEmptyFromNotRequiredArray(array).filter(function(item) {
|
|
|
|
return seen.hasOwnProperty(item) ? false : (seen[item] = true);
|
|
|
|
});
|
|
|
|
}
|
2015-11-30 21:30:54 +00:00
|
|
|
|
2020-05-30 21:39:43 +00:00
|
|
|
// remove empty from not_required array
|
|
|
|
function removeEmptyFromNotRequiredArray(array) {
|
|
|
|
return array.filter(function (el) {
|
|
|
|
// remove ( 一_一) as well - lol
|
|
|
|
return (el.length > 0 && '一_一' !== el);
|
|
|
|
});
|
2015-11-30 21:30:54 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
// the isSet function
|
|
|
|
function isSet(val)
|
|
|
|
{
|
|
|
|
if ((val != undefined) && (val != null) && 0 !== val.length){
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
return false;
|
|
|
|
}
|