2018-05-18 06:28:27 +00:00
|
|
|
/**
|
|
|
|
* @package Joomla.Component.Builder
|
|
|
|
*
|
|
|
|
* @created 30th April, 2015
|
|
|
|
* @author Llewellyn van der Merwe <http://www.joomlacomponentbuilder.com>
|
|
|
|
* @github Joomla Component Builder <https://github.com/vdm-io/Joomla-Component-Builder>
|
2019-02-23 13:28:54 +00:00
|
|
|
* @copyright Copyright (C) 2015 - 2019 Vast Development Method. All rights reserved.
|
2018-05-18 06:28:27 +00:00
|
|
|
* @license GNU General Public License version 2 or later; see LICENSE.txt
|
|
|
|
*/
|
2018-02-15 00:42:39 +00:00
|
|
|
|
|
|
|
// Some Global Values
|
2019-07-19 02:17:15 +00:00
|
|
|
jform_vvvvwbwvxu_required = false;
|
|
|
|
jform_vvvvwbwvxv_required = false;
|
|
|
|
jform_vvvvwbwvxw_required = false;
|
|
|
|
jform_vvvvwbwvxx_required = false;
|
|
|
|
jform_vvvvwbwvxy_required = false;
|
|
|
|
jform_vvvvwbxvxz_required = false;
|
|
|
|
jform_vvvvwbyvya_required = false;
|
|
|
|
jform_vvvvwcavyb_required = false;
|
|
|
|
jform_vvvvwccvyc_required = false;
|
2018-02-15 00:42:39 +00:00
|
|
|
|
|
|
|
// Initial Script
|
|
|
|
jQuery(document).ready(function()
|
|
|
|
{
|
2019-07-19 02:17:15 +00:00
|
|
|
var protocol_vvvvwbw = jQuery("#jform_protocol").val();
|
|
|
|
vvvvwbw(protocol_vvvvwbw);
|
2019-07-15 20:00:46 +00:00
|
|
|
|
2019-07-19 02:17:15 +00:00
|
|
|
var protocol_vvvvwbx = jQuery("#jform_protocol").val();
|
|
|
|
vvvvwbx(protocol_vvvvwbx);
|
2018-02-27 12:17:38 +00:00
|
|
|
|
2019-07-19 02:17:15 +00:00
|
|
|
var protocol_vvvvwby = jQuery("#jform_protocol").val();
|
|
|
|
var authentication_vvvvwby = jQuery("#jform_authentication").val();
|
|
|
|
vvvvwby(protocol_vvvvwby,authentication_vvvvwby);
|
2018-03-09 03:26:44 +00:00
|
|
|
|
2019-07-19 02:17:15 +00:00
|
|
|
var protocol_vvvvwca = jQuery("#jform_protocol").val();
|
|
|
|
var authentication_vvvvwca = jQuery("#jform_authentication").val();
|
|
|
|
vvvvwca(protocol_vvvvwca,authentication_vvvvwca);
|
2019-07-15 20:00:46 +00:00
|
|
|
|
2019-07-19 02:17:15 +00:00
|
|
|
var protocol_vvvvwcc = jQuery("#jform_protocol").val();
|
|
|
|
var authentication_vvvvwcc = jQuery("#jform_authentication").val();
|
|
|
|
vvvvwcc(protocol_vvvvwcc,authentication_vvvvwcc);
|
2019-07-15 20:00:46 +00:00
|
|
|
|
2019-07-19 02:17:15 +00:00
|
|
|
var protocol_vvvvwce = jQuery("#jform_protocol").val();
|
|
|
|
var authentication_vvvvwce = jQuery("#jform_authentication").val();
|
|
|
|
vvvvwce(protocol_vvvvwce,authentication_vvvvwce);
|
2018-02-15 00:42:39 +00:00
|
|
|
});
|
|
|
|
|
2019-07-19 02:17:15 +00:00
|
|
|
// the vvvvwbw function
|
|
|
|
function vvvvwbw(protocol_vvvvwbw)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
2019-07-19 02:17:15 +00:00
|
|
|
if (isSet(protocol_vvvvwbw) && protocol_vvvvwbw.constructor !== Array)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
2019-07-19 02:17:15 +00:00
|
|
|
var temp_vvvvwbw = protocol_vvvvwbw;
|
|
|
|
var protocol_vvvvwbw = [];
|
|
|
|
protocol_vvvvwbw.push(temp_vvvvwbw);
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
2019-07-19 02:17:15 +00:00
|
|
|
else if (!isSet(protocol_vvvvwbw))
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
2019-07-19 02:17:15 +00:00
|
|
|
var protocol_vvvvwbw = [];
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
2019-07-19 02:17:15 +00:00
|
|
|
var protocol = protocol_vvvvwbw.some(protocol_vvvvwbw_SomeFunc);
|
2018-02-15 00:42:39 +00:00
|
|
|
|
|
|
|
|
|
|
|
// set this function logic
|
|
|
|
if (protocol)
|
|
|
|
{
|
|
|
|
jQuery('#jform_authentication').closest('.control-group').show();
|
2018-09-10 11:04:52 +00:00
|
|
|
// add required attribute to authentication field
|
2019-07-19 02:17:15 +00:00
|
|
|
if (jform_vvvvwbwvxu_required)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('authentication',0);
|
|
|
|
jQuery('#jform_authentication').prop('required','required');
|
|
|
|
jQuery('#jform_authentication').attr('aria-required',true);
|
|
|
|
jQuery('#jform_authentication').addClass('required');
|
2019-07-19 02:17:15 +00:00
|
|
|
jform_vvvvwbwvxu_required = false;
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
|
|
|
jQuery('#jform_host').closest('.control-group').show();
|
2018-09-10 11:04:52 +00:00
|
|
|
// add required attribute to host field
|
2019-07-19 02:17:15 +00:00
|
|
|
if (jform_vvvvwbwvxv_required)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('host',0);
|
|
|
|
jQuery('#jform_host').prop('required','required');
|
|
|
|
jQuery('#jform_host').attr('aria-required',true);
|
|
|
|
jQuery('#jform_host').addClass('required');
|
2019-07-19 02:17:15 +00:00
|
|
|
jform_vvvvwbwvxv_required = false;
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
|
|
|
jQuery('#jform_port').closest('.control-group').show();
|
2018-09-10 11:04:52 +00:00
|
|
|
// add required attribute to port field
|
2019-07-19 02:17:15 +00:00
|
|
|
if (jform_vvvvwbwvxw_required)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('port',0);
|
|
|
|
jQuery('#jform_port').prop('required','required');
|
|
|
|
jQuery('#jform_port').attr('aria-required',true);
|
|
|
|
jQuery('#jform_port').addClass('required');
|
2019-07-19 02:17:15 +00:00
|
|
|
jform_vvvvwbwvxw_required = false;
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
|
|
|
jQuery('#jform_path').closest('.control-group').show();
|
2018-09-10 11:04:52 +00:00
|
|
|
// add required attribute to path field
|
2019-07-19 02:17:15 +00:00
|
|
|
if (jform_vvvvwbwvxx_required)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('path',0);
|
|
|
|
jQuery('#jform_path').prop('required','required');
|
|
|
|
jQuery('#jform_path').attr('aria-required',true);
|
|
|
|
jQuery('#jform_path').addClass('required');
|
2019-07-19 02:17:15 +00:00
|
|
|
jform_vvvvwbwvxx_required = false;
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
|
|
|
jQuery('.note_ssh_security').closest('.control-group').show();
|
|
|
|
jQuery('#jform_username').closest('.control-group').show();
|
2018-09-10 11:04:52 +00:00
|
|
|
// add required attribute to username field
|
2019-07-19 02:17:15 +00:00
|
|
|
if (jform_vvvvwbwvxy_required)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('username',0);
|
|
|
|
jQuery('#jform_username').prop('required','required');
|
|
|
|
jQuery('#jform_username').attr('aria-required',true);
|
|
|
|
jQuery('#jform_username').addClass('required');
|
2019-07-19 02:17:15 +00:00
|
|
|
jform_vvvvwbwvxy_required = false;
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
jQuery('#jform_authentication').closest('.control-group').hide();
|
2018-09-10 11:04:52 +00:00
|
|
|
// remove required attribute from authentication field
|
2019-07-19 02:17:15 +00:00
|
|
|
if (!jform_vvvvwbwvxu_required)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('authentication',1);
|
|
|
|
jQuery('#jform_authentication').removeAttr('required');
|
|
|
|
jQuery('#jform_authentication').removeAttr('aria-required');
|
|
|
|
jQuery('#jform_authentication').removeClass('required');
|
2019-07-19 02:17:15 +00:00
|
|
|
jform_vvvvwbwvxu_required = true;
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
|
|
|
jQuery('#jform_host').closest('.control-group').hide();
|
2018-09-10 11:04:52 +00:00
|
|
|
// remove required attribute from host field
|
2019-07-19 02:17:15 +00:00
|
|
|
if (!jform_vvvvwbwvxv_required)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('host',1);
|
|
|
|
jQuery('#jform_host').removeAttr('required');
|
|
|
|
jQuery('#jform_host').removeAttr('aria-required');
|
|
|
|
jQuery('#jform_host').removeClass('required');
|
2019-07-19 02:17:15 +00:00
|
|
|
jform_vvvvwbwvxv_required = true;
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
|
|
|
jQuery('#jform_port').closest('.control-group').hide();
|
2018-09-10 11:04:52 +00:00
|
|
|
// remove required attribute from port field
|
2019-07-19 02:17:15 +00:00
|
|
|
if (!jform_vvvvwbwvxw_required)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('port',1);
|
|
|
|
jQuery('#jform_port').removeAttr('required');
|
|
|
|
jQuery('#jform_port').removeAttr('aria-required');
|
|
|
|
jQuery('#jform_port').removeClass('required');
|
2019-07-19 02:17:15 +00:00
|
|
|
jform_vvvvwbwvxw_required = true;
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
|
|
|
jQuery('#jform_path').closest('.control-group').hide();
|
2018-09-10 11:04:52 +00:00
|
|
|
// remove required attribute from path field
|
2019-07-19 02:17:15 +00:00
|
|
|
if (!jform_vvvvwbwvxx_required)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('path',1);
|
|
|
|
jQuery('#jform_path').removeAttr('required');
|
|
|
|
jQuery('#jform_path').removeAttr('aria-required');
|
|
|
|
jQuery('#jform_path').removeClass('required');
|
2019-07-19 02:17:15 +00:00
|
|
|
jform_vvvvwbwvxx_required = true;
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
|
|
|
jQuery('.note_ssh_security').closest('.control-group').hide();
|
|
|
|
jQuery('#jform_username').closest('.control-group').hide();
|
2018-09-10 11:04:52 +00:00
|
|
|
// remove required attribute from username field
|
2019-07-19 02:17:15 +00:00
|
|
|
if (!jform_vvvvwbwvxy_required)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('username',1);
|
|
|
|
jQuery('#jform_username').removeAttr('required');
|
|
|
|
jQuery('#jform_username').removeAttr('aria-required');
|
|
|
|
jQuery('#jform_username').removeClass('required');
|
2019-07-19 02:17:15 +00:00
|
|
|
jform_vvvvwbwvxy_required = true;
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-07-19 02:17:15 +00:00
|
|
|
// the vvvvwbw Some function
|
|
|
|
function protocol_vvvvwbw_SomeFunc(protocol_vvvvwbw)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
|
|
|
// set the function logic
|
2019-07-19 02:17:15 +00:00
|
|
|
if (protocol_vvvvwbw == 2)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
2019-07-19 02:17:15 +00:00
|
|
|
// the vvvvwbx function
|
|
|
|
function vvvvwbx(protocol_vvvvwbx)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
2019-07-19 02:17:15 +00:00
|
|
|
if (isSet(protocol_vvvvwbx) && protocol_vvvvwbx.constructor !== Array)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
2019-07-19 02:17:15 +00:00
|
|
|
var temp_vvvvwbx = protocol_vvvvwbx;
|
|
|
|
var protocol_vvvvwbx = [];
|
|
|
|
protocol_vvvvwbx.push(temp_vvvvwbx);
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
2019-07-19 02:17:15 +00:00
|
|
|
else if (!isSet(protocol_vvvvwbx))
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
2019-07-19 02:17:15 +00:00
|
|
|
var protocol_vvvvwbx = [];
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
2019-07-19 02:17:15 +00:00
|
|
|
var protocol = protocol_vvvvwbx.some(protocol_vvvvwbx_SomeFunc);
|
2018-02-15 00:42:39 +00:00
|
|
|
|
|
|
|
|
|
|
|
// set this function logic
|
|
|
|
if (protocol)
|
|
|
|
{
|
|
|
|
jQuery('.note_ftp_signature').closest('.control-group').show();
|
|
|
|
jQuery('#jform_signature').closest('.control-group').show();
|
2018-09-10 11:04:52 +00:00
|
|
|
// add required attribute to signature field
|
2019-07-19 02:17:15 +00:00
|
|
|
if (jform_vvvvwbxvxz_required)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('signature',0);
|
|
|
|
jQuery('#jform_signature').prop('required','required');
|
|
|
|
jQuery('#jform_signature').attr('aria-required',true);
|
|
|
|
jQuery('#jform_signature').addClass('required');
|
2019-07-19 02:17:15 +00:00
|
|
|
jform_vvvvwbxvxz_required = false;
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
jQuery('.note_ftp_signature').closest('.control-group').hide();
|
|
|
|
jQuery('#jform_signature').closest('.control-group').hide();
|
2018-09-10 11:04:52 +00:00
|
|
|
// remove required attribute from signature field
|
2019-07-19 02:17:15 +00:00
|
|
|
if (!jform_vvvvwbxvxz_required)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('signature',1);
|
|
|
|
jQuery('#jform_signature').removeAttr('required');
|
|
|
|
jQuery('#jform_signature').removeAttr('aria-required');
|
|
|
|
jQuery('#jform_signature').removeClass('required');
|
2019-07-19 02:17:15 +00:00
|
|
|
jform_vvvvwbxvxz_required = true;
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-07-19 02:17:15 +00:00
|
|
|
// the vvvvwbx Some function
|
|
|
|
function protocol_vvvvwbx_SomeFunc(protocol_vvvvwbx)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
|
|
|
// set the function logic
|
2019-07-19 02:17:15 +00:00
|
|
|
if (protocol_vvvvwbx == 1)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
2019-07-19 02:17:15 +00:00
|
|
|
// the vvvvwby function
|
|
|
|
function vvvvwby(protocol_vvvvwby,authentication_vvvvwby)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
2019-07-19 02:17:15 +00:00
|
|
|
if (isSet(protocol_vvvvwby) && protocol_vvvvwby.constructor !== Array)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
2019-07-19 02:17:15 +00:00
|
|
|
var temp_vvvvwby = protocol_vvvvwby;
|
|
|
|
var protocol_vvvvwby = [];
|
|
|
|
protocol_vvvvwby.push(temp_vvvvwby);
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
2019-07-19 02:17:15 +00:00
|
|
|
else if (!isSet(protocol_vvvvwby))
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
2019-07-19 02:17:15 +00:00
|
|
|
var protocol_vvvvwby = [];
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
2019-07-19 02:17:15 +00:00
|
|
|
var protocol = protocol_vvvvwby.some(protocol_vvvvwby_SomeFunc);
|
2018-02-15 00:42:39 +00:00
|
|
|
|
2019-07-19 02:17:15 +00:00
|
|
|
if (isSet(authentication_vvvvwby) && authentication_vvvvwby.constructor !== Array)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
2019-07-19 02:17:15 +00:00
|
|
|
var temp_vvvvwby = authentication_vvvvwby;
|
|
|
|
var authentication_vvvvwby = [];
|
|
|
|
authentication_vvvvwby.push(temp_vvvvwby);
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
2019-07-19 02:17:15 +00:00
|
|
|
else if (!isSet(authentication_vvvvwby))
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
2019-07-19 02:17:15 +00:00
|
|
|
var authentication_vvvvwby = [];
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
2019-07-19 02:17:15 +00:00
|
|
|
var authentication = authentication_vvvvwby.some(authentication_vvvvwby_SomeFunc);
|
2018-02-15 00:42:39 +00:00
|
|
|
|
|
|
|
|
|
|
|
// set this function logic
|
|
|
|
if (protocol && authentication)
|
|
|
|
{
|
|
|
|
jQuery('#jform_password').closest('.control-group').show();
|
2018-09-10 11:04:52 +00:00
|
|
|
// add required attribute to password field
|
2019-07-19 02:17:15 +00:00
|
|
|
if (jform_vvvvwbyvya_required)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('password',0);
|
|
|
|
jQuery('#jform_password').prop('required','required');
|
|
|
|
jQuery('#jform_password').attr('aria-required',true);
|
|
|
|
jQuery('#jform_password').addClass('required');
|
2019-07-19 02:17:15 +00:00
|
|
|
jform_vvvvwbyvya_required = false;
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
jQuery('#jform_password').closest('.control-group').hide();
|
2018-09-10 11:04:52 +00:00
|
|
|
// remove required attribute from password field
|
2019-07-19 02:17:15 +00:00
|
|
|
if (!jform_vvvvwbyvya_required)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('password',1);
|
|
|
|
jQuery('#jform_password').removeAttr('required');
|
|
|
|
jQuery('#jform_password').removeAttr('aria-required');
|
|
|
|
jQuery('#jform_password').removeClass('required');
|
2019-07-19 02:17:15 +00:00
|
|
|
jform_vvvvwbyvya_required = true;
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-07-19 02:17:15 +00:00
|
|
|
// the vvvvwby Some function
|
|
|
|
function protocol_vvvvwby_SomeFunc(protocol_vvvvwby)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
|
|
|
// set the function logic
|
2019-07-19 02:17:15 +00:00
|
|
|
if (protocol_vvvvwby == 2)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
2019-07-19 02:17:15 +00:00
|
|
|
// the vvvvwby Some function
|
|
|
|
function authentication_vvvvwby_SomeFunc(authentication_vvvvwby)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
|
|
|
// set the function logic
|
2019-07-19 02:17:15 +00:00
|
|
|
if (authentication_vvvvwby == 1 || authentication_vvvvwby == 3 || authentication_vvvvwby == 5)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
2019-07-19 02:17:15 +00:00
|
|
|
// the vvvvwca function
|
|
|
|
function vvvvwca(protocol_vvvvwca,authentication_vvvvwca)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
2019-07-19 02:17:15 +00:00
|
|
|
if (isSet(protocol_vvvvwca) && protocol_vvvvwca.constructor !== Array)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
2019-07-19 02:17:15 +00:00
|
|
|
var temp_vvvvwca = protocol_vvvvwca;
|
|
|
|
var protocol_vvvvwca = [];
|
|
|
|
protocol_vvvvwca.push(temp_vvvvwca);
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
2019-07-19 02:17:15 +00:00
|
|
|
else if (!isSet(protocol_vvvvwca))
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
2019-07-19 02:17:15 +00:00
|
|
|
var protocol_vvvvwca = [];
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
2019-07-19 02:17:15 +00:00
|
|
|
var protocol = protocol_vvvvwca.some(protocol_vvvvwca_SomeFunc);
|
2018-02-15 00:42:39 +00:00
|
|
|
|
2019-07-19 02:17:15 +00:00
|
|
|
if (isSet(authentication_vvvvwca) && authentication_vvvvwca.constructor !== Array)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
2019-07-19 02:17:15 +00:00
|
|
|
var temp_vvvvwca = authentication_vvvvwca;
|
|
|
|
var authentication_vvvvwca = [];
|
|
|
|
authentication_vvvvwca.push(temp_vvvvwca);
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
2019-07-19 02:17:15 +00:00
|
|
|
else if (!isSet(authentication_vvvvwca))
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
2019-07-19 02:17:15 +00:00
|
|
|
var authentication_vvvvwca = [];
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
2019-07-19 02:17:15 +00:00
|
|
|
var authentication = authentication_vvvvwca.some(authentication_vvvvwca_SomeFunc);
|
2018-02-15 00:42:39 +00:00
|
|
|
|
|
|
|
|
|
|
|
// set this function logic
|
|
|
|
if (protocol && authentication)
|
|
|
|
{
|
|
|
|
jQuery('#jform_private').closest('.control-group').show();
|
2018-09-10 11:04:52 +00:00
|
|
|
// add required attribute to private field
|
2019-07-19 02:17:15 +00:00
|
|
|
if (jform_vvvvwcavyb_required)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('private',0);
|
|
|
|
jQuery('#jform_private').prop('required','required');
|
|
|
|
jQuery('#jform_private').attr('aria-required',true);
|
|
|
|
jQuery('#jform_private').addClass('required');
|
2019-07-19 02:17:15 +00:00
|
|
|
jform_vvvvwcavyb_required = false;
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
jQuery('#jform_private').closest('.control-group').hide();
|
2018-09-10 11:04:52 +00:00
|
|
|
// remove required attribute from private field
|
2019-07-19 02:17:15 +00:00
|
|
|
if (!jform_vvvvwcavyb_required)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('private',1);
|
|
|
|
jQuery('#jform_private').removeAttr('required');
|
|
|
|
jQuery('#jform_private').removeAttr('aria-required');
|
|
|
|
jQuery('#jform_private').removeClass('required');
|
2019-07-19 02:17:15 +00:00
|
|
|
jform_vvvvwcavyb_required = true;
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-07-19 02:17:15 +00:00
|
|
|
// the vvvvwca Some function
|
|
|
|
function protocol_vvvvwca_SomeFunc(protocol_vvvvwca)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
|
|
|
// set the function logic
|
2019-07-19 02:17:15 +00:00
|
|
|
if (protocol_vvvvwca == 2)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
2019-07-19 02:17:15 +00:00
|
|
|
// the vvvvwca Some function
|
|
|
|
function authentication_vvvvwca_SomeFunc(authentication_vvvvwca)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
|
|
|
// set the function logic
|
2019-07-19 02:17:15 +00:00
|
|
|
if (authentication_vvvvwca == 2 || authentication_vvvvwca == 3)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
2019-07-19 02:17:15 +00:00
|
|
|
// the vvvvwcc function
|
|
|
|
function vvvvwcc(protocol_vvvvwcc,authentication_vvvvwcc)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
2019-07-19 02:17:15 +00:00
|
|
|
if (isSet(protocol_vvvvwcc) && protocol_vvvvwcc.constructor !== Array)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
2019-07-19 02:17:15 +00:00
|
|
|
var temp_vvvvwcc = protocol_vvvvwcc;
|
|
|
|
var protocol_vvvvwcc = [];
|
|
|
|
protocol_vvvvwcc.push(temp_vvvvwcc);
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
2019-07-19 02:17:15 +00:00
|
|
|
else if (!isSet(protocol_vvvvwcc))
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
2019-07-19 02:17:15 +00:00
|
|
|
var protocol_vvvvwcc = [];
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
2019-07-19 02:17:15 +00:00
|
|
|
var protocol = protocol_vvvvwcc.some(protocol_vvvvwcc_SomeFunc);
|
2018-02-15 00:42:39 +00:00
|
|
|
|
2019-07-19 02:17:15 +00:00
|
|
|
if (isSet(authentication_vvvvwcc) && authentication_vvvvwcc.constructor !== Array)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
2019-07-19 02:17:15 +00:00
|
|
|
var temp_vvvvwcc = authentication_vvvvwcc;
|
|
|
|
var authentication_vvvvwcc = [];
|
|
|
|
authentication_vvvvwcc.push(temp_vvvvwcc);
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
2019-07-19 02:17:15 +00:00
|
|
|
else if (!isSet(authentication_vvvvwcc))
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
2019-07-19 02:17:15 +00:00
|
|
|
var authentication_vvvvwcc = [];
|
2018-02-15 00:42:39 +00:00
|
|
|
}
|
2019-07-19 02:17:15 +00:00
|
|
|
var authentication = authentication_vvvvwcc.some(authentication_vvvvwcc_SomeFunc);
|
2018-02-15 00:42:39 +00:00
|
|
|
|
|
|
|
|
|
|
|
// set this function logic
|
2018-02-27 12:17:38 +00:00
|
|
|
if (protocol && authentication)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
2018-02-27 12:17:38 +00:00
|
|
|
jQuery('#jform_private_key').closest('.control-group').show();
|
2018-09-10 11:04:52 +00:00
|
|
|
// add required attribute to private_key field
|
2019-07-19 02:17:15 +00:00
|
|
|
if (jform_vvvvwccvyc_required)
|
2018-03-06 02:28:44 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('private_key',0);
|
|
|
|
jQuery('#jform_private_key').prop('required','required');
|
|
|
|
jQuery('#jform_private_key').attr('aria-required',true);
|
|
|
|
jQuery('#jform_private_key').addClass('required');
|
2019-07-19 02:17:15 +00:00
|
|
|
jform_vvvvwccvyc_required = false;
|
2018-03-06 02:28:44 +00:00
|
|
|
}
|
2018-02-27 12:17:38 +00:00
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
jQuery('#jform_private_key').closest('.control-group').hide();
|
2018-09-10 11:04:52 +00:00
|
|
|
// remove required attribute from private_key field
|
2019-07-19 02:17:15 +00:00
|
|
|
if (!jform_vvvvwccvyc_required)
|
2018-03-06 02:28:44 +00:00
|
|
|
{
|
|
|
|
updateFieldRequired('private_key',1);
|
|
|
|
jQuery('#jform_private_key').removeAttr('required');
|
|
|
|
jQuery('#jform_private_key').removeAttr('aria-required');
|
|
|
|
jQuery('#jform_private_key').removeClass('required');
|
2019-07-19 02:17:15 +00:00
|
|
|
jform_vvvvwccvyc_required = true;
|
2018-03-06 02:28:44 +00:00
|
|
|
}
|
2018-02-27 12:17:38 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-07-19 02:17:15 +00:00
|
|
|
// the vvvvwcc Some function
|
|
|
|
function protocol_vvvvwcc_SomeFunc(protocol_vvvvwcc)
|
2018-02-27 12:17:38 +00:00
|
|
|
{
|
|
|
|
// set the function logic
|
2019-07-19 02:17:15 +00:00
|
|
|
if (protocol_vvvvwcc == 2)
|
2018-02-27 12:17:38 +00:00
|
|
|
{
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
2019-07-19 02:17:15 +00:00
|
|
|
// the vvvvwcc Some function
|
|
|
|
function authentication_vvvvwcc_SomeFunc(authentication_vvvvwcc)
|
2018-02-27 12:17:38 +00:00
|
|
|
{
|
|
|
|
// set the function logic
|
2019-07-19 02:17:15 +00:00
|
|
|
if (authentication_vvvvwcc == 4 || authentication_vvvvwcc == 5)
|
2018-02-27 12:17:38 +00:00
|
|
|
{
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
2019-07-19 02:17:15 +00:00
|
|
|
// the vvvvwce function
|
|
|
|
function vvvvwce(protocol_vvvvwce,authentication_vvvvwce)
|
2018-02-27 12:17:38 +00:00
|
|
|
{
|
2019-07-19 02:17:15 +00:00
|
|
|
if (isSet(protocol_vvvvwce) && protocol_vvvvwce.constructor !== Array)
|
2018-02-27 12:17:38 +00:00
|
|
|
{
|
2019-07-19 02:17:15 +00:00
|
|
|
var temp_vvvvwce = protocol_vvvvwce;
|
|
|
|
var protocol_vvvvwce = [];
|
|
|
|
protocol_vvvvwce.push(temp_vvvvwce);
|
2018-02-27 12:17:38 +00:00
|
|
|
}
|
2019-07-19 02:17:15 +00:00
|
|
|
else if (!isSet(protocol_vvvvwce))
|
2018-02-27 12:17:38 +00:00
|
|
|
{
|
2019-07-19 02:17:15 +00:00
|
|
|
var protocol_vvvvwce = [];
|
2018-02-27 12:17:38 +00:00
|
|
|
}
|
2019-07-19 02:17:15 +00:00
|
|
|
var protocol = protocol_vvvvwce.some(protocol_vvvvwce_SomeFunc);
|
2018-02-15 00:42:39 +00:00
|
|
|
|
2019-07-19 02:17:15 +00:00
|
|
|
if (isSet(authentication_vvvvwce) && authentication_vvvvwce.constructor !== Array)
|
2018-02-27 12:17:38 +00:00
|
|
|
{
|
2019-07-19 02:17:15 +00:00
|
|
|
var temp_vvvvwce = authentication_vvvvwce;
|
|
|
|
var authentication_vvvvwce = [];
|
|
|
|
authentication_vvvvwce.push(temp_vvvvwce);
|
2018-02-27 12:17:38 +00:00
|
|
|
}
|
2019-07-19 02:17:15 +00:00
|
|
|
else if (!isSet(authentication_vvvvwce))
|
2018-02-27 12:17:38 +00:00
|
|
|
{
|
2019-07-19 02:17:15 +00:00
|
|
|
var authentication_vvvvwce = [];
|
2018-02-27 12:17:38 +00:00
|
|
|
}
|
2019-07-19 02:17:15 +00:00
|
|
|
var authentication = authentication_vvvvwce.some(authentication_vvvvwce_SomeFunc);
|
2018-02-27 12:17:38 +00:00
|
|
|
|
|
|
|
|
|
|
|
// set this function logic
|
|
|
|
if (protocol && authentication)
|
|
|
|
{
|
2018-02-15 00:42:39 +00:00
|
|
|
jQuery('#jform_secret').closest('.control-group').show();
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
jQuery('#jform_secret').closest('.control-group').hide();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-07-19 02:17:15 +00:00
|
|
|
// the vvvvwce Some function
|
|
|
|
function protocol_vvvvwce_SomeFunc(protocol_vvvvwce)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
|
|
|
// set the function logic
|
2019-07-19 02:17:15 +00:00
|
|
|
if (protocol_vvvvwce == 2)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
2019-07-19 02:17:15 +00:00
|
|
|
// the vvvvwce Some function
|
|
|
|
function authentication_vvvvwce_SomeFunc(authentication_vvvvwce)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
|
|
|
// set the function logic
|
2019-07-19 02:17:15 +00:00
|
|
|
if (authentication_vvvvwce == 2 || authentication_vvvvwce == 3 || authentication_vvvvwce == 4 || authentication_vvvvwce == 5)
|
2018-02-15 00:42:39 +00:00
|
|
|
{
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
|
|
|
|
// 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;
|
|
|
|
}
|