inatservicesnl.lzx

<canvas bgcolor="#FFFFFF" debug="false" proxied="true" dataloadtimeout="600000" title="Internationale Diensten">
	<whitestyle name="whitecolors"/>

	<include href="inatservices/datasets.lzx"/>
	<include href="inatservices/methods.lzx"/>
        
	<view name="loading" width="${parent.width}">
                <view x="50" y="150" width="${parent.width}" height="100">
			<text width="220" height="33" fontsize="18">Loading ...</text>
                        <simplelayout axis="y" spacing="5"/>
                </view>
        </view>

	<script>
		canvas.getCountries()
		canvas.getWeePee()
	</script>

	<view name="inatservices" initstage="defer">
		<simplelayout axis="y" spacing="1"/>

		<tabs style="whitecolors" id="mytabs" height="400">
			<tabpane>Internationale Diensten
				<grid id="countries" width="530" height="355" bgcolor0="$once{whitecolors.basecolor}" datapath="inatservicesDS:/dbdata">
					<gridtext width="282" editable="false" sortable="false" resizable="false" text="Land" datapath="country/text()"/>
					<gridtext width="100" editable="false" sortable="false" resizable="false" text="Prefix" datapath="prefix/text()"/>
					<gridtext width="150" editable="false" sortable="false" resizable="false" text="Kostprijs/Dag" datapath="price_out/text()"/>
				</grid>
			</tabpane>
		</tabs>
	</view>
</canvas>

Cross References

Includes

Named Instances