AreaEdit

Class HTMLArea.Config

Object
   |
   +--HTMLArea.Config

class HTMLArea.Config


This class manages an HTMLArea configuration.
Defined in htmlarea.js


Field Summary
 Object baseHref
          specify a base href for relative links
 Object baseURL
          BaseURL included in the iframe document
<private>  Object btn
          
 Object btnList
          
<private>  Object cfg
          
 Object charSet
          CharSet of the iframe, default is the charset of the document
 Object css_style
          Add an empty css_style to Config object's prototype the format is { '.className' : 'Description' }
 Object cssPluginConfig
          
 Object customSelects
          custom dropdown boxes.
 Object debug
          turns on original rudimentary debugging
<private>  Object editor
          Custom Button List
 Object fontname
          fonts list for font dropdown.
 Object fontsize
          fontsize dropdown
 Object formatblock
          format block dropdown
 Object fullPage
          retrieve full HTML?
 Object height
          auto-size the height
 Object helpURL
          absolute location of help file
 Object htmlareaPaste
          intercept ^V?
 Object htmlRemoveTags
          remove tags?
 Object ImageManager
          ImageManager plugin configuration
 Object imgURL
          relative location of default editor images/buttons
 Object killWordOnPaste
          set to true if you want Word code to be cleaned upon Paste
 Object lang
          default language of the editor
 Object lcBackend
          lcBackend - localization backend.
 Object Linker
          linker configuration
 Object linkReplacementMode
          type of URL replacements in the document - fullyqualified or absolute
 Object makeLinkShowsTarget
          enable the 'Target' field in the Make Link dialog
 Object mozParaHandler
          paragraph handler to use.
 Object pageStyle
          style included in the iframe document
 Object pageStyleSheets
          external stylesheets to load (REFERENCE THESE ABSOLUTELY)
 Object panel_dimensions
          Dimensions of the "Right Side" panel, when present
 Object popupURL
          relative location of popups
 Object sizeIncludesToolbar
          include toolbar in size calculation
 Object specialReplacements
          special replacements
 Object SpellChecker
          
 Object statusBar
          enable creation of a status bar?
 Object stripBaseHref
          force hrefs to be relative?
 Object stripSelfNamedAnchors
          remove local anchors?
 Object tidy_handler
          
 Object toolbar
          default toolbar.
 Object undoSteps
          maximum size of the undo queue
 Object undoTimeout
          the time interval at which undo samples are taken
 Object URIs
          various often used URI's
 Object version
          
 Object width
          constrain the width of the editor to the toolbar
 
Constructor Summary
HTMLArea.Config ()
            Configuration Constructor.
 
Method Summary
 <private>  void cut_copy_paste(e, cmd, obj)
           default cut_copy_paste handler
 void hideSomeButtons(remove)
           Remove some buttons or drop-down boxes from the toolbar.
 Object registerButton(id, tooltip, image, textMode, action, context)
           register new button Helper function register a new button with the configuration.
 void registerDropdown(object)
           registerDropdown
 void stylistLoadStyles(styles, altnames)
           This method takes raw style definitions and uses them in the stylist
 void stylistLoadStylesheet(url, altnames)
           This method loads an external stylesheet and uses it in the stylist

Field Detail

baseHref

Object baseHref

baseURL

Object baseURL

btn

<private> Object btn

btnList

Object btnList

cfg

<private> Object cfg

charSet

Object charSet

css_style

Object css_style

cssPluginConfig

Object cssPluginConfig

customSelects

Object customSelects

debug

Object debug

editor

<private> Object editor

fontname

Object fontname

fontsize

Object fontsize

formatblock

Object formatblock

fullPage

Object fullPage

height

Object height

helpURL

Object helpURL

htmlareaPaste

Object htmlareaPaste

htmlRemoveTags

Object htmlRemoveTags

ImageManager

Object ImageManager

imgURL

Object imgURL

killWordOnPaste

Object killWordOnPaste

lang

Object lang

lcBackend

Object lcBackend

Linker

Object Linker

linkReplacementMode

Object linkReplacementMode

makeLinkShowsTarget

Object makeLinkShowsTarget

mozParaHandler

Object mozParaHandler

pageStyle

Object pageStyle

pageStyleSheets

Object pageStyleSheets

panel_dimensions

Object panel_dimensions

popupURL

Object popupURL

sizeIncludesToolbar

Object sizeIncludesToolbar

specialReplacements

Object specialReplacements

SpellChecker

Object SpellChecker

statusBar

Object statusBar

stripBaseHref

Object stripBaseHref

stripSelfNamedAnchors

Object stripSelfNamedAnchors

tidy_handler

Object tidy_handler

toolbar

Object toolbar

undoSteps

Object undoSteps

undoTimeout

Object undoTimeout

URIs

Object URIs

version

Object version

width

Object width

Constructor Detail

HTMLArea.Config

HTMLArea.Config()

Method Detail

cut_copy_paste

 <private> void cut_copy_paste(e, cmd, obj)

hideSomeButtons

void hideSomeButtons(remove)

registerButton

Object registerButton(id, tooltip, image, textMode, action, context)

registerDropdown

void registerDropdown(object)

stylistLoadStyles

void stylistLoadStyles(styles, altnames)

stylistLoadStylesheet

void stylistLoadStylesheet(url, altnames)

AreaEdit

Documentation generated by JSDoc on Mon Jun 13 20:27:40 2005