Class Mage_Widget_Block_Adminhtml_Widget_Instance_Edit_Tab_Main_Layout

Description

Widget Instance page groups (predefined layouts group) to display on

Located in /Widget/Block/Adminhtml/Widget/Instance/Edit/Tab/Main/Layout.php (line 34)

Varien_Object
   |
   --Mage_Core_Block_Abstract
      |
      --Mage_Core_Block_Template
         |
         --Mage_Adminhtml_Block_Template
            |
            --Mage_Widget_Block_Adminhtml_Widget_Instance_Edit_Tab_Main_Layout
Variable Summary
Varien_Data_Form_Element_Abstract $_element
Method Summary
string getBlockChooserUrl ()
Varien_Data_Form_Element_Abstract getElement ()
string getLayoutsChooser ()
array getPageGroups ()
string render ( $element)
void setElement ( $element)
void _construct ()
Variables
Methods
getAddLayoutButtonHtml (line 264)

Retrieve add layout button html

  • access: public
string getAddLayoutButtonHtml ()
getBlockChooserUrl (line 109)

Generate url to get reference block chooser by ajax query

  • access: public
string getBlockChooserUrl ()
getCategoriesChooserUrl (line 89)

Generate url to get categories chooser by ajax query

  • access: public
string getCategoriesChooserUrl ()
getDisplayOnContainers (line 203)

Generate array of parameters for every container type to create html template

  • access: public
array getDisplayOnContainers ()
getDisplayOnSelectHtml (line 129)

Create and return html of select box Display On

  • access: public
string getDisplayOnSelectHtml ()
getElement (line 79)

Getter

  • access: public
Varien_Data_Form_Element_Abstract getElement ()
getLayoutsChooser (line 248)

Retrieve layout select chooser html

  • access: public
string getLayoutsChooser ()
getPageGroups (line 296)

Prepare and retrieve page groups data of widget instance

  • access: public
array getPageGroups ()
getProductsChooserUrl (line 99)

Generate url to get products chooser by ajax query

  • access: public
string getProductsChooserUrl ()
getRemoveLayoutButtonHtml (line 280)

Retrieve remove layout button html

  • access: public
string getRemoveLayoutButtonHtml ()
getTemplateChooserUrl (line 119)

Generate url to get template chooser by ajax query

  • access: public
string getTemplateChooserUrl ()
render (line 56)

Render given element (return html of element)

  • access: public
string render ( $element)
  • Varien_Data_Form_Element_Abstract $element
setElement (line 68)

Setter

  • access: public
void setElement ( $element)
  • Varien_Data_Form_Element_Abstract $element
_construct (line 45)

Internal constructor

  • access: protected
void _construct ()

Redefinition of:
Mage_Core_Block_Template::_construct()
Internal constructor, that is called from real constructor
_getDisplayOnOptions (line 148)

Retrieve Display On options array.

  • Categories (anchor and not anchor)
  • Products (product types depend on configuration)
  • Generic (predefined) pages (all pages and single layout update)

  • access: protected
array _getDisplayOnOptions ()

Inherited Methods

Inherited From Mage_Adminhtml_Block_Template

Mage_Adminhtml_Block_Template::getFormKey()
Mage_Adminhtml_Block_Template::isOutputEnabled()
Mage_Adminhtml_Block_Template::_getUrlModelClass()
Mage_Adminhtml_Block_Template::_toHtml()

Inherited From Mage_Core_Block_Template

Mage_Core_Block_Template::assign()
Mage_Core_Block_Template::fetchView()
Mage_Core_Block_Template::getArea()
Mage_Core_Block_Template::getBaseUrl()
Mage_Core_Block_Template::getCacheKeyInfo()
Mage_Core_Block_Template::getDirectOutput()
Mage_Core_Block_Template::getJsUrl()
Mage_Core_Block_Template::getObjectData()
Mage_Core_Block_Template::getShowTemplateHints()
Mage_Core_Block_Template::getTemplate()
Mage_Core_Block_Template::getTemplateFile()
Mage_Core_Block_Template::renderView()
Mage_Core_Block_Template::setScriptPath()
Mage_Core_Block_Template::setTemplate()
Mage_Core_Block_Template::_construct()
Mage_Core_Block_Template::_toHtml()

