Documentation

IMP_Dynamic_Helper_Base extends Horde_View_Helper_Base
in package

View helper class for all dynamic pages.

Tags
author

Michael Slusarz slusarz@horde.org

category

Horde

copyright

2012-2017 Horde LLC

license

http://www.horde.org/licenses/gpl GPL

Table of Contents

Methods

actionButton()  : string
Output an action button.

Methods

actionButton()

Output an action button.

public actionButton([array<string|int, mixed> $params = array() ]) : string
Parameters
$params : array<string|int, mixed> = array()

A list of parameters:

  • class: (string) The CSS classname to use for the link.
  • htmltitle: (string) The string to use for the HTML title attribute, if different than 'title'.
  • icon: (string) The icon CSS classname.
  • id: (string) The DOM ID of the link.
  • title: (string) The title string.
Return values
string

An HTML link to $url.


        
On this page

Search results