当前位置: 首页>>代码示例>>PHP>>正文


PHP Mage_Adminhtml_Block_System_Config_Form_Field::_prepareLayout方法代码示例

本文整理汇总了PHP中Mage_Adminhtml_Block_System_Config_Form_Field::_prepareLayout方法的典型用法代码示例。如果您正苦于以下问题:PHP Mage_Adminhtml_Block_System_Config_Form_Field::_prepareLayout方法的具体用法?PHP Mage_Adminhtml_Block_System_Config_Form_Field::_prepareLayout怎么用?PHP Mage_Adminhtml_Block_System_Config_Form_Field::_prepareLayout使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在Mage_Adminhtml_Block_System_Config_Form_Field的用法示例。


在下文中一共展示了Mage_Adminhtml_Block_System_Config_Form_Field::_prepareLayout方法的13个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。

示例1: _prepareLayout

 protected function _prepareLayout()
 {
     parent::_prepareLayout();
     if (Mage::getSingleton('cms/wysiwyg_config')->isEnabled()) {
         $this->getLayout()->getBlock('head')->setCanLoadTinyMce(true);
     }
 }
开发者ID:axovel,项目名称:exqzt,代码行数:7,代码来源:Confirmation.php

示例2: _prepareLayout

 protected function _prepareLayout()
 {
     $this->getLayout()->getBlock('head')->addJs('shopshark/jquery-1.8.3.min.js');
     $this->getLayout()->getBlock('head')->addJs('shopshark/jquery.noconflict.js');
     $this->getLayout()->getBlock('head')->addJs('shopshark/jquery.mColorPicker.min.js');
     return parent::_prepareLayout();
 }
开发者ID:xiaoguizhidao,项目名称:storebaby.it,代码行数:7,代码来源:Color.php

示例3: _prepareLayout

 /**
  * @return $this|Mage_Core_Block_Abstract
  */
 protected function _prepareLayout()
 {
     $this->_connection = Mage::getSingleton('core/resource')->getConnection(Mage_Core_Model_Resource::DEFAULT_SETUP_RESOURCE);
     parent::_prepareLayout();
     $this->setTemplate('schumacherfm/findexer/system/config/database.phtml');
     return $this;
 }
开发者ID:ThomasNegeli,项目名称:Magento-FastIndexer,代码行数:10,代码来源:Database.php

示例4: _prepareLayout

 /**
  * Set template to itself
  */
 protected function _prepareLayout()
 {
     parent::_prepareLayout();
     if (!$this->getTemplate()) {
         $this->setTemplate('magemonkey/system/config/oauth_wizard.phtml');
     }
     return $this;
 }
开发者ID:technomagegithub,项目名称:colb2b,代码行数:11,代码来源:OauthWizard.php

示例5: _prepareLayout

 /**
  * Set template to itself
  *
  * @return Steverobbins_Slack_Block_Adminhtml_System_Config_Channels
  */
 protected function _prepareLayout()
 {
     parent::_prepareLayout();
     if (!$this->getTemplate()) {
         $this->setTemplate('steverobbins/slack/system/config/channels.phtml');
     }
     return $this;
 }
开发者ID:steverobbins,项目名称:magento-slack,代码行数:13,代码来源:Channels.php

示例6: _prepareLayout

 protected function _prepareLayout()
 {
     parent::_prepareLayout();
     if (!$this->getTemplate()) {
         $this->setTemplate('ordermanager/order_status_color.phtml');
     }
     return $this;
 }
开发者ID:CE-Webmaster,项目名称:CE-Hub,代码行数:8,代码来源:Ordercolor.php

示例7: _prepareLayout

 /**
  * Set template to itself
  *
  * @return Ebizmarts_SweetMonkey_Block_Adminhtml_System_Config_Autovars
  */
 protected function _prepareLayout()
 {
     parent::_prepareLayout();
     if (!$this->getTemplate()) {
         $this->setTemplate('sweetmonkey/system/config/autovars.phtml');
     }
     return $this;
 }
开发者ID:magecheckout,项目名称:abandoned-cart,代码行数:13,代码来源:Autovars.php

示例8: _prepareLayout

 /**
  * Set template block template
  *
  * @return Tritac_ChannelEngine_Block_Adminhtml_System_Config_Feed
  */
 protected function _prepareLayout()
 {
     parent::_prepareLayout();
     if (!$this->getTemplate()) {
         $this->setTemplate('channelengine/system/config/feed/generate_button.phtml');
     }
     return $this;
 }
开发者ID:channelengine,项目名称:magento,代码行数:13,代码来源:Feed.php

示例9: _prepareLayout

 /**
  * Set template
  */
 protected function _prepareLayout()
 {
     parent::_prepareLayout();
     if (!$this->getTemplate()) {
         $this->setTemplate('rakuten/system/config/signup.phtml');
     }
     return $this;
 }
开发者ID:rakuten-deutschland,项目名称:checkout-magento,代码行数:11,代码来源:Signup.php

示例10: _prepareLayout

 /**
  * Make sure the template gets set appropriately
  * @return self
  */
 protected function _prepareLayout()
 {
     parent::_prepareLayout();
     if (!$this->getTemplate()) {
         $this->setTemplate('eb2ccore/system/config/testsftpconnection.phtml');
     }
     return $this;
 }
开发者ID:sirishreddyg,项目名称:magento-retail-order-management,代码行数:12,代码来源:Testsftpconnection.php

示例11: _prepareLayout

 /**
  * Set template to itself
  */
 protected function _prepareLayout()
 {
     parent::_prepareLayout();
     if (!$this->getTemplate()) {
         $this->setTemplate($this->_wizardTemplate);
     }
     return $this;
 }
开发者ID:SalesOneGit,项目名称:s1_magento,代码行数:11,代码来源:ApiWizard.php

示例12: _prepareLayout

 /**
  * Set template to itself
  *
  * @return Mage_Adminhtml_Block_Customer_System_Config_Validatevat
  */
 protected function _prepareLayout()
 {
     parent::_prepareLayout();
     if (!$this->getTemplate()) {
         $this->setTemplate('customer/system/config/validatevat.phtml');
     }
     return $this;
 }
开发者ID:cewolf2002,项目名称:magento,代码行数:13,代码来源:Validatevat.php

示例13: _prepareLayout

 /**
  * Set template to itself
  *
  * @return Newsman_Newsletter_Block_Adminhtml_System_Config_Manualsync
  */
 protected function _prepareLayout()
 {
     parent::_prepareLayout();
     if (!$this->getTemplate()) {
         $this->setTemplate('newsman/system/config/manualsync.phtml');
     }
     return $this;
 }
开发者ID:Newsman,项目名称:Magento-Newsman,代码行数:13,代码来源:Manualsync.php


注:本文中的Mage_Adminhtml_Block_System_Config_Form_Field::_prepareLayout方法示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。