$69 GRAYBYTE WORDPRESS FILE MANAGER $42

SERVER : vnpttt-amd7f72-h1.vietnix.vn #1 SMP Fri May 24 12:42:50 UTC 2024
SERVER IP : 103.200.23.149 | ADMIN IP 216.73.216.22
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : NONE

/home/bqrcodec/contact.fpt.auto/wp-content/plugins/elementor/includes/controls/

HOME
Current File : /home/bqrcodec/contact.fpt.auto/wp-content/plugins/elementor/includes/controls//textarea.php
<?php
namespace Elementor;

use Elementor\Modules\DynamicTags\Module as TagsModule;

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly.
}

/**
 * Elementor textarea control.
 *
 * A base control for creating textarea control. Displays a classic textarea.
 *
 * @since 1.0.0
 */
class Control_Textarea extends Base_Data_Control {

	/**
	 * Get textarea control type.
	 *
	 * Retrieve the control type, in this case `textarea`.
	 *
	 * @since 1.0.0
	 * @access public
	 *
	 * @return string Control type.
	 */
	public function get_type() {
		return 'textarea';
	}

	/**
	 * Get textarea control default settings.
	 *
	 * Retrieve the default settings of the textarea control. Used to return the
	 * default settings while initializing the textarea control.
	 *
	 * @since 1.0.0
	 * @access protected
	 *
	 * @return array Control default settings.
	 */
	protected function get_default_settings() {
		return [
			'label_block' => true,
			'rows' => 5,
			'placeholder' => '',
			'ai' => [
				'active' => true,
				'type' => 'textarea',
			],
			'dynamic' => [
				'categories' => [ TagsModule::TEXT_CATEGORY ],
			],
		];
	}

	/**
	 * Render textarea control output in the editor.
	 *
	 * Used to generate the control HTML in the editor using Underscore JS
	 * template. The variables for the class are available using `data` JS
	 * object.
	 *
	 * @since 1.0.0
	 * @access public
	 */
	public function content_template() {
		?>
		<div class="elementor-control-field">
			<label for="<?php $this->print_control_uid(); ?>" class="elementor-control-title">{{{ data.label }}}</label>
			<div class="elementor-control-input-wrapper elementor-control-dynamic-switcher-wrapper">
				<textarea id="<?php $this->print_control_uid(); ?>" class="elementor-control-tag-area" rows="{{ data.rows }}" data-setting="{{ data.name }}" placeholder="{{ view.getControlPlaceholder() }}"></textarea>
			</div>
		</div>
		<# if ( data.description ) { #>
			<div class="elementor-control-field-description">{{{ data.description }}}</div>
		<# } #>
		<?php
	}
}

