| Module: | libext | Package: | wrap.ext | Parent: | Fx | Copyright (c) 2007, 2008 Point5U, LLC Milescript - ExtJS Wrapper Library: Project Home | Documentation |
wrap.ext.Element
Constructors
| Signature |
| public Element(String id) |
| public Element(HTMLElement element) |
| public Element(HTMLElement element, boolean forceNew) |
| public Element(String id, boolean forceNew) |
Methods
| Name | Signature |
| addClass | Element addClass(String className) |
| addClass | Element addClass(Array<String> className) |
| addClassOnClick | Element addClassOnClick(String className) |
| addClassOnFocus | Element addClassOnFocus(String className) |
| addClassOnOver | Element addClassOnOver(String className) |
| addClassOnOver | Element addClassOnOver(String className, boolean preventFlicker) |
| addKeyListener | KeyMap addKeyListener(KeyMapOptions numbers, Function fn) |
| addKeyListener | KeyMap addKeyListener(Array<int> numbers, Function fn) |
| addKeyListener | KeyMap addKeyListener(int number, Function fn) |
| addKeyListener | KeyMap addKeyListener(String numbers, Function fn) |
| addKeyListener | KeyMap addKeyListener(Array<int> numbers, Function fn, Object scope) |
| addKeyListener | KeyMap addKeyListener(int number, Function fn, Object scope) |
| addKeyListener | KeyMap addKeyListener(String numbers, Function fn, Object scope) |
| addKeyListener | KeyMap addKeyListener(KeyMapOptions numbers, Function fn, Object scope) |
| addKeyMap | KeyMap addKeyMap(KeyMapOptions config) |
| addListener | void addListener(String eventName, Function fn) |
| addListener | void addListener(String eventName, Function fn, Object scope) |
| addListener | void addListener(String eventName, Function fn, Object scope, ElementListenerOptions options) |
| alignTo | Element alignTo(Element element) |
| alignTo | Element alignTo(HTMLElement element) |
| alignTo | Element alignTo(Element element, String position) |
| alignTo | Element alignTo(HTMLElement element, String position) |
| alignTo | Element alignTo(Element element, String position, Array<int> offsets) |
| alignTo | Element alignTo(HTMLElement element, String position, Array<int> offsets) |
| alignTo | Element alignTo(HTMLElement element, String position, Array<int> offsets, ElementAnimationOptions animate) |
| alignTo | Element alignTo(Element element, String position, Array<int> offsets, ElementAnimationOptions animate) |
| alignTo | Element alignTo(HTMLElement element, String position, Array<int> offsets, boolean animate) |
| alignTo | Element alignTo(Element element, String position, Array<int> offsets, boolean animate) |
| anchorTo | Element anchorTo(Element element, Function callback) |
| anchorTo | Element anchorTo(HTMLElement element, Function callback) |
| anchorTo | Element anchorTo(Element element, String position, Function callback) |
| anchorTo | Element anchorTo(HTMLElement element, String position, Function callback) |
| anchorTo | Element anchorTo(HTMLElement element, String position, Array<int> offsets, Function callback) |
| anchorTo | Element anchorTo(Element element, String position, Array<int> offsets, Function callback) |
| anchorTo | Element anchorTo(HTMLElement element, String position, Array<int> offsets, boolean animate, Function callback) |
| anchorTo | Element anchorTo(HTMLElement element, String position, Array<int> offsets, ElementAnimationOptions animate, Function callback) |
| anchorTo | Element anchorTo(Element element, String position, Array<int> offsets, boolean animate, Function callback) |
| anchorTo | Element anchorTo(Element element, String position, Array<int> offsets, ElementAnimationOptions animate, Function callback) |
| anchorTo | Element anchorTo(Element element, String position, Array<int> offsets, ElementAnimationOptions animate, boolean monitorScroll, Function callback) |
| anchorTo | Element anchorTo(Element element, String position, Array<int> offsets, boolean animate, boolean monitorScroll, Function callback) |
| anchorTo | Element anchorTo(Element element, String position, Array<int> offsets, ElementAnimationOptions animate, int monitorScroll, Function callback) |
| anchorTo | Element anchorTo(HTMLElement element, String position, Array<int> offsets, ElementAnimationOptions animate, boolean monitorScroll, Function callback) |
| anchorTo | Element anchorTo(HTMLElement element, String position, Array<int> offsets, boolean animate, int monitorScroll, Function callback) |
| anchorTo | Element anchorTo(Element element, String position, Array<int> offsets, boolean animate, int monitorScroll, Function callback) |
| anchorTo | Element anchorTo(HTMLElement element, String position, Array<int> offsets, ElementAnimationOptions animate, int monitorScroll, Function callback) |
| anchorTo | Element anchorTo(HTMLElement element, String position, Array<int> offsets, boolean animate, boolean monitorScroll, Function callback) |
| animate | Element animate(ElementAnimationOptions args) |
| animate | Element animate(ElementAnimationOptions args, float duration) |
| animate | Element animate(ElementAnimationOptions args, float duration, Function onComplete) |
| animate | Element animate(ElementAnimationOptions args, float duration, Function onComplete, String easing) |
| animate | Element animate(ElementAnimationOptions args, float duration, Function onComplete, String easing, String animType) |
| appendChild | Element appendChild(CompositeElement el) |
| appendChild | Element appendChild(Array<Object> el) |
| appendChild | Element appendChild(HTMLElement el) |
| appendChild | Element appendChild(Element el) |
| appendChild | Element appendChild(String el) |
| appendTo | Element appendTo(String el) |
| appendTo | Element appendTo(CompositeElement el) |
| appendTo | Element appendTo(Array<Object> el) |
| appendTo | Element appendTo(HTMLElement el) |
| appendTo | Element appendTo(Element el) |
| applyStyles | Element applyStyles(CSSStyle styles) |
| applyStyles | Element applyStyles(Function styles) |
| applyStyles | Element applyStyles(String styles) |
| applyStyles | Element applyStyles(HTMLStyle styles) |
| autoHeight | Element autoHeight() |
| autoHeight | Element autoHeight(boolean animate) |
| autoHeight | Element autoHeight(boolean animate, float duration) |
| autoHeight | Element autoHeight(boolean animate, float duration, Function onComplete) |
| autoHeight | Element autoHeight(boolean animate, float duration, Function onComplete, String easing) |
| blur | Element blur() |
| boxWrap | Element boxWrap() |
| boxWrap | Element boxWrap(String className) |
| center | void center() |
| center | void center(Element el) |
| center | void center(CompositeElement el) |
| center | void center(Array<Object> el) |
| center | void center(HTMLElement el) |
| center | void center(String el) |
| child | Element child(String selector) |
| child | HTMLElement child(String selector, boolean returnDom) |
| clean | void clean() |
| clean | void clean(boolean forceReclean) |
| clearOpacity | Element clearOpacity() |
| clearPositioning | Element clearPositioning() |
| clearPositioning | Element clearPositioning(String value) |
| clip | Element clip() |
| contains | boolean contains(String el) |
| contains | boolean contains(HTMLElement el) |
| createChild | Element createChild(DomHelperOptions config) |
| createChild | Element createChild(DomHelperOptions config, HTMLElement insertBefore) |
| createChild | HTMLElement createChild(DomHelperOptions config, HTMLElement insertBefore, boolean returnDom) |
| createProxy | Element createProxy(String config) |
| createProxy | Element createProxy(DomHelperOptions config) |
| createProxy | Element createProxy(String config, String renderTo) |
| createProxy | Element createProxy(DomHelperOptions config, String renderTo) |
| createProxy | Element createProxy(String config, HTMLElement renderTo) |
| createProxy | Element createProxy(DomHelperOptions config, HTMLElement renderTo) |
| createProxy | Element createProxy(DomHelperOptions config, String renderTo, boolean matchBox) |
| createProxy | Element createProxy(String config, HTMLElement renderTo, boolean matchBox) |
| createProxy | Element createProxy(DomHelperOptions config, HTMLElement renderTo, boolean matchBox) |
| createProxy | Element createProxy(String config, String renderTo, boolean matchBox) |
| createShim | Element createShim() |
| down | Element down(String selector) |
| down | HTMLElement down(String selector, boolean returnDom) |
| enableDisplayMode | Element enableDisplayMode() |
| enableDisplayMode | Element enableDisplayMode(String display) |
| findParent | HTMLElement findParent(String selector) |
| findParent | HTMLElement findParent(String selector, HTMLElement maxDepth) |
| findParent | HTMLElement findParent(String selector, Element maxDepth) |
| findParent | HTMLElement findParent(String selector, int maxDepth) |
| findParent | Element findParent(String selector, Element maxDepth, boolean returnEl) |
| findParent | Element findParent(String selector, HTMLElement maxDepth, boolean returnEl) |
| findParent | Element findParent(String selector, int maxDepth, boolean returnEl) |
| findParentNode | HTMLElement findParentNode(String selector) |
| findParentNode | HTMLElement findParentNode(String selector, HTMLElement maxDepth) |
| findParentNode | HTMLElement findParentNode(String selector, Element maxDepth) |
| findParentNode | HTMLElement findParentNode(String selector, int maxDepth) |
| findParentNode | Element findParentNode(String selector, int maxDepth, boolean returnEl) |
| findParentNode | Element findParentNode(String selector, HTMLElement maxDepth, boolean returnEl) |
| findParentNode | Element findParentNode(String selector, Element maxDepth, boolean returnEl) |
| first | Element first() |
| first | Element first(String selector) |
| first | HTMLElement first(String selector, boolean returnDom) |
| fly | Element fly(HTMLElement element) |
| fly | Element fly(String id) |
| fly | Element fly(String id, String named) |
| fly | Element fly(HTMLElement element, String named) |
| focus | Element focus() |
| get | Element get(Element element) |
| get | Element get(String id) |
| get | Element get(HTMLElement element) |
| getAlignToXY | Array<int> getAlignToXY(Element element, String position) |
| getAlignToXY | Array<int> getAlignToXY(HTMLElement element, String position) |
| getAlignToXY | Array<int> getAlignToXY(HTMLElement element, String position, Array<int> offsets) |
| getAlignToXY | Array<int> getAlignToXY(Element element, String position, Array<int> offsets) |
| getAnchorXY | Array<int> getAnchorXY() |
| getAnchorXY | Array<int> getAnchorXY(String anchor) |
| getAnchorXY | Array<int> getAnchorXY(String anchor, boolean local) |
| getAnchorXY | Array<int> getAnchorXY(String anchor, boolean local, Dimension size) |
| getAttributeNS | String getAttributeNS(String namespace, String name) |
| getBorderWidth | int getBorderWidth(String side) |
| getBottom | int getBottom(boolean local) |
| getBox | Box getBox() |
| getBox | Box getBox(boolean contentBox) |
| getBox | Box getBox(boolean contentBox, boolean local) |
| getCenterXY | Array<int> getCenterXY() |
| getColor | String getColor(String attr, String defaultValue) |
| getColor | String getColor(String attr, String defaultValue, String prefix) |
| getComputedHeight | int getComputedHeight() |
| getComputedWidth | int getComputedWidth() |
| getFrameWidth | int getFrameWidth(String sides) |
| getHeight | int getHeight() |
| getHeight | int getHeight(boolean contentHeight) |
| getLeft | int getLeft(boolean local) |
| getMargins | Padding getMargins() |
| getMargins | int getMargins(String sides) |
| getOffsetsTo | Array<int> getOffsetsTo(HTMLElement element) |
| getOffsetsTo | Array<int> getOffsetsTo(Element element) |
| getPadding | int getPadding(String side) |
| getPositioning | CSSStyle getPositioning() |
| getRegion | Region getRegion() |
| getRight | int getRight(boolean local) |
| getScroll | Padding getScroll() |
| getSize | Dimension getSize() |
| getSize | Dimension getSize(boolean contentSize) |
| getStyle | String getStyle(String property) |
| getStyles | CSSStyle getStyles(String...) |
| getTop | int getTop(boolean local) |
| getUpdater | Updater getUpdater() |
| getValue | String getValue() |
| getValue | float getValue(boolean asNumber) |
| getViewSize | Dimension getViewSize() |
| getWidth | int getWidth() |
| getWidth | int getWidth(boolean contentWidth) |
| getX | int getX() |
| getXY | Array<int> getXY() |
| getY | int getY() |
| hasClass | boolean hasClass(String className) |
| hide | Element hide() |
| hide | Element hide(boolean animate) |
| hide | Element hide(ElementAnimationOptions animate) |
| hover | Element hover(Function overFn, Function outFn) |
| hover | Element hover(Function overFn, Function outFn, Object scope) |
| initDD | DD initDD(String group) |
| initDD | DD initDD(String group, DDConfig config, Object overrides) |
| initDDProxy | DDProxy initDDProxy(String group, DDProxyConfig config, Object overrides) |
| initDDTarget | DDTarget initDDTarget(String group, DDTargetConfig config, Object overrides) |
| insertAfter | Element insertAfter(Element el) |
| insertAfter | Element insertAfter(HTMLElement el) |
| insertBefore | Element insertBefore(Element el) |
| insertBefore | Element insertBefore(HTMLElement el) |
| insertFirst | Element insertFirst(Array<Object> DomHelperConfigObject) |
| insertFirst | Element insertFirst(HTMLElement el) |
| insertFirst | Element insertFirst(Element el) |
| insertFirst | Element insertFirst(String id) |
| insertHtml | Element insertHtml(String where, String html) |
| insertHtml | HTMLElement insertHtml(String where, String html, boolean returnEl) |
| insertSibling | Element insertSibling(Array<Object> DomHelperConfigObject) |
| insertSibling | Element insertSibling(Element element) |
| insertSibling | Element insertSibling(Array<String> ids) |
| insertSibling | Element insertSibling(Array<Element> elements) |
| insertSibling | Element insertSibling(String id) |
| insertSibling | Element insertSibling(Array<String> ids, String where) |
| insertSibling | Element insertSibling(String id, String where) |
| insertSibling | Element insertSibling(Array<Object> DomHelperConfigObject, String where) |
| insertSibling | Element insertSibling(Array<Array<Object>> DomHelperConfigObjects, String where) |
| insertSibling | Element insertSibling(Array<Element> elements, String where) |
| insertSibling | Element insertSibling(Element element, String where) |
| insertSibling | HTMLElement insertSibling(Array<Object> DomHelperConfigObject, String where, boolean returnDom) |
| insertSibling | HTMLElement insertSibling(String id, String where, boolean returnDom) |
| insertSibling | HTMLElement insertSibling(Element element, String where, boolean returnDom) |
| insertSibling | HTMLElement insertSibling(Array<Element> elements, String where, boolean returnDom) |
| insertSibling | HTMLElement insertSibling(Array<String> ids, String where, boolean returnDom) |
| insertSibling | HTMLElement insertSibling(Array<Array<Object>> DomHelperConfigObjects, String where, boolean returnDom) |
| is | boolean is(String selector) |
| isBorderBox | boolean isBorderBox() |
| isDisplayed | boolean isDisplayed() |
| isMasked | boolean isMasked() |
| isScrollable | boolean isScrollable() |
| isVisible | boolean isVisible() |
| isVisible | boolean isVisible(boolean deep) |
| last | Element last() |
| last | Element last(String selector) |
| last | HTMLElement last(String selector, boolean returnDom) |
| load | Element load(String url) |
| load | Element load(Function url) |
| load | Element load(String url, String params) |
| load | Element load(Function url, Object params) |
| load | Element load(String url, String params, Function callback) |
| load | Element load(Function url, Object params, Function callback) |
| load | Element load(String url, String params, Function callback, boolean discardUrl) |
| load | Element load(Function url, Object params, Function callback, boolean discardUrl) |
| mask | Element mask() |
| mask | Element mask(String msg) |
| mask | Element mask(String msg, String msgCls) |
| move | Element move(String direction, int distance) |
| move | Element move(String direction, int distance, boolean animate) |
| move | Element move(String direction, int distance, Array<Object> animate) |
| moveTo | Element moveTo(int x, int y) |
| moveTo | Element moveTo(int x, int y, boolean animate) |
| moveTo | Element moveTo(int x, int y, Array<Object> animate) |
| next | Element next() |
| next | Element next(String selector) |
| next | HTMLElement next(String selector, boolean returnDom) |
| on | void on(String eventName, Function fn) |
| on | void on(String eventName, Function fn, Object scope) |
| on | void on(String eventName, Function fn, Object scope, Array<Object> options) |
| position | void position() |
| position | void position(String pos) |
| position | void position(String pos, int zIndex) |
| position | void position(String pos, int zIndex, int x) |
| position | void position(String pos, int zIndex, int x, int y) |
| prev | Element prev() |
| prev | Element prev(String selector) |
| prev | HTMLElement prev(String selector, boolean returnDom) |
| query | Array<Element> query(String selector) |
| radioClass | Element radioClass(String className) |
| radioClass | Element radioClass(Array<String> classNames) |
| relayEvent | void relayEvent(String eventName, Object eventTarget) |
| remove | void remove() |
| removeAllListeners | Element removeAllListeners() |
| removeClass | Element removeClass(Array<String> classNames) |
| removeClass | Element removeClass(String className) |
| removeListener | Element removeListener(String eventName, Function fn) |
| repaint | Element repaint() |
| replace | Element replace(Element element) |
| replace | Element replace(HTMLElement element) |
| replace | Element replace(String id) |
| replaceClass | Element replaceClass(String oldClassName, String newClassName) |
| replaceWith | Element replaceWith(String id) |
| replaceWith | Element replaceWith(HTMLElement element) |
| replaceWith | Element replaceWith(Element element) |
| scroll | boolean scroll(String direction, int distance) |
| scroll | boolean scroll(String direction, int distance, Array<Object> animate) |
| scroll | boolean scroll(String direction, int distance, boolean animate) |
| scrollIntoView | Element scrollIntoView() |
| scrollIntoView | Element scrollIntoView(Container container) |
| scrollIntoView | Element scrollIntoView(Container container, boolean hscroll) |
| scrollTo | Element scrollTo(String side, int value) |
| scrollTo | Element scrollTo(String side, int value, Array<Object> animate) |
| scrollTo | Element scrollTo(String side, int value, boolean animate) |
| select | CompositeElement select(String selector) |
| select | CompositeElement select(String selector, boolean unique) |
| set | Element set(Function attributes) |
| set | Element set(CSSStyle attributes) |
| set | Element set(String attributes) |
| set | Element set(CSSStyle attributes, boolean useSet) |
| set | Element set(Function attributes, boolean useSet) |
| set | Element set(String attributes, boolean useSet) |
| setBottom | Element setBottom(String bottom) |
| setBounds | Element setBounds(int x, int y, int width, int height) |
| setBounds | Element setBounds(int x, int y, int width, int height, boolean animate) |
| setBounds | Element setBounds(int x, int y, int width, int height, Array<Object> animate) |
| setBox | Element setBox(Box box) |
| setBox | Element setBox(Box box, boolean adjust) |
| setBox | Element setBox(Box box, boolean adjust, boolean animate) |
| setBox | Element setBox(Box box, boolean adjust, Array<Object> animate) |
| setDisplayed | Element setDisplayed(String value) |
| setDisplayed | Element setDisplayed(boolean value) |
| setHeight | Element setHeight(int height) |
| setHeight | Element setHeight(String height) |
| setHeight | Element setHeight(int height, boolean animate) |
| setHeight | Element setHeight(int height, Array<Object> animate) |
| setLeft | Element setLeft(String left) |
| setLeftTop | Element setLeftTop(String left, String top) |
| setLocation | Element setLocation(int x, int y) |
| setLocation | Element setLocation(int x, int y, Array<Object> animate) |
| setLocation | Element setLocation(int x, int y, boolean animate) |
| setOpacity | Element setOpacity(float opacity) |
| setOpacity | Element setOpacity(float opacity, boolean animate) |
| setOpacity | Element setOpacity(float opacity, Array<Object> animate) |
| setPositioning | Element setPositioning(CSSStyle posCfg) |
| setRegion | Element setRegion(Region region) |
| setRegion | Element setRegion(Region region, boolean animate) |
| setRegion | Element setRegion(Region region, Array<Object> animate) |
| setRight | Element setRight(String right) |
| setSize | Element setSize(int width, int height) |
| setSize | Element setSize(int width, int height, boolean animate) |
| setSize | Element setSize(int width, int height, Array<Object> animate) |
| setStyle | Element setStyle(CSSStyle attributes) |
| setStyle | Element setStyle(String property, String value) |
| setTop | Element setTop(String top) |
| setVisibilityMode | Element setVisibilityMode(int VISIBILITY_MODE) |
| setVisible | Element setVisible(boolean visible) |
| setVisible | Element setVisible(boolean visible, Array<Object> animate) |
| setVisible | Element setVisible(boolean visible, boolean animate) |
| setWidth | Element setWidth(String width) |
| setWidth | Element setWidth(int width) |
| setWidth | Element setWidth(int width, Array<Object> animate) |
| setWidth | Element setWidth(int width, boolean animate) |
| setX | Element setX(int x) |
| setX | Element setX(int x, boolean animate) |
| setX | Element setX(int x, Array<Object> animate) |
| setXY | Element setXY(Array<int> pos) |
| setXY | Element setXY(Array<int> pos, Array<Object> animate) |
| setXY | Element setXY(Array<int> pos, boolean animate) |
| setY | Element setY(int y) |
| setY | Element setY(int y, boolean animate) |
| setY | Element setY(int y, Array<Object> animate) |
| show | Element show() |
| show | Element show(boolean animate) |
| show | Element show(Array<Object> animate) |
| swallowEvent | Element swallowEvent(String eventName) |
| swallowEvent | Element swallowEvent(String eventName, boolean preventDefault) |
| toggle | Element toggle() |
| toggle | Element toggle(Array<Object> animate) |
| toggle | Element toggle(boolean animate) |
| toggleClass | Element toggleClass(String className) |
| translatePoints | Padding translatePoints(Array<int> pos) |
| translatePoints | Padding translatePoints(int x, int y) |
| un | Element un(String eventName, Function fn) |
| unclip | Element unclip() |
| unmask | void unmask() |
| unselectable | Element unselectable() |
| up | Element up(String selector) |
| up | Element up(String selector, HTMLElement maxDepth) |
| up | Element up(String selector, int maxDepth) |
| update | Element update(String html) |
| update | Element update(String html, Function callback) |
| update | Element update(String html, boolean loadScripts, Function callback) |
| wrap | Element wrap() |
| wrap | Element wrap(Array<Object> DomHelperConfigObject) |
| wrap | HTMLElement wrap(Array<Object> DomHelperConfigObject, boolean returnDom) |
Properties
| Name | Type | Comment | |
| BOTTOM |
| ||
| BOTTOM_LEFT |
| ||
| BOTTOM_RIGHT |
| ||
| CENTER |
| ||
| ddScrollConfig |
| ||
| defaultUnit |
| ||
| DISPLAY |
| ||
| dom |
| ||
| id |
| ||
| LEFT |
| ||
| originalDisplay |
| ||
| RIGHT |
| ||
| TOP |
| ||
| TOP_LEFT |
| ||
| TOP_RIGHT |
| ||
| VISIBILITY |
|
Constructors
|
public Element(String id) Parameters
|
|
public Element(HTMLElement element) Parameters
|
|
public Element(HTMLElement element, boolean forceNew) Parameters
|
|
public Element(String id, boolean forceNew) Parameters
|
Methods
|
addClass Element addClass(String className)
Parameters
|
||||||||||
|
addClass Element addClass(Array<String> className)
Parameters
|
||||||||||
|
addClassOnClick Element addClassOnClick(String className)
Parameters
|
||||||||||
|
addClassOnFocus Element addClassOnFocus(String className)
Parameters
|
||||||||||
|
addClassOnOver Element addClassOnOver(String className)
Parameters
|
||||||||||
|
addClassOnOver Element addClassOnOver(String className, boolean preventFlicker)
Parameters
|
|||||||||||||
|
addKeyListener KeyMap addKeyListener(KeyMapOptions numbers, Function fn)
Parameters
|
|||||||||||||
|
addKeyListener KeyMap addKeyListener(Array<int> numbers, Function fn)
Parameters
|
|||||||||||||
|
addKeyListener KeyMap addKeyListener(int number, Function fn)
Parameters
|
|||||||||||||
|
addKeyListener KeyMap addKeyListener(String numbers, Function fn)
Parameters
|
|||||||||||||
|
addKeyListener KeyMap addKeyListener(Array<int> numbers, Function fn, Object scope)
Parameters
|
||||||||||||||||
|
addKeyListener KeyMap addKeyListener(int number, Function fn, Object scope)
Parameters
|
||||||||||||||||
|
addKeyListener KeyMap addKeyListener(String numbers, Function fn, Object scope)
Parameters
|
||||||||||||||||
|
addKeyListener KeyMap addKeyListener(KeyMapOptions numbers, Function fn, Object scope)
Parameters
|
||||||||||||||||
|
addKeyMap KeyMap addKeyMap(KeyMapOptions config)
Parameters
|
||||||||||
|
addListener void addListener(String eventName, Function fn) Parameters
|
|
addListener void addListener(String eventName, Function fn, Object scope) Parameters
|
|
addListener void addListener(String eventName, Function fn, Object scope, ElementListenerOptions options) Parameters
|
|
alignTo Element alignTo(Element element)
Parameters
|
||||||||||
|
alignTo Element alignTo(HTMLElement element)
Parameters
|
||||||||||
|
alignTo Element alignTo(Element element, String position)
Parameters
|
|||||||||||||
|
alignTo Element alignTo(HTMLElement element, String position)
Parameters
|
|||||||||||||
|
alignTo Element alignTo(Element element, String position, Array<int> offsets)
Parameters
|
||||||||||||||||
|
alignTo Element alignTo(HTMLElement element, String position, Array<int> offsets)
Parameters
|
||||||||||||||||
|
alignTo Element alignTo(HTMLElement element, String position, Array<int> offsets, ElementAnimationOptions animate)
Parameters
|
|||||||||||||||||||
|
alignTo Element alignTo(Element element, String position, Array<int> offsets, ElementAnimationOptions animate)
Parameters
|
|||||||||||||||||||
|
alignTo Element alignTo(HTMLElement element, String position, Array<int> offsets, boolean animate)
Parameters
|
|||||||||||||||||||
|
alignTo Element alignTo(Element element, String position, Array<int> offsets, boolean animate)
Parameters
|
|||||||||||||||||||
|
anchorTo Element anchorTo(Element element, Function callback)
Parameters
|
|||||||||||||
|
anchorTo Element anchorTo(HTMLElement element, Function callback)
Parameters
|
|||||||||||||
|
anchorTo Element anchorTo(Element element, String position, Function callback)
Parameters
|
||||||||||||||||
|
anchorTo Element anchorTo(HTMLElement element, String position, Function callback)
Parameters
|
||||||||||||||||
|
anchorTo Element anchorTo(HTMLElement element, String position, Array<int> offsets, Function callback)
Parameters
|
|||||||||||||||||||
|
anchorTo Element anchorTo(Element element, String position, Array<int> offsets, Function callback)
Parameters
|
|||||||||||||||||||
|
anchorTo Element anchorTo(HTMLElement element, String position, Array<int> offsets, boolean animate, Function callback)
Parameters
|
||||||||||||||||||||||
|
anchorTo Element anchorTo(HTMLElement element, String position, Array<int> offsets, ElementAnimationOptions animate, Function callback)
Parameters
|
||||||||||||||||||||||
|
anchorTo Element anchorTo(Element element, String position, Array<int> offsets, boolean animate, Function callback)
Parameters
|
||||||||||||||||||||||
|
anchorTo Element anchorTo(Element element, String position, Array<int> offsets, ElementAnimationOptions animate, Function callback)
Parameters
|
||||||||||||||||||||||
|
anchorTo Element anchorTo(Element element, String position, Array<int> offsets, ElementAnimationOptions animate, boolean monitorScroll, Function callback)
Parameters
|
|||||||||||||||||||||||||
|
anchorTo Element anchorTo(Element element, String position, Array<int> offsets, boolean animate, boolean monitorScroll, Function callback)
Parameters
|
|||||||||||||||||||||||||
|
anchorTo Element anchorTo(Element element, String position, Array<int> offsets, ElementAnimationOptions animate, int monitorScroll, Function callback)
Parameters
|
|||||||||||||||||||||||||
|
anchorTo Element anchorTo(HTMLElement element, String position, Array<int> offsets, ElementAnimationOptions animate, boolean monitorScroll, Function callback)
Parameters
|
|||||||||||||||||||||||||
|
anchorTo Element anchorTo(HTMLElement element, String position, Array<int> offsets, boolean animate, int monitorScroll, Function callback)
Parameters
|
|||||||||||||||||||||||||
|
anchorTo Element anchorTo(Element element, String position, Array<int> offsets, boolean animate, int monitorScroll, Function callback)
Parameters
|
|||||||||||||||||||||||||
|
anchorTo Element anchorTo(HTMLElement element, String position, Array<int> offsets, ElementAnimationOptions animate, int monitorScroll, Function callback)
Parameters
|
|||||||||||||||||||||||||
|
anchorTo Element anchorTo(HTMLElement element, String position, Array<int> offsets, boolean animate, boolean monitorScroll, Function callback)
Parameters
|
|||||||||||||||||||||||||
|
animate Element animate(ElementAnimationOptions args)
Parameters
|
||||||||||
|
animate Element animate(ElementAnimationOptions args, float duration)
Parameters
|
|||||||||||||
|
animate Element animate(ElementAnimationOptions args, float duration, Function onComplete)
Parameters
|
||||||||||||||||
|
animate Element animate(ElementAnimationOptions args, float duration, Function onComplete, String easing)
Parameters
|
|||||||||||||||||||
|
animate Element animate(ElementAnimationOptions args, float duration, Function onComplete, String easing, String animType)
Parameters
|
||||||||||||||||||||||
|
appendChild Element appendChild(CompositeElement el)
Parameters
|
||||||||||
|
appendChild Element appendChild(Array<Object> el)
Parameters
|
||||||||||
|
appendChild Element appendChild(HTMLElement el)
Parameters
|
||||||||||
|
appendChild Element appendChild(Element el)
Parameters
|
||||||||||
|
appendChild Element appendChild(String el)
Parameters
|
||||||||||
|
appendTo Element appendTo(String el)
Parameters
|
||||||||||
|
appendTo Element appendTo(CompositeElement el)
Parameters
|
||||||||||
|
appendTo Element appendTo(Array<Object> el)
Parameters
|
||||||||||
|
appendTo Element appendTo(HTMLElement el)
Parameters
|
||||||||||
|
appendTo Element appendTo(Element el)
Parameters
|
||||||||||
|
applyStyles Element applyStyles(CSSStyle styles)
Parameters
|
||||||||||
|
applyStyles Element applyStyles(Function styles)
Parameters
|
||||||||||
|
applyStyles Element applyStyles(String styles)
Parameters
|
||||||||||
|
applyStyles Element applyStyles(HTMLStyle styles)
Parameters
|
||||||||||
|
autoHeight Element autoHeight()
|
||||
|
autoHeight Element autoHeight(boolean animate)
Parameters
|
||||||||||
|
autoHeight Element autoHeight(boolean animate, float duration)
Parameters
|
|||||||||||||
|
autoHeight Element autoHeight(boolean animate, float duration, Function onComplete)
Parameters
|
||||||||||||||||
|
autoHeight Element autoHeight(boolean animate, float duration, Function onComplete, String easing)
Parameters
|
|||||||||||||||||||
|
blur Element blur()
|
||||
|
boxWrap Element boxWrap()
|
||||
|
boxWrap Element boxWrap(String className)
Parameters
|
||||||||||
|
center void center() |
|
center void center(Element el) Parameters
|
|
center void center(CompositeElement el) Parameters
|
|
center void center(Array<Object> el) Parameters
|
|
center void center(HTMLElement el) Parameters
|
|
center void center(String el) Parameters
|
|
child Element child(String selector)
Parameters
|
||||||||||
|
child HTMLElement child(String selector, boolean returnDom)
Parameters
|
|||||||||||||
|
clean void clean() |
|
clean void clean(boolean forceReclean) Parameters
|
|
clearOpacity Element clearOpacity()
|
||||
|
clearPositioning Element clearPositioning()
|
||||
|
clearPositioning Element clearPositioning(String value)
Parameters
|
||||||||||
|
clip Element clip()
|
||||
|
contains boolean contains(String el)
Parameters
|
||||||||||
|
contains boolean contains(HTMLElement el)
Parameters
|
||||||||||
|
createChild Element createChild(DomHelperOptions config)
Parameters
|
||||||||||
|
createChild Element createChild(DomHelperOptions config, HTMLElement insertBefore)
Parameters
|
|||||||||||||
|
createChild HTMLElement createChild(DomHelperOptions config, HTMLElement insertBefore, boolean returnDom)
Parameters
|
||||||||||||||||
|
createProxy Element createProxy(String config)
Parameters
|
||||||||||
|
createProxy Element createProxy(DomHelperOptions config)
Parameters
|
||||||||||
|
createProxy Element createProxy(String config, String renderTo)
Parameters
|
|||||||||||||
|
createProxy Element createProxy(DomHelperOptions config, String renderTo)
Parameters
|
|||||||||||||
|
createProxy Element createProxy(String config, HTMLElement renderTo)
Parameters
|
|||||||||||||
|
createProxy Element createProxy(DomHelperOptions config, HTMLElement renderTo)
Parameters
|
|||||||||||||
|
createProxy Element createProxy(DomHelperOptions config, String renderTo, boolean matchBox)
Parameters
|
||||||||||||||||
|
createProxy Element createProxy(String config, HTMLElement renderTo, boolean matchBox)
Parameters
|
||||||||||||||||
|
createProxy Element createProxy(DomHelperOptions config, HTMLElement renderTo, boolean matchBox)
Parameters
|
||||||||||||||||
|
createProxy Element createProxy(String config, String renderTo, boolean matchBox)
Parameters
|
||||||||||||||||
|
createShim Element createShim()
|
||||
|
down Element down(String selector)
Parameters
|
||||||||||
|
down HTMLElement down(String selector, boolean returnDom)
Parameters
|
|||||||||||||
|
enableDisplayMode Element enableDisplayMode()
|
||||
|
enableDisplayMode Element enableDisplayMode(String display)
Parameters
|
||||||||||
|
findParent HTMLElement findParent(String selector)
Parameters
|
||||||||||
|
findParent HTMLElement findParent(String selector, HTMLElement maxDepth)
Parameters
|
|||||||||||||
|
findParent HTMLElement findParent(String selector, Element maxDepth)
Parameters
|
|||||||||||||
|
findParent HTMLElement findParent(String selector, int maxDepth)
Parameters
|
|||||||||||||
|
findParent Element findParent(String selector, Element maxDepth, boolean returnEl)
Parameters
|
||||||||||||||||
|
findParent Element findParent(String selector, HTMLElement maxDepth, boolean returnEl)
Parameters
|
||||||||||||||||
|
findParent Element findParent(String selector, int maxDepth, boolean returnEl)
Parameters
|
||||||||||||||||
|
findParentNode HTMLElement findParentNode(String selector)
Parameters
|
||||||||||
|
findParentNode HTMLElement findParentNode(String selector, HTMLElement maxDepth)
Parameters
|
|||||||||||||
|
findParentNode HTMLElement findParentNode(String selector, Element maxDepth)
Parameters
|
|||||||||||||
|
findParentNode HTMLElement findParentNode(String selector, int maxDepth)
Parameters
|
|||||||||||||
|
findParentNode Element findParentNode(String selector, int maxDepth, boolean returnEl)
Parameters
|
||||||||||||||||
|
findParentNode Element findParentNode(String selector, HTMLElement maxDepth, boolean returnEl)
Parameters
|
||||||||||||||||
|
findParentNode Element findParentNode(String selector, Element maxDepth, boolean returnEl)
Parameters
|
||||||||||||||||
|
first Element first()
|
||||
|
first Element first(String selector)
Parameters
|
||||||||||
|
first HTMLElement first(String selector, boolean returnDom)
Parameters
|
|||||||||||||
|
fly Element fly(HTMLElement element)
Parameters
|
||||||||||
|
fly Element fly(String id)
Parameters
|
||||||||||
|
fly Element fly(String id, String named)
Parameters
|
|||||||||||||
|
fly Element fly(HTMLElement element, String named)
Parameters
|
|||||||||||||
|
focus Element focus()
|
||||
|
get Element get(Element element)
Parameters
|
||||||||||
|
get Element get(String id)
Parameters
|
||||||||||
|
get Element get(HTMLElement element)
Parameters
|
||||||||||
|
getAlignToXY Array<int> getAlignToXY(Element element, String position)
Parameters
|
|||||||||||||
|
getAlignToXY Array<int> getAlignToXY(HTMLElement element, String position)
Parameters
|
|||||||||||||
|
getAlignToXY Array<int> getAlignToXY(HTMLElement element, String position, Array<int> offsets)
Parameters
|
||||||||||||||||
|
getAlignToXY Array<int> getAlignToXY(Element element, String position, Array<int> offsets)
Parameters
|
||||||||||||||||
|
getAnchorXY Array<int> getAnchorXY()
|
||||
|
getAnchorXY Array<int> getAnchorXY(String anchor)
Parameters
|
||||||||||
|
getAnchorXY Array<int> getAnchorXY(String anchor, boolean local)
Parameters
|
|||||||||||||
|
getAnchorXY Array<int> getAnchorXY(String anchor, boolean local, Dimension size)
Parameters
|
||||||||||||||||
|
getAttributeNS String getAttributeNS(String namespace, String name)
Parameters
|
|||||||||||||
|
getBorderWidth int getBorderWidth(String side)
Parameters
|
||||||||||
|
getBottom int getBottom(boolean local)
Parameters
|
||||||||||
|
getBox Box getBox()
|
||||
|
getBox Box getBox(boolean contentBox)
Parameters
|
||||||||||
|
getBox Box getBox(boolean contentBox, boolean local)
Parameters
|
|||||||||||||
|
getCenterXY Array<int> getCenterXY()
|
||||
|
getColor String getColor(String attr, String defaultValue)
Parameters
|
|||||||||||||
|
getColor String getColor(String attr, String defaultValue, String prefix)
Parameters
|
||||||||||||||||
|
getComputedHeight int getComputedHeight()
|
||||
|
getComputedWidth int getComputedWidth()
|
||||
|
getFrameWidth int getFrameWidth(String sides)
Parameters
|
||||||||||
|
getHeight int getHeight()
|
||||
|
getHeight int getHeight(boolean contentHeight)
Parameters
|
||||||||||
|
getLeft int getLeft(boolean local)
Parameters
|
||||||||||
|
getMargins Padding getMargins()
|
||||
|
getMargins int getMargins(String sides)
Parameters
|
||||||||||
|
getOffsetsTo Array<int> getOffsetsTo(HTMLElement element)
Parameters
|
||||||||||
|
getOffsetsTo Array<int> getOffsetsTo(Element element)
Parameters
|
||||||||||
|
getPadding int getPadding(String side)
Parameters
|
||||||||||
|
getPositioning CSSStyle getPositioning()
|
||||
|
getRegion Region getRegion()
|
||||
|
getRight int getRight(boolean local)
Parameters
|
||||||||||
|
getScroll Padding getScroll()
|
||||
|
getSize Dimension getSize()
|
||||
|
getSize Dimension getSize(boolean contentSize)
Parameters
|
||||||||||
|
getStyle String getStyle(String property)
Parameters
|
||||||||||
|
getStyles CSSStyle getStyles(String...)
Parameters
|
||||||||||
|
getTop int getTop(boolean local)
Parameters
|
||||||||||
|
getUpdater Updater getUpdater()
|
||||
|
getValue String getValue()
|
||||
|
getValue float getValue(boolean asNumber)
Parameters
|
||||||||||
|
getViewSize Dimension getViewSize()
|
||||
|
getWidth int getWidth()
|
||||
|
getWidth int getWidth(boolean contentWidth)
Parameters
|
||||||||||
|
getX int getX()
|
||||
|
getXY Array<int> getXY()
|
||||
|
getY int getY()
|
||||
|
hasClass boolean hasClass(String className)
Parameters
|
||||||||||
|
hide Element hide()
|
||||
|
hide Element hide(boolean animate)
Parameters
|
||||||||||
|
hide Element hide(ElementAnimationOptions animate)
Parameters
|
||||||||||
|
hover Element hover(Function overFn, Function outFn)
Parameters
|
|||||||||||||
|
hover Element hover(Function overFn, Function outFn, Object scope)
Parameters
|
||||||||||||||||
|
initDD DD initDD(String group)
Parameters
|
||||||||||
|
initDD DD initDD(String group, DDConfig config, Object overrides)
Parameters
|
||||||||||||||||
|
initDDProxy DDProxy initDDProxy(String group, DDProxyConfig config, Object overrides)
Parameters
|
||||||||||||||||
|
initDDTarget DDTarget initDDTarget(String group, DDTargetConfig config, Object overrides)
Parameters
|
||||||||||||||||
|
insertAfter Element insertAfter(Element el)
Parameters
|
||||||||||
|
insertAfter Element insertAfter(HTMLElement el)
Parameters
|
||||||||||
|
insertBefore Element insertBefore(Element el)
Parameters
|
||||||||||
|
insertBefore Element insertBefore(HTMLElement el)
Parameters
|
||||||||||
|
insertFirst Element insertFirst(Array<Object> DomHelperConfigObject)
Parameters
|
||||||||||
|
insertFirst Element insertFirst(HTMLElement el)
Parameters
|
||||||||||
|
insertFirst Element insertFirst(Element el)
Parameters
|
||||||||||
|
insertFirst Element insertFirst(String id)
Parameters
|
||||||||||
|
insertHtml Element insertHtml(String where, String html)
Parameters
|
|||||||||||||
|
insertHtml HTMLElement insertHtml(String where, String html, boolean returnEl)
Parameters
|
||||||||||||||||
|
insertSibling Element insertSibling(Array<Object> DomHelperConfigObject)
Parameters
|
||||||||||
|
insertSibling Element insertSibling(Element element)
Parameters
|
||||||||||
|
insertSibling Element insertSibling(Array<String> ids)
Parameters
|
||||||||||
|
insertSibling Element insertSibling(Array<Element> elements)
Parameters
|
||||||||||
|
insertSibling Element insertSibling(String id)
Parameters
|
||||||||||
|
insertSibling Element insertSibling(Array<String> ids, String where)
Parameters
|
|||||||||||||
|
insertSibling Element insertSibling(String id, String where)
Parameters
|
|||||||||||||
|
insertSibling Element insertSibling(Array<Object> DomHelperConfigObject, String where)
Parameters
|
|||||||||||||
|
insertSibling Element insertSibling(Array<Array<Object>> DomHelperConfigObjects, String where)
Parameters
|
|||||||||||||
|
insertSibling Element insertSibling(Array<Element> elements, String where)
Parameters
|
|||||||||||||
|
insertSibling Element insertSibling(Element element, String where)
Parameters
|
|||||||||||||
|
insertSibling HTMLElement insertSibling(Array<Object> DomHelperConfigObject, String where, boolean returnDom)
Parameters
|
||||||||||||||||
|
insertSibling HTMLElement insertSibling(String id, String where, boolean returnDom)
Parameters
|
||||||||||||||||
|
insertSibling HTMLElement insertSibling(Element element, String where, boolean returnDom)
Parameters
|
||||||||||||||||
|
insertSibling HTMLElement insertSibling(Array<Element> elements, String where, boolean returnDom)
Parameters
|
||||||||||||||||
|
insertSibling HTMLElement insertSibling(Array<String> ids, String where, boolean returnDom)
Parameters
|
||||||||||||||||
|
insertSibling HTMLElement insertSibling(Array<Array<Object>> DomHelperConfigObjects, String where, boolean returnDom)
Parameters
|
||||||||||||||||
|
is boolean is(String selector)
Parameters
|
||||||||||
|
isBorderBox boolean isBorderBox()
|
||||
|
isDisplayed boolean isDisplayed()
|
||||
|
isMasked boolean isMasked()
|
||||
|
isScrollable boolean isScrollable()
|
||||
|
isVisible boolean isVisible()
|
||||
|
isVisible boolean isVisible(boolean deep)
Parameters
|
||||||||||
|
last Element last()
|
||||
|
last Element last(String selector)
Parameters
|
||||||||||
|
last HTMLElement last(String selector, boolean returnDom)
Parameters
|
|||||||||||||
|
load Element load(String url)
Parameters
|
||||||||||
|
load Element load(Function url)
Parameters
|
||||||||||
|
load Element load(String url, String params)
Parameters
|
|||||||||||||
|
load Element load(Function url, Object params)
Parameters
|
|||||||||||||
|
load Element load(String url, String params, Function callback)
Parameters
|
||||||||||||||||
|
load Element load(Function url, Object params, Function callback)
Parameters
|
||||||||||||||||
|
load Element load(String url, String params, Function callback, boolean discardUrl)
Parameters
|
|||||||||||||||||||
|
load Element load(Function url, Object params, Function callback, boolean discardUrl)
Parameters
|
|||||||||||||||||||
|
mask Element mask()
|
||||
|
mask Element mask(String msg)
Parameters
|
||||||||||
|
mask Element mask(String msg, String msgCls)
Parameters
|
|||||||||||||
|
move Element move(String direction, int distance)
Parameters
|
|||||||||||||
|
move Element move(String direction, int distance, boolean animate)
Parameters
|
||||||||||||||||
|
move Element move(String direction, int distance, Array<Object> animate)
Parameters
|
||||||||||||||||
|
moveTo Element moveTo(int x, int y)
Parameters
|
|||||||||||||
|
moveTo Element moveTo(int x, int y, boolean animate)
Parameters
|
||||||||||||||||
|
moveTo Element moveTo(int x, int y, Array<Object> animate)
Parameters
|
||||||||||||||||
|
next Element next()
|
||||
|
next Element next(String selector)
Parameters
|
||||||||||
|
next HTMLElement next(String selector, boolean returnDom)
Parameters
|
|||||||||||||
|
on void on(String eventName, Function fn) Parameters
|
|
on void on(String eventName, Function fn, Object scope) Parameters
|
|
on void on(String eventName, Function fn, Object scope, Array<Object> options) Parameters
|
|
position void position() |
|
position void position(String pos) Parameters
|
|
position void position(String pos, int zIndex) Parameters
|
|
position void position(String pos, int zIndex, int x) Parameters
|
|
position void position(String pos, int zIndex, int x, int y) Parameters
|
|
prev Element prev()
|
||||
|
prev Element prev(String selector)
Parameters
|
||||||||||
|
prev HTMLElement prev(String selector, boolean returnDom)
Parameters
|
|||||||||||||
|
query Array<Element> query(String selector)
Parameters
|
||||||||||
|
radioClass Element radioClass(String className)
Parameters
|
||||||||||
|
radioClass Element radioClass(Array<String> classNames)
Parameters
|
||||||||||
|
relayEvent void relayEvent(String eventName, Object eventTarget) Parameters
|
|
remove void remove() |
|
removeAllListeners Element removeAllListeners()
|
||||
|
removeClass Element removeClass(Array<String> classNames)
Parameters
|
||||||||||
|
removeClass Element removeClass(String className)
Parameters
|
||||||||||
|
removeListener Element removeListener(String eventName, Function fn)
Parameters
|
|||||||||||||
|
repaint Element repaint()
|
||||
|
replace Element replace(Element element)
Parameters
|
||||||||||
|
replace Element replace(HTMLElement element)
Parameters
|
||||||||||
|
replace Element replace(String id)
Parameters
|
||||||||||
|
replaceClass Element replaceClass(String oldClassName, String newClassName)
Parameters
|
|||||||||||||
|
replaceWith Element replaceWith(String id)
Parameters
|
||||||||||
|
replaceWith Element replaceWith(HTMLElement element)
Parameters
|
||||||||||
|
replaceWith Element replaceWith(Element element)
Parameters
|
||||||||||
|
scroll boolean scroll(String direction, int distance)
Parameters
|
|||||||||||||
|
scroll boolean scroll(String direction, int distance, Array<Object> animate)
Parameters
|
||||||||||||||||
|
scroll boolean scroll(String direction, int distance, boolean animate)
Parameters
|
||||||||||||||||
|
scrollIntoView Element scrollIntoView()
|
||||
|
scrollIntoView Element scrollIntoView(Container container)
Parameters
|
||||||||||
|
scrollIntoView Element scrollIntoView(Container container, boolean hscroll)
Parameters
| |||||||