Uname: Linux p3plzcpnl499967.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
Software: Apache
PHP version: 8.2.30 [ PHP INFO ] PHP os: Linux
Server Ip: 208.109.40.231
Your Ip: 216.73.216.26
User: nayff91c5tsx (10005085) | Group: nayff91c5tsx (10005085)
Safe Mode: OFF
Disable Function:
NONE

name : box-shadow-vue-group.php
<cx-vui-switcher
	name="<?php echo $args['name'] . '-box-shadow-switch'; ?>"
	label="<?php echo sprintf( esc_html__( '%s box shadow settings', 'jet-menu' ), $args['label'] ); ?>"
	description="<?php echo esc_html__( 'Read more about', 'jet-menu' ); ?> <a href='https://developer.mozilla.org/en-US/docs/Web/CSS/box-shadow' target='_blank'>box shadow</a>"
	:wrapper-css="[ 'equalwidth' ]"
	return-true="true"
	return-false="false"
	v-model="pageOptions['<?php echo $args['name'] . '-box-shadow-switch'; ?>']['value']"
>
</cx-vui-switcher>

<cx-vui-component-wrapper
	:wrapper-css="[ 'fullwidth-control', 'group' ]"
	:conditions="[
		{
			input: this.pageOptions['<?php echo $args['name'] . '-box-shadow-switch'; ?>']['value'],
			compare: 'equal',
			value: 'true',
		}
	]"
>

	<cx-vui-switcher
		name="<?php echo $args['name'] . '-box-shadow-inset'; ?>"
		label="<?php echo sprintf( esc_html__( '%s shadow inset', 'jet-menu' ), $args['label'] ); ?>"
		:wrapper-css="[ 'equalwidth' ]"
		return-true="true"
		return-false="false"
		v-model="pageOptions['<?php echo $args['name'] . '-box-shadow-inset'; ?>']['value']"
	>
	</cx-vui-switcher>

	<cx-vui-colorpicker
		name="<?php echo $args['name'] . '-box-shadow-color'; ?>"
		label="<?php echo sprintf( esc_html__( '%s shadow color', 'jet-menu' ), $args['label'] ); ?>"
		:wrapper-css="[ 'equalwidth' ]"
		v-model="pageOptions['<?php echo $args['name'] . '-box-shadow-color'; ?>']['value']"
	></cx-vui-colorpicker>

	<cx-vui-input
		name="<?php echo $args['name'] . '-box-shadow-h'; ?>"
		label="<?php echo sprintf( esc_html__( '%s - position of the horizontal shadow', 'jet-menu' ), $args['label'] ); ?>"
		:wrapper-css="[ 'equalwidth' ]"
		size="fullwidth"
		type="number"
		:min="-50"
		:max="50"
		v-model="pageOptions['<?php echo $args['name'] . '-box-shadow-h'; ?>']['value']"
	>
	</cx-vui-input>

	<cx-vui-input
		name="<?php echo $args['name'] . '-box-shadow-v'; ?>"
		label="<?php echo sprintf( esc_html__( '%s - position of the vertical shadow', 'jet-menu' ), $args['label'] ); ?>"
		:wrapper-css="[ 'equalwidth' ]"
		size="fullwidth"
		type="number"
		:min="-50"
		:max="50"
		v-model="pageOptions['<?php echo $args['name'] . '-box-shadow-v'; ?>']['value']"
	>
	</cx-vui-input>

	<cx-vui-input
		name="<?php echo $args['name'] . '-box-shadow-blur'; ?>"
		label="<?php echo sprintf( esc_html__( '%s - shadow blur distance', 'jet-menu' ), $args['label'] ); ?>"
		:wrapper-css="[ 'equalwidth' ]"
		size="fullwidth"
		type="number"
		:min="-50"
		:max="50"
		v-model="pageOptions['<?php echo $args['name'] . '-box-shadow-blur'; ?>']['value']"
	>
	</cx-vui-input>

	<cx-vui-input
		name="<?php echo $args['name'] . '-box-shadow-spread'; ?>"
		label="<?php echo sprintf( esc_html__( '%s - shadow size', 'jet-menu' ), $args['label'] ); ?>"
		:wrapper-css="[ 'equalwidth' ]"
		size="fullwidth"
		type="number"
		:min="-50"
		:max="50"
		v-model="pageOptions['<?php echo $args['name'] . '-box-shadow-spread'; ?>']['value']"
	>
	</cx-vui-input>

</cx-vui-component-wrapper>

© 2026 GrazzMean