EasyBlogThemesHelperDialog
in package
Table of Contents
Methods
- cancelButton() : mixed
- Renders the close dialog button
- closeButton() : mixed
- Renders the close dialog button
- submitButton() : mixed
- Renders the close dialog button
Methods
cancelButton()
Renders the close dialog button
public
cancelButton([mixed $title = 'COM_EASYBLOG_CANCEL_BUTTON' ][, mixed $type = 'default' ][, mixed $options = [] ]) : mixed
Parameters
- $title : mixed = 'COM_EASYBLOG_CANCEL_BUTTON'
- $type : mixed = 'default'
- $options : mixed = []
Tags
closeButton()
Renders the close dialog button
public
closeButton([mixed $title = 'COM_EASYBLOG_CLOSE_BUTTON' ][, mixed $type = 'default' ][, mixed $options = [] ]) : mixed
Parameters
- $title : mixed = 'COM_EASYBLOG_CLOSE_BUTTON'
- $type : mixed = 'default'
- $options : mixed = []
Tags
submitButton()
Renders the close dialog button
public
submitButton(mixed $title[, mixed $type = 'primary' ][, mixed $options = [] ]) : mixed
Parameters
- $title : mixed
- $type : mixed = 'primary'
- $options : mixed = []