Class Mage_Adminhtml_Block_System_Email_Template_Edit

Description

Adminhtml system template edit block

Located in /Adminhtml/Block/System/Email/Template/Edit.php (line 35)

Varien_Object
   |
   --Mage_Core_Block_Abstract
      |
      --Mage_Core_Block_Template
         |
         --Mage_Adminhtml_Block_Template
            |
            --Mage_Adminhtml_Block_Widget
               |
               --Mage_Adminhtml_Block_System_Email_Template_Edit
Method Summary
Mage_Adminhtml_Block_System_Email_Template_Edit __construct ()
string getDeleteUrl ()
boolean getEditMode ()
string getFormHtml ()
string getHeaderText ()
string getLoadUrl ()
string getPreviewUrl ()
string getSaveUrl ()
string getUsedCurrentlyForPaths ([bool $asJSON = true])
string getUsedDefaultForPaths ([bool $asJSON = true])
void isTextType ()
array _getSystemConfigPathsParts (array $paths)
void _prepareLayout ()
Variables
Methods
Constructor __construct (line 39)
  • access: public
Mage_Adminhtml_Block_System_Email_Template_Edit __construct ()
getBackButtonHtml (line 157)
  • access: public
void getBackButtonHtml ()
getCurrentLocale (line 293)
  • access: public
void getCurrentLocale ()
getDeleteButtonHtml (line 193)
  • access: public
void getDeleteButtonHtml ()
getDeleteUrl (line 268)

Return delete url for customer group

  • access: public
string getDeleteUrl ()
getEditMode (line 208)

Return edit flag for block

  • access: public
boolean getEditMode ()
getEmailTemplate (line 278)

Retrive email template model

  • access: public
Mage_Core_Model_Email_Template getEmailTemplate ()
getFormHtml (line 233)

Return form block HTML

  • access: public
string getFormHtml ()
getHeaderText (line 218)

Return header text for form

  • access: public
string getHeaderText ()
getLoadButtonHtml (line 198)
  • access: public
void getLoadButtonHtml ()
getLoadUrl (line 303)

Load template url

  • access: public
string getLoadUrl ()
getLocaleOptions (line 283)
  • access: public
void getLocaleOptions ()
getOrigTemplateCode (line 408)

Return original template code of current template

  • access: public
string getOrigTemplateCode ()
getPreviewButtonHtml (line 188)
  • access: public
void getPreviewButtonHtml ()
getPreviewUrl (line 253)

Return preview action url for form

  • access: public
string getPreviewUrl ()
getResetButtonHtml (line 168)
  • access: public
void getResetButtonHtml ()
getSaveButtonHtml (line 183)
  • access: public
void getSaveButtonHtml ()
getSaveUrl (line 243)

Return action url for form

  • access: public
string getSaveUrl ()
getTemplateOptions (line 288)
  • access: public
void getTemplateOptions ()
getToggleButtonHtml (line 162)
  • access: public
void getToggleButtonHtml ()
getToHtmlButtonHtml (line 178)
  • access: public
void getToHtmlButtonHtml ()
getToPlainButtonHtml (line 173)
  • access: public
void getToPlainButtonHtml ()
getUsedCurrentlyForPaths (line 330)

Get paths of where current template is currently used

  • access: public
string getUsedCurrentlyForPaths ([bool $asJSON = true])
  • bool $asJSON
getUsedDefaultForPaths (line 314)

Get paths of where current template is used as default

  • access: public
string getUsedDefaultForPaths ([bool $asJSON = true])
  • bool $asJSON
isTextType (line 258)
  • access: public
void isTextType ()
_getSystemConfigPathsParts (line 346)

Convert xml config pathes to decorated names

  • access: protected
array _getSystemConfigPathsParts (array $paths)
  • array $paths
_prepareLayout (line 45)
  • access: protected
void _prepareLayout ()

Redefinition of:
Mage_Core_Block_Abstract::_prepareLayout()
Preparing global layout

Inherited Methods

Inherited From Mage_Adminhtml_Block_Widget

Mage_Adminhtml_Block_Widget::getButtonHtml()
Mage_Adminhtml_Block_Widget::getCurrentUrl()
Mage_Adminhtml_Block_Widget::getGlobalIcon()
Mage_Adminhtml_Block_Widget::getHtmlId()
Mage_Adminhtml_Block_Widget::getId()
Mage_Adminhtml_Block_Widget::_addBreadcrumb()

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:02:04 +0200 by phpDocumentor 1.4.3