EasyBlogThemesHelperComposerField
in package
Table of Contents
Methods
- alignment() : mixed
- Renders an alignment option on the composer panel
- calendar() : mixed
- Renders a calendar field in the composer
- checkbox() : mixed
- Renders a checkbox field in the composer
- dropdown() : mixed
- Renders a dropdown for the composer panel
- label() : mixed
- Renders a label for a field in composer
- language() : mixed
- Renders a language field in the composer
- password() : mixed
- Renders a password field in the composer
- privacy() : mixed
- Renders a privacy field in the composer
- radio() : mixed
- Renders a radio in the composer
- text() : mixed
- Renders a text field in the composer
- textarea() : mixed
- Renders a textarea field in the composer
- toggler() : mixed
- Renders a toggle field in the composer
Methods
alignment()
Renders an alignment option on the composer panel
public
alignment([mixed $selected = null ][, mixed $attributes = [] ]) : mixed
Parameters
- $selected : mixed = null
- $attributes : mixed = []
Tags
calendar()
Renders a calendar field in the composer
public
calendar(mixed $name, mixed $value[, mixed $displayValue = '' ][, mixed $options = [] ]) : mixed
Parameters
- $name : mixed
- $value : mixed
- $displayValue : mixed = ''
- $options : mixed = []
Tags
checkbox()
Renders a checkbox field in the composer
public
checkbox(mixed $name, mixed $title[, mixed $value = null ][, mixed $attributes = array() ]) : mixed
Parameters
- $name : mixed
- $title : mixed
- $value : mixed = null
- $attributes : mixed = array()
Tags
dropdown()
Renders a dropdown for the composer panel
public
dropdown(mixed $name[, mixed $selected = '' ][, mixed $values = [] ][, mixed $options = [] ][, mixed $useValue = false ]) : mixed
Parameters
- $name : mixed
- $selected : mixed = ''
- $values : mixed = []
- $options : mixed = []
- $useValue : mixed = false
Tags
label()
Renders a label for a field in composer
public
label(mixed $title[, mixed $target = null ][, mixed $showInfo = false ]) : mixed
Parameters
- $title : mixed
- $target : mixed = null
- $showInfo : mixed = false
Tags
language()
Renders a language field in the composer
public
language(mixed $name, mixed $value[, mixed $options = [] ]) : mixed
Parameters
- $name : mixed
- $value : mixed
- $options : mixed = []
Tags
password()
Renders a password field in the composer
public
password(mixed $name, mixed $value[, mixed $options = [] ]) : mixed
Parameters
- $name : mixed
- $value : mixed
- $options : mixed = []
Tags
privacy()
Renders a privacy field in the composer
public
privacy(mixed $name, mixed $value[, mixed $options = [] ]) : mixed
Parameters
- $name : mixed
- $value : mixed
- $options : mixed = []
Tags
radio()
Renders a radio in the composer
public
radio(mixed $name, mixed $title[, mixed $id = null ][, mixed $options = [] ]) : mixed
Parameters
- $name : mixed
- $title : mixed
- $id : mixed = null
- $options : mixed = []
Tags
text()
Renders a text field in the composer
public
text(mixed $name, mixed $value[, mixed $options = [] ]) : mixed
Parameters
- $name : mixed
- $value : mixed
- $options : mixed = []
Tags
textarea()
Renders a textarea field in the composer
public
textarea(mixed $name, mixed $value[, mixed $options = [] ]) : mixed
Parameters
- $name : mixed
- $value : mixed
- $options : mixed = []
Tags
toggler()
Renders a toggle field in the composer
public
toggler(mixed $name, mixed $value[, mixed $options = [] ]) : mixed
Parameters
- $name : mixed
- $value : mixed
- $options : mixed = []