File Editor
Directories:
.. (Back)
motion
Files:
Alignment.php
Background.php
BackgroundLayout.php
Font.php
Height.php
HoverOptions.php
MaxHeight.php
MaxWidth.php
Media.php
MinHeight.php
MultiValue.php
MultiViewOptions.php
OptionTemplate.php
Overflow.php
Overlay.php
ResponsiveOptions.php
Sizing.php
Slider.php
StickyOptions.php
StyleProcessor.php
TransitionOptions.php
Width.php
WoocommerceModules.php
Create New File
Create
Edit File: MaxWidth.php
<?php /** * Helper class that provides necessary functions for managing max width option * * Class ET_Builder_Module_Helper_Max_Width */ class ET_Builder_Module_Helper_Max_Width extends ET_Builder_Module_Helper_Sizing { public function get_raw_field() { return 'max_width'; } }
Save Changes
Rename File
Rename