Inherited From Mage_Core_Block_Abstract

Mage_Core_Block_Abstract::addToChildGroup()
Mage_Core_Block_Abstract::addToParentGroup()
Mage_Core_Block_Abstract::append()
Mage_Core_Block_Abstract::countChildren()
Mage_Core_Block_Abstract::escapeHtml()
Mage_Core_Block_Abstract::escapeUrl()
Mage_Core_Block_Abstract::formatDate()
Mage_Core_Block_Abstract::formatTime()
Mage_Core_Block_Abstract::getAction()
Mage_Core_Block_Abstract::getAnonSuffix()
Mage_Core_Block_Abstract::getBlockAlias()
Mage_Core_Block_Abstract::getBlockHtml()
Mage_Core_Block_Abstract::getCacheKey()
Mage_Core_Block_Abstract::getCacheKeyInfo()
Mage_Core_Block_Abstract::getCacheLifetime()
Mage_Core_Block_Abstract::getCacheTags()
Mage_Core_Block_Abstract::getChild()
Mage_Core_Block_Abstract::getChildChildHtml()
Mage_Core_Block_Abstract::getChildData()
Mage_Core_Block_Abstract::getChildGroup()
Mage_Core_Block_Abstract::getChildHtml()
Mage_Core_Block_Abstract::getHelper()
Mage_Core_Block_Abstract::getIsAnonymous()
Mage_Core_Block_Abstract::getLayout()
Mage_Core_Block_Abstract::getMessagesBlock()
Mage_Core_Block_Abstract::getModuleName()
Mage_Core_Block_Abstract::getNameInLayout()
Mage_Core_Block_Abstract::getParentBlock()
Mage_Core_Block_Abstract::getRequest()
Mage_Core_Block_Abstract::getSkinUrl()
Mage_Core_Block_Abstract::getSortedChildBlocks()
Mage_Core_Block_Abstract::getSortedChildren()
Mage_Core_Block_Abstract::getUrl()
Mage_Core_Block_Abstract::getUrlBase64()
Mage_Core_Block_Abstract::getUrlEncoded()
Mage_Core_Block_Abstract::helper()
Mage_Core_Block_Abstract::htmlEscape()
Mage_Core_Block_Abstract::insert()
Mage_Core_Block_Abstract::jsQuoteEscape()
Mage_Core_Block_Abstract::setAnonSuffix()
Mage_Core_Block_Abstract::setAttribute()
Mage_Core_Block_Abstract::setBlockAlias()
Mage_Core_Block_Abstract::setChild()
Mage_Core_Block_Abstract::setFrameTags()
Mage_Core_Block_Abstract::setIsAnonymous()
Mage_Core_Block_Abstract::setLayout()
Mage_Core_Block_Abstract::setMessagesBlock()
Mage_Core_Block_Abstract::setNameInLayout()
Mage_Core_Block_Abstract::setParentBlock()
Mage_Core_Block_Abstract::stripTags()
Mage_Core_Block_Abstract::toHtml()
Mage_Core_Block_Abstract::unsetCallChild()
Mage_Core_Block_Abstract::unsetChild()
Mage_Core_Block_Abstract::unsetChildren()
Mage_Core_Block_Abstract::urlEscape()
Mage_Core_Block_Abstract::_afterCacheUrl()
Mage_Core_Block_Abstract::_afterToHtml()
Mage_Core_Block_Abstract::_beforeCacheUrl()
Mage_Core_Block_Abstract::_beforeChildToHtml()
Mage_Core_Block_Abstract::_beforeToHtml()
Mage_Core_Block_Abstract::_construct()
Mage_Core_Block_Abstract::_getChildHtml()
Mage_Core_Block_Abstract::_getUrlModel()
Mage_Core_Block_Abstract::_getUrlModelClass()
Mage_Core_Block_Abstract::_loadCache()
Mage_Core_Block_Abstract::_prepareLayout()
Mage_Core_Block_Abstract::_saveCache()
Mage_Core_Block_Abstract::_toHtml()
Mage_Core_Block_Abstract::__()
Class Constants

Documentation generated on Fri, 11 Feb 2011 17:07:41 +0200 by phpDocumentor 1.4.3