| Module: | libext | Package: | wrap.ext | Parent: | Object | Copyright (c) 2007, 2008 Point5U, LLC Milescript - ExtJS Wrapper Library: Project Home | Documentation |
wrap.ext.XTemplate
Inheritance : Object
Constructors
| Signature |
| public XTemplate(Array<String> html) |
| public XTemplate(String html) |
Methods
| Name | Signature |
| apply | void apply() |
| applyTemplate | String applyTemplate(Array<Object> values) |
| compile | DefaultExtDelegate compile() |
| from | Template from(String elementId) |
| from | Template from(HTMLElement element) |
Constructors
|
public XTemplate(Array<String> html) Parameters
|
|
public XTemplate(String html) Parameters
|
Methods
|
apply void apply() |
|
applyTemplate String applyTemplate(Array<Object> values)
Parameters
|
||||||||||
|
compile DefaultExtDelegate compile()
|
||||
|
from Template from(String elementId)
Parameters
|
||||||||||
|
from Template from(HTMLElement element)
Parameters
|
||||||||||
| Module: | libext | Package: | wrap.ext | Parent: | Object | Copyright (c) 2007, 2008 Point5U, LLC Milescript - ExtJS Wrapper Library: Project Home | Documentation |