* commit 'b2152a43ea8b44772fab5d29dea436f2a4ddc89b': docs: remove obsolete renderscript reference framer page
This commit is contained in:
@@ -1,21 +0,0 @@
|
||||
page.title=Runtime API Reference
|
||||
parent.title=Computation
|
||||
parent.link=index.html
|
||||
|
||||
@jd:body
|
||||
|
||||
<script language="JavaScript">
|
||||
|
||||
function autoResize(element){
|
||||
var newheight;
|
||||
var newwidth;
|
||||
|
||||
newheight = element.contentWindow.document.body.scrollHeight + 20;
|
||||
newwidth = element.contentWindow.document.body.scrollWidth;
|
||||
element.height = (newheight) + "px";
|
||||
element.width = (newwidth) + "px";
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
<iframe SRC="{@docRoot}reference/renderscript/index.html" width="100%" id="iframe" marginheight="0" frameborder="0" onLoad="autoResize(this);"></iframe>
|
||||
Reference in New Issue
Block a user