Code Index | File Index

Namespaces

Classes


Built-In Namespace _global_

Field Summary
Field Attributes Field Name and Description
 
dir
The language reading direction.
Method Summary
Method Attributes Method Name and Description
 
bottomSizer(coords, dy)
 
 
fixLength(length)
 
leftSizer(coords, dx)
 
 
 
 
 
 
 
 
rightSizer(coords, dx)
 
topSizer(coords, dy)
Field Detail
{String} dir
Since: 3.0
The language reading direction. Possible values are "rtl" for Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right languages (like English).
Defined in: lang/en.js.
Default Value:
'ltr'
Method Detail
{Undefined} bottomSizer(coords, dy)
Since: 3.0

Defined in: plugins/dialog/plugin.js.
NO EXAMPLE AVAILABLE
Parameters:
{Undefined} coords
{Undefined} dy

{Undefined} cleanInnerDefinition(def)
Since: 3.0

Defined in: plugins/dialogui/plugin.js.
NO EXAMPLE AVAILABLE
Parameters:
{Undefined} def

{Undefined} fixLength(length)
Since: 3.0

Defined in: plugins/dialog/plugin.js.
NO EXAMPLE AVAILABLE
Parameters:
{Undefined} length

{Undefined} leftSizer(coords, dx)
Since: 3.0

Defined in: plugins/dialog/plugin.js.
NO EXAMPLE AVAILABLE
Parameters:
{Undefined} coords
{Undefined} dx

{Undefined} mouseDownHandler(evt)
Since: 3.0

Defined in: plugins/dialog/plugin.js.
NO EXAMPLE AVAILABLE
Parameters:
{Undefined} evt

{Undefined} mouseMoveHandler(evt)
Since: 3.0

Defined in: plugins/dialog/plugin.js.
NO EXAMPLE AVAILABLE
Parameters:
{Undefined} evt

{Undefined} mouseUpHandler(evt)
Since: 3.0

Defined in: plugins/dialog/plugin.js.
NO EXAMPLE AVAILABLE
Parameters:
{Undefined} evt

{Undefined} protectUrls(html)
Since: 3.0

Defined in: plugins/wysiwygarea/plugin.js.
NO EXAMPLE AVAILABLE
Parameters:
{Undefined} html

{Undefined} protectUrls_ReplaceTags(tagMatch)
Since: 3.0

Defined in: plugins/wysiwygarea/plugin.js.
NO EXAMPLE AVAILABLE
Parameters:
{Undefined} tagMatch

{Undefined} protectUrlsRestore(html)
Since: 3.0

Defined in: plugins/wysiwygarea/plugin.js.
NO EXAMPLE AVAILABLE
Parameters:
{Undefined} html

{Undefined} protectUrlsRestore_ReplaceTags(tagMatch)
Since: 3.0

Defined in: plugins/wysiwygarea/plugin.js.
NO EXAMPLE AVAILABLE
Parameters:
{Undefined} tagMatch

{Undefined} rightSizer(coords, dx)
Since: 3.0

Defined in: plugins/dialog/plugin.js.
NO EXAMPLE AVAILABLE
Parameters:
{Undefined} coords
{Undefined} dx

{Undefined} topSizer(coords, dy)
Since: 3.0

Defined in: plugins/dialog/plugin.js.
NO EXAMPLE AVAILABLE
Parameters:
{Undefined} coords
{Undefined} dy

Copyright © 2003-2009, CKSource - Frederico Knabben. All rights reserved.