| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

Constant

Page history last edited by PBworks 17 years, 8 months ago

Constant

(extends Object)


Object Summary

Includes enumeration constants that are used here and there throughout s@rdalya.


Members

 

Constant.Format.NUMERIC

A numeric value.

Constant.Format.INTEGER

An integer value.

Constant.Format.MOBILE

A mobile number.

Constant.Format.EMAIL

An e-mail.

 

Constant.Mouse.DRAG

Denotes that the mouse is dragging something.

Constant.Mouse.RESIZE

Denotes that the mouse is resizing something.

Constant.Mouse.DOWN

The mouse is clicked.

 

Constant.Key.ENTER

Enter key is pressed.

Constant.Key.BACKSPACE

Backspace is pressed.

Constant.Key.TAB

Tab key is pressed.

Constant.Key.ESCAPE

Escape key is pressed.

Constant.Key.DELETE

Delete key is pressed.

Constant.Key.UP

Up arrow is pressed.

Constant.Key.RIGHT

Right arrow is pressed.

Constant.Key.DOWN

Down arrow is pressed.

Constant.Key.LEFT

Left arrow is pressed.

Constant.Key.ANYKEY

Any key is pressed ("any key"; not "any" key ;)).

 

Constant.NodeType.TEXT

A textual DOM node.

 

Constant.NOT_INITED

The object has not been initialized.

 

Constant.Orientation.HORIZONTAL

Horizontal orientation.

 

Constant.Orientation.VERTICAL

Vertical orientation.

 

Constant.Orientation.BOTH

Planar orientation.

 

Constant.NULL

A dummy empty function.


See Also

 

None given.


Usage Examples

 

Comments (0)

You don't have permission to comment on this page.