blob: 86f20091b5b1e573914d43fc9b3a9e3a43c85760 [file] [log] [blame]
{ "type": "method",
"qname": "org.apache.royale.utils.css.loadCSS",
"namespace": "public",
"bindable": [],
"details": [],
"deprecated": {},
"description": "Utility function to dynamically load CSS in your application.",
"tags": [
{ "tagName": "param",
"values": ["url The url of the css file.", "callback (optional) the function to be called when the code is loaded."]},
{ "tagName": "productversion",
"values": ["Royale 0.9.6"]},
{ "tagName": "royaleignorecoercion",
"values": ["HTMLLinkElement"]},
{ "tagName": "langversion",
"values": ["3.0"]},
{ "tagName": "royalesuppressexport",
"values": []} ],
"return": "String",
"params": [{ "name": "url", "type": "String"},
{ "name": "callback", "type": "Function"}]}