Render a tooltip as a jQuery tooltip

$Id$

filesource
package Gems
subpackage Form

 Methods

Get class with which to define description

getClass() : string

Defaults to 'tooltip'

Returns

string

Get escape flag

getEscape() : true

Returns

true

Get view helper for rendering container

getHelper() : string

Returns

string

getImg()

getImg() 

Get HTML tag, if any, with which to surround tooltip

getTag() : string

Returns

string

Render a tooltip

render(string $content) : string

Parameters

$content

string

Returns

string

Set whether or not to escape tooltip

setEscape(boolean $flag) : \Gems_Form_Decorator_Tooltip

Parameters

$flag

boolean

Returns

\Gems_Form_Decorator_Tooltip

Set HTML tag with which to surround description

setTag(string $tag) : \Zend_Form_Decorator_Description

Parameters

$tag

string

Returns

\Zend_Form_Decorator_Description

 Properties

 

Whether or not to escape the description Default: false

$_escape : boolean

Default

false
 

View helper

$_helper : string

Default

 

Default placement: append

$_placement : string

Default

'PREPEND'
 

HTML tag with which to surround description

$_tag : string

Default