Zapatec Utils

Class Zapatec

Object
   |
   +--Zapatec

class Zapatec

Defined in zapatec-core.js


Nested Class Summary
<static class> Zapatec.ColorPicker
<static class> Zapatec.ChildWidget
<static class> Zapatec.ImagePreloader
<static class> Zapatec.PreloadImages
<static class> Zapatec.Modal
<static class> Zapatec.Indicator
<static class> Zapatec.word2num
<static class> Zapatec.Spinner
<static class> Zapatec.StyleSheet
<static class> Zapatec.Transport
<static class> Zapatec.BasicTree
<static class> Zapatec.Wizard
<static class> Zapatec.EventDriven
<static class> Zapatec.Pane
<static class> Zapatec.EditInline
<static class> Zapatec.demo
<static class> Zapatec.ProgressBar
<static class> Zapatec.Widget
<static class> Zapatec.SRProp
<static class> Zapatec.Tab
<static class> Zapatec.Tabs
<static class> Zapatec.TabsWizard
<static class> Zapatec.AccordionTab
<static class> Zapatec.AccordionTabs
<static class> Zapatec.Tree
 
Field Summary
<static>  Object CommandEvent
          Command event interface.
<static>  Object Drag
          
<static>  Object FixateOnScreen
          
<static>  Object GlobalEvents
          The object working with global controlled events.
<static>  Object include
          Shortcut.
<static>  Object is_gecko
          
<static>  Object is_ie
          
<static>  Object is_ie5
          
<static>  Object is_ie7
          
<static>  Object is_khtml
          
<static>  Object is_konqueror
          
<static>  Object is_mac_ie
          
<static>  Object is_opera
          
<static>  Object is_webkit
          
<static>  Object isLite
          
<static>  Object Movable
          This is a set of functionality used for moving object and is implemented in interface (mixin) manner.
<static>  Object Resizable
          This is a set of functionality used for resizing object and is implemented in interface (mixin) manner.
<static>  Object ScrollWithWindow
          Zapatec ScrollWithWindow Widget.
<static>  Object Sizable
          This is a set of functionality used for sizing object and is implemented in interface (mixin) manner.
<static>  Object tabsPath
          
<static>  Object treePath
          
<static>  Object Utils
          
<static>  Object webkitVersion
          
<static>  Object windowLoaded
          This is some kind of indicator that window has already loaded.
<static>  Object zapatecPath
          
 
Constructor Summary
Zapatec()
            Namespace definition.
 
Method Summary
<static> array Array(arr)
           This is a constructor for Zapatec Array.
<static> string getPath(<string> sId)
           Returns path from the script element with specified id.
<static> object Hash(hash)
           This is a constructor for Zapatec Hash.
<static> boolean implement(classOrObject, interfaceStr)
           This is a type of interface technology (mixin).
<static> void inherit(<object> oSubClass, <object> oSuperClass, <object> oArg)
           Extends one class with another.
<static> Object isArray(arr)
           Returns true if object is an array.
<static> Object isDate(date)
           Returns true if object is a Date object.
<static> Object isHtmlElement(el)
           Returns true if this is HTML element.
<static> Object isMovableObj(obj)
           Returns true if object has movable interface.
<static> Object isSizableObj(obj)
           Returns true if object has sizable interface.
<static> void Log(objArgs)
           Displays error message.

Field Detail

CommandEvent

<static> Object CommandEvent

Drag

<static> Object Drag

FixateOnScreen

<static> Object FixateOnScreen

GlobalEvents

<static> Object GlobalEvents

include

<static> Object include

is_gecko

<static> Object is_gecko

is_ie

<static> Object is_ie

is_ie5

<static> Object is_ie5

is_ie7

<static> Object is_ie7

is_khtml

<static> Object is_khtml

is_konqueror

<static> Object is_konqueror

is_mac_ie

<static> Object is_mac_ie

is_opera

<static> Object is_opera

is_webkit

<static> Object is_webkit

isLite

<static> Object isLite

Movable

<static> Object Movable

Resizable

<static> Object Resizable

ScrollWithWindow

<static> Object ScrollWithWindow

Sizable

<static> Object Sizable

tabsPath

<static> Object tabsPath

treePath

<static> Object treePath

Utils

<static> Object Utils

webkitVersion

<static> Object webkitVersion

windowLoaded

<static> Object windowLoaded

zapatecPath

<static> Object zapatecPath

Constructor Detail

Zapatec

Zapatec()

Method Detail

Array

<static> array Array(arr)

getPath

<static> string getPath(<string> sId)

Hash

<static> object Hash(hash)

implement

<static> boolean implement(classOrObject, interfaceStr)

inherit

<static> void inherit(<object> oSubClass, <object> oSuperClass, <object> oArg)

isArray

<static> Object isArray(arr)

isDate

<static> Object isDate(date)

isHtmlElement

<static> Object isHtmlElement(el)

isMovableObj

<static> Object isMovableObj(obj)

isSizableObj

<static> Object isSizableObj(obj)

Log

<static> void Log(objArgs)

Zapatec Utils

Documentation generated by JSDoc on Thu Aug 16 12:18:39 2007