\DevOwl\Customize\controlsCssMarginInput

Provide a CSS margin input with 4 dimension input fields (top, right, bottom, left).

It can also be used for padding.

Summary

Methods
Properties
Constants
__construct()
json()
$type
$dashicon
No constants found
render_content()
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$type

$type :string

Type.

Type

string

$dashicon

$dashicon :string

Used dashicon.

Type

string

Methods

__construct()

__construct(\WP_Customize_Manager  $manager,string  $id,array  $args = array())

C'tor.

Parameters

\WP_Customize_Manager $manager
string $id
array $args

json()

json()

Refresh the parameters passed to the JavaScript via JSON.

render_content()

render_content()

Render empty control (no `input`!) cause it is rendered via frontend. Avoids also `value="Array"` to be printed.