Samples
Forum
Support
Documentation
init
parse
Start
API Reference
markup
Methods
parse
inits a component defined by markup
void
parse
(
any
data
,
string
datatype
);
Parameters
data
any
data for parsing (html or xml)
datatype
string
data type - "html" or "xml"
See also
api
init
samples
Load UI by ajax
articles
Initialization from Markup
Example
webix.
ui
(
webix.
markup
.
parse
(
text
,
"xml"
)
)
;
Back to top