Module:libextPackage:wrapParent:ObjectCopyright (c) 2007, 2008 Point5U, LLC
Milescript - ExtJS Wrapper Library: Project Home | Documentation

wrap.Ext

Inheritance : Object

Methods

NameSignature
addBehvaiorsvoid addBehvaiors(Object obj)
applyObject apply(Object obj, Object config, Object defaults)
applyIfObject applyIf(Object obj, Object config)
decodevoid decode()
destroyvoid destroy((Element, Component)...)
eachvoid each(Array<Node> array, Function fn, Object scope)
eachvoid each(Object array, Function fn, Object scope)
eachvoid each(Array<Object> array, Function fn, Object scope)
encodevoid encode()
escapeReString escapeRe(String str)
extendvoid extend(Object subclass, Object superclass)
extendvoid extend(Object subclass, Object superclass, Object overrides)
flyElement fly(String el)
flyElement fly(HTMLElement el)
flyElement fly(HTMLElement el, String named)
flyElement fly(String el, String named)
getElement get(String id)
getElement get(Element id)
getElement get(HTMLElement id)
getBodyElement getBody()
getCmpComponent getCmp(String id)
getDocElement getDoc()
getDomElement getDom(Element id)
getDomElement getDom(String id)
getDomElement getDom(HTMLElement id)
idString id(HTMLElement el)
idString id(Element el)
idString id(Element el, String prefix)
idString id(HTMLElement el, String prefix)
isEmptyboolean isEmpty(Object value, boolean allowBlank)
namespacevoid namespace(String...)
numint num(Object value, int defaultValue)
onReadyvoid onReady(Function f)
onReadyvoid onReady(Function fn, Object scope, boolean override)
overridevoid override(Object origClass, Object overrides)
queryArray<Node> query(String path)
queryArray<Node> query(String path, Node root)
selectCompositeElementLite select(String selector)
selectCompositeElementLite select(Array<String> selector)
selectCompositeElementLite select(String selector, boolean unique)
selectCompositeElementLite select(Array<String> selector, boolean unique)
selectCompositeElementLite select(Array<String> selector, boolean unique, String root)
selectCompositeElementLite select(String selector, boolean unique, String root)
selectCompositeElementLite select(String selector, boolean unique, HTMLElement root)
selectCompositeElementLite select(Array<String> selector, boolean unique, HTMLElement root)
typeString type(Object object)
urlDecodeObject urlDecode(String string)
urlDecodeObject urlDecode(String string, boolean overwrite)
urlEncodeString urlEncode(Object object)

Properties

NameTypeComment
BLANK_IMAGE_URL
core.String
emptyFn
wrap.ExtFunction
enableGarbageCollection
core.boolean
enableListenerCollection
core.boolean
isAir
core.boolean
isBorderBox
core.boolean
isGecko
core.boolean
isIE
core.boolean
isIE6
core.boolean
isIE7
core.boolean
isLinux
core.boolean
isMac
core.boolean
isOpera
core.boolean
isReady
core.boolean
isSafari
core.boolean
isSecure
core.boolean
isStrict
core.boolean
isWindows
core.boolean
Msg
wrap.ext.MessageBox
SSL_SECURE_URL
core.String
useShims
core.boolean

Methods

addBehvaiors

void addBehvaiors(Object obj)

Parameters

NameTypeDescription
objcore.Object

apply

Object apply(Object obj, Object config, Object defaults)

Returns
core.Object

Parameters

NameTypeDescription
objcore.Object
configcore.Object
defaultscore.Object

applyIf

Object applyIf(Object obj, Object config)

Returns
core.Object

Parameters

NameTypeDescription
objcore.Object
configcore.Object

decode

void decode()


destroy

void destroy((Element, Component)...)

Parameters

NameTypeDescription
[varargs]wrap.ext.Element
[varargs]wrap.ext.Component

each

void each(Array<Node> array, Function fn, Object scope)

Parameters

NameTypeDescription
arraycore.Array<wrap.ext.data.Node>
fncore.Function
scopecore.Object

each

void each(Object array, Function fn, Object scope)

Parameters

NameTypeDescription
arraycore.Object
fncore.Function
scopecore.Object

each

void each(Array<Object> array, Function fn, Object scope)

Parameters

NameTypeDescription
arraycore.Array<core.Object>
fncore.Function
scopecore.Object

encode

void encode()


escapeRe

String escapeRe(String str)

Returns
core.String

Parameters

NameTypeDescription
strcore.String

extend

void extend(Object subclass, Object superclass)

Parameters

NameTypeDescription
subclasscore.Object
superclasscore.Object

extend

void extend(Object subclass, Object superclass, Object overrides)

Parameters

NameTypeDescription
subclasscore.Object
superclasscore.Object
overridescore.Object

fly

Element fly(String el)

Returns
wrap.ext.Element

Parameters

NameTypeDescription
elcore.String

fly

Element fly(HTMLElement el)

Returns
wrap.ext.Element

Parameters

NameTypeDescription
elorg.milescript.dom.HTMLElement

fly

Element fly(HTMLElement el, String named)

Returns
wrap.ext.Element

Parameters

NameTypeDescription
elorg.milescript.dom.HTMLElement
namedcore.String

fly

Element fly(String el, String named)

