usertool.lzx

<canvas bgcolor="#C1C1C1" proxied="true" debug="false" dataloadtimeout="600000" oninit="canvas.weepeeOnInit();" title="Klantentool">
        
        <include href="usertool/methods.lzx"/>
	<include href="usertool/datasets.lzx"/>
        <include href="usertool/windows.lzx"/>

        <include href="usertool/sipuserdefault.lzx"/>
        <include href="usertool/iaxuserdefault.lzx"/>
        <include href="usertool/iaxpbxuserdefault.lzx"/>
        <include href="usertool/sippbxuserdefault.lzx"/>
        <include href="usertool/conferencedefault.lzx"/>
        <include href="usertool/faxdefault.lzx"/>
        <include href="usertool/t38default.lzx"/>
        <include href="usertool/fwddefault.lzx"/>
        <include href="usertool/ivrdefault.lzx"/>
        <include href="usertool/smsdefault.lzx"/>
        <include href="usertool/simdefault.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