Documentation

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
since
6.0.0
access

public

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
since
6.0.0
access

public

submitButton()

Renders the close dialog button

public submitButton(mixed $title[, mixed $type = 'primary' ][, mixed $options = [] ]) : mixed
Parameters
$title : mixed
$type : mixed = 'primary'
$options : mixed = []
Tags
since
6.0.0
access

public


        
On this page

Search results