blob: e9a0213c9f19829eba59bfb2e7c49a3bd7df5e0a [file] [log] [blame]
{ "type": "class",
"qname": "org.apache.royale.jquery.Application",
"baseClassname": "org.apache.royale.core.Application"
,
"members": [
{ "type": "method",
"qname": "org.apache.royale.jquery.Application",
"namespace": "",
"bindable": [],
"details": [],
"deprecated": {},
"description": "The Royale Compiler will inject script elements into the index.html file. Surround with &quot;inject_script&quot; tag as follows: <inject_script> var link = document.createElement(&quot;link&quot;); link.setAttribute(&quot;rel&quot;, &quot;stylesheet&quot;); link.setAttribute(&quot;type&quot;, &quot;text/css&quot;); link.setAttribute(&quot;href&quot;, &quot;http://code.jquery.com/ui/1.10.2/themes/smoothness/jquery-ui.css&quot;); document.head.appendChild(link); var script = document.createElement(&quot;script&quot;); script.setAttribute(&quot;src&quot;, &quot;http://code.jquery.com/jquery-1.9.1.js&quot;); document.head.appendChild(script); script = document.createElement(&quot;script&quot;); script.setAttribute(&quot;src&quot;, &quot;http://code.jquery.com/ui/1.10.2/jquery-ui.js&quot;); document.head.appendChild(script); </inject_script>",
"return": "",
"params": []}
]
}