Methods summary
public
|
#
__construct( )
Constructor Setting view parameters
Constructor Setting view parameters
|
protected
Mage_Core_Block_Abstract
|
#
_prepareLayout( )
Adding preview for images if application was submitted(so we have saved
images)
Adding preview for images if application was submitted(so we have saved
images)
Returns
Overrides
|
public
|
#
addImage( Varien_Data_Form_Element_Fieldset $fieldset, string $fieldName, string $title, string $note = '', string $default = '', boolean $required = false )
Add image uploader to fieldset
Add image uploader to fieldset
Parameters
- $fieldset
Varien_Data_Form_Element_Fieldset $fieldset
- $fieldName
string $fieldName
- $title
string $title
- $note
string $note
- $default
string $default
- $required
boolean $required
Overrides
|
protected
Mage_Adminhtml_Block_Widget_Form
|
#
_prepareForm( )
Prepare form before rendering HTML
Prepare form before rendering HTML
Returns
Overrides
|
public
string
|
#
getTabLabel( )
Prepare label for tab
Returns
string
Implementation of
|
public
string
|
#
getTabTitle( )
Prepare title for tab
Returns
string
Implementation of
|
public
true
|
#
canShowTab( )
Returns status flag about this tab can be shown or not
Returns status flag about this tab can be shown or not
Returns
true
Implementation of
|
public
false
|
#
isHidden( )
Returns status flag about this tab hidden or not
Returns status flag about this tab hidden or not
Returns
false
Implementation of
|
protected
array
|
|
protected
string
|
#
_toHtml( )
Prepare html output Adding preview for images if application was submitted(so
we have saved images)
Prepare html output Adding preview for images if application was submitted(so
we have saved images)
Returns
string
Overrides
|