conferencenl.lzx

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

	<include href="conference/datasets.lzx"/>
	<include href="conference/methods.lzx"/>

        <splash>
                <view x="50" y="150" width="${parent.width}" height="100">
                        <text width="220" height="33" fontsize="18">Loading ...</text>
                </view>
        </splash>
        
	<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="conference" initstage="defer">
		<simplelayout axis="y" spacing="1"/>

		<tabs style="whitecolors" id="mytabs" height="400">
			<tabpane>Landen
				<grid id="countries" width="530" height="355" bgcolor0="$once{whitecolors.basecolor}" datapath="conferenceDS:/dbdata">
					<gridtext width="406" editable="false" sortable="false" resizable="false" text="Land" datapath="country/text()"/>
					<gridtext width="125" editable="false" sortable="false" resizable="false" text="Nummer" datapath="number/text()"/>
				</grid>
			</tabpane>
		</tabs>
	</view>
</canvas>

Cross References

Includes

Named Instances