Overview

Packages

  • currencysymbol
  • MAbout
  • Mage
    • Admin
    • Adminhtml
    • AdminNotification
    • Api
    • Api2
    • Authorizenet
    • Backup
    • Bundle
    • Captcha
    • Catalog
    • CatalogIndex
    • CatalogInventory
    • CatalogRule
    • CatalogSearch
    • Centinel
    • Checkout
    • Cms
    • Compiler
    • Connect
    • Contacts
    • Core
    • Cron
    • CurrencySymbol
    • Customer
    • Dataflow
    • Directory
    • DirtectPost
    • Downloadable
    • Eav
    • GiftMessage
    • GoogleAnalytics
    • GoogleBase
    • GoogleCheckout
    • ImportExport
    • Index
    • Install
    • Log
    • Media
    • Newsletter
    • Oauth
    • Page
    • PageCache
    • Paygate
    • Payment
    • Paypal
    • PaypalUk
    • Persistent
    • Poll
    • ProductAlert
    • Rating
    • Reports
    • Review
    • Rss
    • Rule
    • Sales
    • SalesRule
    • Sedfriend
    • Sendfriend
    • Shipping
    • Sitemap
    • Tag
    • Tax
    • Usa
    • Weee
    • Widget
    • Wishlist
    • XmlConnect
  • None
  • Phoenix
    • Moneybookers
  • PHP
  • Zend
    • Date
    • Mime
    • XmlRpc

Classes

  • Mage_Widget_Adminhtml_Widget_InstanceController
  • Mage_Widget_Adminhtml_WidgetController
  • Mage_Widget_Block_Adminhtml_Widget_Form
  • Mage_Widget_Block_Adminhtml_Widget_Instance
  • Mage_Widget_Block_Adminhtml_Widget_Instance_Edit
  • Mage_Widget_Block_Adminhtml_Widget_Instance_Edit_Chooser_Block
  • Mage_Widget_Block_Adminhtml_Widget_Instance_Edit_Chooser_Layout
  • Mage_Widget_Block_Adminhtml_Widget_Instance_Edit_Chooser_Template
  • Mage_Widget_Block_Adminhtml_Widget_Instance_Edit_Form
  • Mage_Widget_Block_Adminhtml_Widget_Instance_Edit_Tab_Main
  • Mage_Widget_Block_Adminhtml_Widget_Instance_Edit_Tab_Main_Layout
  • Mage_Widget_Block_Adminhtml_Widget_Instance_Edit_Tab_Properties
  • Mage_Widget_Block_Adminhtml_Widget_Instance_Edit_Tab_Settings
  • Mage_Widget_Block_Adminhtml_Widget_Instance_Edit_Tabs
  • Mage_Widget_Block_Adminhtml_Widget_Instance_Grid
  • Mage_Widget_Block_Adminhtml_Widget_Options
  • Mage_Widget_Helper_Data
  • Mage_Widget_Model_Mysql4_Widget
  • Mage_Widget_Model_Mysql4_Widget_Instance
  • Mage_Widget_Model_Mysql4_Widget_Instance_Collection
  • Mage_Widget_Model_Observer
  • Mage_Widget_Model_Resource_Widget
  • Mage_Widget_Model_Resource_Widget_Instance
  • Mage_Widget_Model_Resource_Widget_Instance_Collection
  • Mage_Widget_Model_Template_Filter
  • Mage_Widget_Model_Widget
  • Mage_Widget_Model_Widget_Config
  • Mage_Widget_Model_Widget_Instance

Interfaces

  • Mage_Widget_Block_Interface
  • Overview
  • Package
  • Class
  • Tree

Class Mage_Widget_Block_Adminhtml_Widget_Instance_Edit_Tab_Settings

Widget Instance Settings tab block

Varien_Object
Extended by Mage_Core_Block_Abstract
Extended by Mage_Core_Block_Template
Extended by Mage_Adminhtml_Block_Template
Extended by Mage_Adminhtml_Block_Widget
Extended by Mage_Adminhtml_Block_Widget_Form
Extended by Mage_Widget_Block_Adminhtml_Widget_Instance_Edit_Tab_Settings implements Mage_Adminhtml_Block_Widget_Tab_Interface
Package: Mage\Widget
Category: Mage
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Author: Magento Core Team <core@magentocommerce.com>
Located at code/core/Mage/Widget/Block/Adminhtml/Widget/Instance/Edit/Tab/Settings.php
Methods summary
protected
# _construct( )

Class constructor

Class constructor

Overrides

Mage_Adminhtml_Block_Widget_Form::_construct()
public string
# getTabLabel( )

Prepare label for tab

Prepare label for tab

Returns

string

Implementation of

Mage_Adminhtml_Block_Widget_Tab_Interface::getTabLabel()
public string
# getTabTitle( )

Prepare title for tab

Prepare title for tab

Returns

string

Implementation of

Mage_Adminhtml_Block_Widget_Tab_Interface::getTabTitle()
public true
# canShowTab( )