Returns
wrap.ext.Element

Parameters

NameTypeDescription
elcore.String
namedcore.String

get

Element get(String id)

Returns
wrap.ext.Element

Parameters

NameTypeDescription
idcore.String

get

Element get(Element id)

Returns
wrap.ext.Element

Parameters

NameTypeDescription
idwrap.ext.Element

get

Element get(HTMLElement id)

Returns
wrap.ext.Element

Parameters

NameTypeDescription
idorg.milescript.dom.HTMLElement

getBody

Element getBody()

Returns
wrap.ext.Element

getCmp

Component getCmp(String id)

Returns
wrap.ext.Component

Parameters

NameTypeDescription
idcore.String

getDoc

Element getDoc()

Returns
wrap.ext.Element

getDom

Element getDom(Element id)

Returns
wrap.ext.Element

Parameters

NameTypeDescription
idwrap.ext.Element

getDom

Element getDom(String id)

Returns
wrap.ext.Element

Parameters

NameTypeDescription
idcore.String

getDom

Element getDom(HTMLElement id)

Returns
wrap.ext.Element

Parameters

NameTypeDescription
idorg.milescript.dom.HTMLElement

id

String id(HTMLElement el)

Returns
core.String

Parameters

NameTypeDescription
elorg.milescript.dom.HTMLElement

id

String id(Element el)

Returns
core.String

Parameters

NameTypeDescription
elwrap.ext.Element

id

String id(Element el, String prefix)

Returns
core.String

Parameters

NameTypeDescription
elwrap.ext.Element
prefixcore.String

id

String id(HTMLElement el, String prefix)

Returns
core.String

Parameters

NameTypeDescription
elorg.milescript.dom.HTMLElement
prefixcore.String

isEmpty

boolean isEmpty(Object value, boolean allowBlank)

Returns
core.boolean

Parameters

NameTypeDescription
valuecore.Object
allowBlankcore.boolean

namespace

void namespace(String...)

Parameters

NameTypeDescription
[varargs]core.String

num

int num(Object value, int defaultValue)

Returns
core.int

Parameters

NameTypeDescription
valuecore.Object
defaultValuecore.int

onReady

void onReady(Function f)

Parameters

NameTypeDescription
fcore.Function

onReady

void onReady(Function fn, Object scope, boolean override)

Parameters

NameTypeDescription
fncore.Function
scopecore.Object
overridecore.boolean

override

void override(Object origClass, Object overrides)

Parameters

NameTypeDescription
origClasscore.Object
overridescore.Object

query

Array<Node> query(String path)

Returns
core.Array<wrap.ext.data.Node>

Parameters

NameTypeDescription
pathcore.String

query

Array<Node> query(String path, Node root)

Returns
core.Array<wrap.ext.data.Node>

Parameters

NameTypeDescription
pathcore.String
rootwrap.ext.data.Node

select

CompositeElementLite select(String selector)

Returns
wrap.ext.CompositeElementLite

Parameters

NameTypeDescription
selectorcore.String

select

CompositeElementLite select(Array<String> selector)

Returns
wrap.ext.CompositeElementLite

Parameters

NameTypeDescription
selectorcore.Array<core.String>

select

CompositeElementLite select(String selector, boolean unique)

Returns
wrap.ext.CompositeElementLite

Parameters

NameTypeDescription
selectorcore.String
uniquecore.boolean

select

CompositeElementLite select(Array<String> selector, boolean unique)

Returns
wrap.ext.CompositeElementLite

Parameters

NameTypeDescription
selectorcore.Array<core.String>
uniquecore.boolean

select

CompositeElementLite select(Array<String> selector, boolean unique, String root)

Returns
wrap.ext.CompositeElementLite

Parameters

NameTypeDescription
selectorcore.Array<core.String>
uniquecore.boolean
rootcore.String

select

CompositeElementLite select(String selector, boolean unique, String root)

Returns
wrap.ext.CompositeElementLite

Parameters

NameTypeDescription
selectorcore.String
uniquecore.boolean
rootcore.String

select

CompositeElementLite select(String selector, boolean unique, HTMLElement root)

Returns
wrap.ext.CompositeElementLite

Parameters

NameTypeDescription
selectorcore.String
uniquecore.boolean
rootorg.milescript.dom.HTMLElement

select

CompositeElementLite select(Array<String> selector, boolean unique, HTMLElement root)

Returns
wrap.ext.CompositeElementLite

Parameters

NameTypeDescription
selectorcore.Array<core.String>
uniquecore.boolean
rootorg.milescript.dom.HTMLElement

type

String type(Object object)

Returns
core.String

Parameters

NameTypeDescription
objectcore.Object

urlDecode

Object urlDecode(String string)

Returns
core.Object

Parameters

NameTypeDescription
stringcore.String

urlDecode

Object urlDecode(String string, boolean overwrite)

Returns
core.Object

Parameters

NameTypeDescription
stringcore.String
overwritecore.boolean

urlEncode

String urlEncode(Object object)

Returns
core.String

Parameters

NameTypeDescription
objectcore.Object

Module:libextPackage:wrapParent:ObjectCopyright (c) 2007, 2008 Point5U, LLC
Milescript - ExtJS Wrapper Library: Project Home | Documentation