usertooldhtml.lzx
<canvas bgcolor="#C1C1C1" proxied="true" debug="false" dataloadtimeout="600000" oninit="canvas.weepeeOnInit();" title="Klantentool">
<include href="usertooldhtml/methods.lzx"/>
<include href="usertooldhtml/datasets.lzx"/>
<include href="usertooldhtml/windows.lzx"/>
<include href="usertooldhtml/sipuserdefault.lzx"/>
<include href="usertooldhtml/sippbxuserdefault.lzx"/>
<include href="usertooldhtml/faxdefault.lzx"/>
<include href="usertooldhtml/fwddefault.lzx"/>
<include href="usertooldhtml/ivrdefault.lzx"/>
<splash>
<view x="50" y="150" width="${parent.width}" height="100">
<text width="220" height="33" fontsize="18">Loading ...</text>
</view>
</splash>
<script>
var sid;
var protocol;
</script>
<script>
Debug.write("WeePee User Tool Version 2");
canvas.getWeePee();
canvas.reload_delegate = new lz.Delegate(canvas, "weepeeReload");
lz.Timer.addTimer(canvas.reload_delegate, 120 * 60000);
</script>
<whitestyle name="whitecolors"/>
<silverstyle name="silvercolors"/>
<view name="failedlogin" width="${parent.width}" height="300" initstage="defer">
<view x="40" y="35">
<text multiline="true" width="600" fontsize="20" fontstyle="bold" id="loginerror"/>
</view>
</view>
<view name="loading" width="${parent.width}" initstage="defer">
<view width="${parent.width}" height="100" y="160">
<view x="40">
<text multiline="true" width="850" fontsize="15" fontstyle="bold">
Gegevens ophalen:
</text>
<text multiline="true" width="${parent.width}" fontsize="10" fontstyle="bold" id="loadinginfo"/>
<simplelayout axis="y" spacing="5"/>
</view>
<simplelayout axis="y" spacing="120"/>
</view>
</view>
<view name="weepeeinit" x="20" y="20" initstage="defer"/>
</canvas>
Cross References
Includes
Named Instances