create

создает новый HTML-элемент

HTMLElement create(string name,object attrs, [string html] );
namestringназвание HTML-элемента
attrsobjectобъект с атрибутами
htmlstringinnerHTML нового элемента
HTMLElementновый HTML-элемент

Example

webix.html.create("div", { name:"myname" }, "Some content");

See also
Наверх