<canvas height="100%" width="100%">
<handler name="onmouseover">
ddd.setAttribute('visibility', 'hidden');
</handler>
<text id="message">
<method name="myMethod">
this.setAttribute('text', 'Nice day if it doesn\'t rain.');
</method>
</text>
<script>
message.myMethod()
</script>
<view bgcolor="red" width="50" height="50" name="ddd"/>
<simplelayout axis="y"/>
</canvas>