text-tutorial-$6.lzx
<canvas width="100%">
<include href="extensions/html.lzx"/>
<class name="browser" extends="window" resizable="true" bgcolor="silver">
<edittext name="txt" text="http://openlaszlo.org/" width="300"/>
<button x="310" onclick="parent.htmlview.setSrc(parent.txt.text); parent.htmlview.setAttribute('visible', true); parent.htmlview.bringToFront()">Load</button>
<html name="htmlview" x="$once{immediateparent.x}" y="$once{immediateparent.y + 25}" width="${immediateparent.width}" height="${immediateparent.height - 25}"/>
</class>
<browser width="500" height="500" x="10" y="10"/>
</canvas>
Cross References
Includes
Classes
- <class name="browser" extends="window">