Current_dir [ WRITEABLE ] Document_root [ WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
30 Jan 2024 5.36 PM
bqrcodec / bqrcodec
0755
groups
--
30 Jan 2024 5.36 PM
bqrcodec / bqrcodec
0755
animation.php
4.679 KB
30 Jan 2024 5.36 PM
bqrcodec / bqrcodec
0755
base-data.php
3.66 KB
30 Jan 2024 5.36 PM
bqrcodec / bqrcodec
0755
base-icon-font.php
0.613 KB
30 Jan 2024 5.36 PM
bqrcodec / bqrcodec
0755
base-multiple.php
2.03 KB
30 Jan 2024 5.36 PM
bqrcodec / bqrcodec
0755
base-ui.php
0.504 KB
30 Jan 2024 5.36 PM
bqrcodec / bqrcodec
0755
base-units.php
3.303 KB
30 Jan 2024 5.36 PM
bqrcodec / bqrcodec
0755
base.php
3.08 KB
30 Jan 2024 5.36 PM
bqrcodec / bqrcodec
0755
box-shadow.php
3.393 KB
30 Jan 2024 5.36 PM
bqrcodec / bqrcodec
0755
button.php
1.678 KB
30 Jan 2024 5.36 PM
bqrcodec / bqrcodec
0755
choose.php
2.214 KB
30 Jan 2024 5.36 PM
bqrcodec / bqrcodec
0755
code.php
1.99 KB
30 Jan 2024 5.36 PM
bqrcodec / bqrcodec
0755
color.php
2.035 KB
30 Jan 2024 5.36 PM
bqrcodec / bqrcodec
0755
date-time.php
2.036 KB
30 Jan 2024 5.36 PM
bqrcodec / bqrcodec
0755
deprecated-notice.php
2.273 KB
30 Jan 2024 5.36 PM
bqrcodec / bqrcodec
0755
dimensions.php
4.938 KB
30 Jan 2024 5.36 PM
bqrcodec / bqrcodec
0755
divider.php
1.181 KB
30 Jan 2024 5.36 PM
bqrcodec / bqrcodec
0755
exit-animation.php
2.458 KB
30 Jan 2024 5.36 PM
bqrcodec / bqrcodec
0755
font.php
2.216 KB
30 Jan 2024 5.36 PM
bqrcodec / bqrcodec
0755
gallery.php
4.025 KB
30 Jan 2024 5.36 PM
bqrcodec / bqrcodec
0755
gaps.php
1.195 KB
30 Jan 2024 5.36 PM
bqrcodec / bqrcodec
0755
heading.php
1.316 KB
30 Jan 2024 5.36 PM
bqrcodec / bqrcodec
0755
hidden.php
0.926 KB
30 Jan 2024 5.36 PM
bqrcodec / bqrcodec
0755
hover-animation.php
4.233 KB
30 Jan 2024 5.36 PM
bqrcodec / bqrcodec
0755
icon.php
31.097 KB
30 Jan 2024 5.36 PM
bqrcodec / bqrcodec
0755
icons.php
7.586 KB
30 Jan 2024 5.36 PM
bqrcodec / bqrcodec
0755
image-dimensions.php
3.708 KB
30 Jan 2024 5.36 PM
bqrcodec / bqrcodec
0755
media.php
11.406 KB
30 Jan 2024 5.36 PM
bqrcodec / bqrcodec
0755
number.php
2.089 KB
30 Jan 2024 5.36 PM
bqrcodec / bqrcodec
0755
popover-toggle.php
2.664 KB
30 Jan 2024 5.36 PM
bqrcodec / bqrcodec
0755
raw-html.php
1.483 KB
30 Jan 2024 5.36 PM
bqrcodec / bqrcodec
0755
repeater.php
4.464 KB
30 Jan 2024 5.36 PM
bqrcodec / bqrcodec
0755
section.php
1.683 KB
30 Jan 2024 5.36 PM
bqrcodec / bqrcodec
0755
select.php
2.563 KB
30 Jan 2024 5.36 PM
bqrcodec / bqrcodec
0755
select2.php
2.692 KB
30 Jan 2024 5.36 PM
bqrcodec / bqrcodec
0755
slider.php
3.488 KB
30 Jan 2024 5.36 PM
bqrcodec / bqrcodec
0755
structure.php
2.487 KB
30 Jan 2024 5.36 PM
bqrcodec / bqrcodec
0755
switcher.php
2.076 KB
30 Jan 2024 5.36 PM
bqrcodec / bqrcodec
0755
tab.php
1.361 KB
30 Jan 2024 5.36 PM
bqrcodec / bqrcodec
0755
tabs.php
1.28 KB
30 Jan 2024 5.36 PM
bqrcodec / bqrcodec
0755
text-shadow.php
3.133 KB
30 Jan 2024 5.36 PM
bqrcodec / bqrcodec
0755
text.php
2.104 KB
30 Jan 2024 5.36 PM
bqrcodec / bqrcodec
0755
textarea.php
2.006 KB
30 Jan 2024 5.36 PM
bqrcodec / bqrcodec
0755
url.php
5.011 KB
30 Jan 2024 5.36 PM
bqrcodec / bqrcodec
0755
wp-widget.php
1.346 KB
30 Jan 2024 5.36 PM
bqrcodec / bqrcodec
0755
wysiwyg.php
1.734 KB
30 Jan 2024 5.36 PM
bqrcodec / bqrcodec
0755

GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME
Static GIF