EasyBlogThemesHelperForm
in package
Table of Contents
Methods
- browseBlog() : mixed
- Renders a blog post browser form
- browseCategory() : mixed
- Renders a category browser form
- buildNestedCategories() : mixed
- category() : mixed
- Generates a dropdown list of categories on the site
- fieldGroups() : mixed
- Renders a custom field group browser form
- generateNestedCategoriesOutput() : mixed
- Generates a list of category options in a select list
- scopes() : mixed
- Displays dropdown list for the Facebook scopes permission
- tag() : mixed
- Renders a tag browser form
- team() : mixed
- Renders a team browser form
- teamAccess() : mixed
- Renders the team access dropdown
- usertags() : mixed
- Renders bloggers form like tags picker
Methods
browseBlog()
Renders a blog post browser form
public
browseBlog(mixed $name, mixed $value[, mixed $id = null ][, mixed $attributes = [] ]) : mixed
Parameters
- $name : mixed
- $value : mixed
- $id : mixed = null
- $attributes : mixed = []
Tags
browseCategory()
Renders a category browser form
public
browseCategory(mixed $name, mixed $value[, mixed $id = null ][, mixed $options = [] ]) : mixed
Parameters
- $name : mixed
- $value : mixed
- $id : mixed = null
- $options : mixed = []
Tags
buildNestedCategories()
public
static buildNestedCategories(mixed $category[, mixed $exclusion = array() ][, mixed $writeOnly = true ][, mixed $publishedOnly = true ]) : mixed
Parameters
- $category : mixed
- $exclusion : mixed = array()
- $writeOnly : mixed = true
- $publishedOnly : mixed = true
category()
Generates a dropdown list of categories on the site
public
category(mixed $element[, mixed $id = '' ][, mixed $selected = '' ][, mixed $attributes = '' ][, mixed $parentId = null ][, mixed $exclusion = [] ]) : mixed
Parameters
- $element : mixed
- $id : mixed = ''
- $selected : mixed = ''
- $attributes : mixed = ''
- $parentId : mixed = null
- $exclusion : mixed = []
Tags
fieldGroups()
Renders a custom field group browser form
public
fieldGroups(mixed $name, mixed $value[, mixed $id = null ][, mixed $attributes = [] ]) : mixed
Parameters
- $name : mixed
- $value : mixed
- $id : mixed = null
- $attributes : mixed = []
Tags
generateNestedCategoriesOutput()
Generates a list of category options in a select list
public
static generateNestedCategoriesOutput(mixed $category, mixed &$categoryOptions[, mixed $selected = 0 ][, mixed $depth = 0 ]) : mixed
Parameters
- $category : mixed
- $categoryOptions : mixed
- $selected : mixed = 0
- $depth : mixed = 0
Tags
scopes()
Displays dropdown list for the Facebook scopes permission
public
scopes(mixed $name, mixed $id[, mixed $selected = null ][, mixed $autopostType = 'facebook' ]) : mixed
Parameters
- $name : mixed
- $id : mixed
- $selected : mixed = null
- $autopostType : mixed = 'facebook'
Tags
tag()
Renders a tag browser form
public
tag(mixed $name, mixed $value[, mixed $id = null ]) : mixed
Parameters
- $name : mixed
- $value : mixed
- $id : mixed = null
Tags
team()
Renders a team browser form
public
team(mixed $name, mixed $value[, mixed $id = null ]) : mixed
Parameters
- $name : mixed
- $value : mixed
- $id : mixed = null
Tags
teamAccess()
Renders the team access dropdown
public
teamAccess(mixed $name, mixed $value) : mixed
Parameters
- $name : mixed
- $value : mixed
Tags
usertags()
Renders bloggers form like tags picker
public
usertags(mixed $name, mixed $value[, mixed $id = null ][, mixed $attributes = [] ]) : mixed
Parameters
- $name : mixed
- $value : mixed
- $id : mixed = null
- $attributes : mixed = []