JButtonConfirm::fetchId/1.5
From Joomla! Documentation
JButtonConfirm::fetchId
Description
Get the button CSS Id.
Description:JButtonConfirm::fetchId [Edit Descripton]
public function fetchId ( $type='Confirm' $name= '' $text= '' $task= '' $list=true $hideMenu=false )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $type | 'Confirm' | ||
| $name | |||
| $text | |||
| $task | |||
| $list | true | ||
| $hideMenu | false |
- Returns string Button CSS Id
- Defined on line 59 of libraries/joomla/html/toolbar/button/confirm.php
- Since
See also
-
JButtonConfirm::fetchId on api.joomla.org
-
JButtonConfirm source code on JoomlaCode
-
Class JButtonConfirm
-
Subpackage Html
- Other versions of JButtonConfirm::fetchId
SeeAlso:JButtonConfirm::fetchId [Edit See Also]
User contributed notes
<CodeExamplesForm />