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)
 
 
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} $()
Since: 3.0

Defined in: core/tools.js.
NO EXAMPLE AVAILABLE

{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} 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} 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.