addMeta

adds metadata to the page

void addMeta(string name,string value);
namestringthe metadata name
valuestringthe metadata value

Example

webix.html.addMeta("apple-mobile-web-app-capable","yes");

Back to top