class JHtmlIcons

Utility class for icons.

Methods

static  string
buttons( array $buttons)

Method to generate html code for a list of buttons

static  string
button( array $button)

Method to generate html code for a list of buttons

Details

static string buttons( array $buttons)

Method to generate html code for a list of buttons

Parameters

array $buttons Array of buttons

Return Value

string

static string button( array $button)

Method to generate html code for a list of buttons

Parameters

array $button Button properties

Return Value

string