/home/techb158/public_html/wp-content/plugins/elementor/includes/controls
NameSizeModeActions
groups/-0755rm
alert.php18380666editdlrm
animation.php48700666editdlrm
base-data.php37500666editdlrm
base-icon-font.php5800666editdlrm
base-multiple.php20820666editdlrm
base-ui.php5160666editdlrm
base-units.php35790666editdlrm
base.php31540666editdlrm
box-shadow.php34740666editdlrm
button.php17180666editdlrm
choose.php22390666editdlrm
code.php20380666editdlrm
color.php20840666editdlrm
date-time.php20850666editdlrm
deprecated-notice.php23280666editdlrm
dimensions.php51200666editdlrm
divider.php8290666editdlrm
exit-animation.php26030666editdlrm
font.php22690666editdlrm
gallery.php74420666editdlrm
gaps.php16570666editdlrm
heading.php13480666editdlrm
hidden.php9480666editdlrm
hover-animation.php44250666editdlrm
icon.php320770666editdlrm
icons.php77480666editdlrm
image-dimensions.php37970666editdlrm
media.php153150666editdlrm
notice.php41690666editdlrm
number.php28310666editdlrm
popover-toggle.php27280666editdlrm
raw-html.php15190666editdlrm
repeater.php50830666editdlrm
section.php13620666editdlrm
select.php26250666editdlrm
select2.php27810666editdlrm
slider.php35720666editdlrm
structure.php25210666editdlrm
switcher.php21260666editdlrm
tab.php10300666editdlrm
tabs.php9440666editdlrm
text-shadow.php32080666editdlrm
text.php21300666editdlrm
textarea.php20540666editdlrm
url.php52490666editdlrm
visual-choice.php22040666editdlrm
wp-widget.php13780666editdlrm
wysiwyg.php17760666editdlrm
Edit: /home/techb158/public_html/wp-content/plugins/elementor/includes/controls/dimensions.php (5120B)
'', 'right' => '', 'bottom' => '', 'left' => '', 'isLinked' => true, ] ); } public function get_singular_name() { return 'dimension'; } /** * Get dimensions control default settings. * * Retrieve the default settings of the dimensions control. Used to return the * default settings while initializing the dimensions control. * * @since 1.0.0 * @access protected * * @return array Control default settings. */ protected function get_default_settings() { return array_merge( parent::get_default_settings(), [ 'label_block' => true, 'allowed_dimensions' => 'all', 'placeholder' => '', ] ); } protected function get_dimensions() { return [ 'top' => __( 'Top', 'elementor' ), 'right' => __( 'Right', 'elementor' ), 'bottom' => __( 'Bottom', 'elementor' ), 'left' => __( 'Left', 'elementor' ), ]; } /** * Render dimensions 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() { $class_name = $this->get_singular_name(); ?>
print_units_template(); ?>
    get_dimensions() as $dimension_key => $dimension_title ) : ?>
  • ' ) ) { #> disabled <# } #> />
<# if ( data.description ) { #>
{{{ data.description }}}
<# } #>