Returns status flag about this tab can be showen or not

Returns status flag about this tab can be showen or not

Returns

true

Implementation of

Mage_Adminhtml_Block_Widget_Tab_Interface::canShowTab()
public true
# isHidden( )

Returns status flag about this tab hidden or not

Returns status flag about this tab hidden or not

Returns

true

Implementation of

Mage_Adminhtml_Block_Widget_Tab_Interface::isHidden()
public Mage_Widget_Model_Widget_Instance
# getWidgetInstance( )

Getter

Getter

Returns

Mage_Widget_Model_Widget_Instance
protected Mage_Widget_Block_Adminhtml_Widget_Instance_Edit_Tab_Settings
# _prepareForm( )

Prepare form before rendering HTML

Prepare form before rendering HTML

Returns

Mage_Widget_Block_Adminhtml_Widget_Instance_Edit_Tab_Settings

Overrides

Mage_Adminhtml_Block_Widget_Form::_prepareForm()
public string
# getContinueUrl( )

Return url for continue button

Return url for continue button

Returns

string
public array
# getTypesOptionsArray( )

Retrieve array (widget_type => widget_name) of available widgets

Retrieve array (widget_type => widget_name) of available widgets

Returns

array
protected boolean
# _sortWidgets( array $a, array $b )

User-defined widgets sorting by Name

User-defined widgets sorting by Name

Parameters

$a
array
$a
$b
array
$b

Returns

boolean
public array
# getPackegeThemeOptionsArray( )

Retrieve package/theme options array

Retrieve package/theme options array

Returns

array
Methods inherited from Mage_Adminhtml_Block_Widget_Form
_addElementTypes(), _beforeToHtml(), _getAdditionalElementHtml(), _getAdditionalElementTypes(), _initFormValues(), _prepareLayout(), _setFieldset(), getForm(), getFormHtml(), setForm()
Methods inherited from Mage_Adminhtml_Block_Widget
_addBreadcrumb(), getButtonHtml(), getCurrentUrl(), getGlobalIcon(), getHtmlId(), getId()
Methods inherited from Mage_Adminhtml_Block_Template
_getUrlModelClass(), _toHtml(), getFormKey(), isOutputEnabled()
Methods inherited from Mage_Core_Block_Template
_getAllowSymlinks(), assign(), fetchView(), getArea(), getBaseUrl(), getCacheKeyInfo(), getDirectOutput(), getJsUrl(), getObjectData(), getShowTemplateHints(), getTemplate(), getTemplateFile(), renderView(), setScriptPath(), setTemplate()
Methods inherited from Mage_Core_Block_Abstract
__(), _afterCacheUrl(), _afterToHtml(), _beforeCacheUrl(), _beforeChildToHtml(), _getChildHtml(), _getSidPlaceholder(), _getUrlModel(), _loadCache(), _saveCache(), addToChildGroup(), addToParentGroup(), append(), countChildren(), escapeHtml(), escapeUrl(), formatDate(), formatTime(), getAction(), getAnonSuffix(), getBlockAlias(), getBlockHtml(), getCacheKey(), getCacheLifetime(), getCacheTags(), getChild(), getChildChildHtml(), getChildData(), getChildGroup(), getChildHtml(), getHelper(), getIsAnonymous(), getLayout(), getMessagesBlock(), getModuleName(), getNameInLayout(), getParentBlock(), getRequest(), getSkinUrl(), getSortedChildBlocks(), getSortedChildren(), getUrl(), getUrlBase64(), getUrlEncoded(), helper(), insert(), jsQuoteEscape(), setAnonSuffix(), setAttribute(), setBlockAlias(), setChild(), setFrameTags(), setIsAnonymous(), setLayout(), setMessagesBlock(), setNameInLayout(), setParentBlock(), sortChildren(), stripTags(), toHtml(), unsetCallChild(), unsetChild(), unsetChildren()
Constants inherited from Mage_Core_Block_Template
XML_PATH_DEBUG_TEMPLATE_HINTS, XML_PATH_DEBUG_TEMPLATE_HINTS_BLOCKS, XML_PATH_TEMPLATE_ALLOW_SYMLINK
Constants inherited from Mage_Core_Block_Abstract
CACHE_GROUP
Properties inherited from Mage_Adminhtml_Block_Widget_Form
$_form
Properties inherited from Mage_Core_Block_Template
$_allowSymlinks, $_baseUrl, $_jsUrl, $_showTemplateHints, $_showTemplateHintsBlocks, $_template, $_viewDir, $_viewVars
Properties inherited from Mage_Core_Block_Abstract
$_alias, $_anonSuffix, $_childGroups, $_children, $_childrenHtmlCache, $_frameCloseTag, $_frameOpenTag, $_isAnonymous, $_layout, $_messagesBlock, $_nameInLayout, $_parent, $_parentBlock, $_request, $_sortInstructions, $_sortedChildren, $_urlModel
Magento 1.7.0.2 API documentation generated by ApiGen 2.8.0