Class Mage_Cms_Model_Wysiwyg_Config

Description

Wysiwyg Config for Editor HTML Element

Located in /Cms/Model/Wysiwyg/Config.php (line 34)

Varien_Object
   |
   --Mage_Cms_Model_Wysiwyg_Config
Class Constant Summary
WYSIWYG_DISABLED = 'disabled'
WYSIWYG_ENABLED = 'enabled'
WYSIWYG_HIDDEN = 'hidden'
Method Summary
Varien_Object getConfig ([$data $data = array()])
bool isEnabled ()
bool isHidden ()
Methods
getConfig (line 59)

Return Wysiwyg config as Varien_Object

Config options description:

enabled: Enabled Visual Editor or not hidden: Show Visual Editor on page load or not use_container: Wrap Editor contents into div or not no_display: Hide Editor container or not (related to use_container) translator: Helper to translate phrases in lib files_browser_*: Files Browser (media, images) settings encode_directives: Encode template directives with JS or not

  • access: public
Varien_Object getConfig ([$data $data = array()])
  • $data $data: Varien_Object constructor params to override default config values
getSkinImagePlaceholderUrl (line 98)

Return URL for skin images placeholder

  • access: public
string getSkinImagePlaceholderUrl ()
isEnabled (line 108)

Check whether Wysiwyg is enabled or not

  • access: public
bool isEnabled ()
isHidden (line 124)

Check whether Wysiwyg is loaded on demand or not

  • access: public
bool isHidden ()
Class Constants
WYSIWYG_DISABLED = 'disabled' (line 41)
WYSIWYG_ENABLED = 'enabled' (line 39)

Wysiwyg behaviour

WYSIWYG_HIDDEN = 'hidden' (line 40)

Documentation generated on Fri, 11 Feb 2011 16:59:13 +0200 by phpDocumentor 1.4.3