|
AreaEdit | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--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 |
Object baseHref
Object baseURL
<private> Object btn
Object btnList
<private> Object cfg
Object charSet
Object css_style
Object cssPluginConfig
Object customSelects
Object debug
<private> Object editor
Object fontname
Object fontsize
Object formatblock
Object fullPage
Object height
Object helpURL
Object htmlareaPaste
Object htmlRemoveTags
Object ImageManager
Object imgURL
Object killWordOnPaste
Object lang
Object lcBackend
Object Linker
Object linkReplacementMode
Object makeLinkShowsTarget
Object mozParaHandler
Object pageStyle
Object pageStyleSheets
Object panel_dimensions
Object popupURL
Object sizeIncludesToolbar
Object specialReplacements
Object SpellChecker
Object statusBar
Object stripBaseHref
Object stripSelfNamedAnchors
Object tidy_handler
Object toolbar
Object undoSteps
Object undoTimeout
Object URIs
Object version
Object width
Constructor Detail |
HTMLArea.Config()
Method Detail |
<private> void cut_copy_paste(e, cmd, obj)
void hideSomeButtons(remove)
Object registerButton(id, tooltip, image, textMode, action, context)
element });
void registerDropdown(object)
void stylistLoadStyles(styles, altnames)
void stylistLoadStylesheet(url, altnames)
|
AreaEdit | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |