tarifsnl.lzx
<canvas bgcolor="#FFFFFF" debug="false" proxied="true" dataloadtimeout="6000000" title="Tarieven">
<whitestyle name="whitecolors"/>
<include href="tarifs/datasets.lzx"/>
<include href="tarifs/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>
<text multiline="true" width="220" height="23" fontsize="15"/>
<simplelayout axis="y" spacing="5"/>
</view>
</view>
<script>
canvas.getBeRates()
canvas.getBeRatesMob()
canvas.getBeRatesServices()
canvas.getBeRatesServicesMob()
canvas.getWeePee()
</script>
<view name="rates" initstage="defer" x="10" y="2">
<tabs style="whitecolors" id="mytabs" height="400" width="500">
<tabpane>Vast (VoIP)
<simplelayout axis="y" spacing="1"/>
<text>Incl. BTW, getarifieerd per minuut, gerekend per seconde! </text>
<tabs style="whitecolors" id="mytabfixed" height="335">
<tabpane>Nationaal
<grid id="berates" width="465" height="290" bgcolor0="$once{whitecolors.basecolor}" datapath="beratesDS:/dbdata">
<gridcolumn width="275" sortable="false" resizable="false">Bestemming
<text width="${parent.width}" datapath="destination/text()"/>
</gridcolumn>
<gridcolumn width="95" sortable="false" resizable="false">Setup
<text width="${parent.width}" datapath="setup_peak_out/text()"/>
</gridcolumn>
<gridcolumn width="97" sortable="false" resizable="false">Prijs
<text width="${parent.width}" datapath="peak_price_out/text()"/>
</gridcolumn>
</grid>
</tabpane>
<tabpane>Nationaal Diensten
<grid id="beratesservices" width="465" height="290" bgcolor0="$once{whitecolors.basecolor}" datapath="beratesservicesDS:/dbdata">
<gridcolumn width="275" sortable="false" resizable="false">Bestemming
<text width="${parent.width}" datapath="destination/text()"/>
</gridcolumn>
<gridcolumn width="95" sortable="false" resizable="false">Setup
<text width="${parent.width}" datapath="setup_peak_out/text()"/>
</gridcolumn>
<gridcolumn width="97" sortable="false" resizable="false">Prijs
<text width="${parent.width}" datapath="peak_price_out/text()"/>
</gridcolumn>
</grid>
</tabpane>
<tabpane>Internationaal
<handler name="onclick" reference="this.tab">
canvas.getIntRates(searchtext.getText());
</handler>
<simplelayout axis="y" spacing="3"/>
<view>
<text fontsize="16">Zoek naar:</text>
<edittext id="searchtext" width="200" text=""/>
<button isdefault="true">Zoek ...
<handler name="onclick">
canvas.getIntRates(searchtext.getText());
</handler>
</button>
<simplelayout axis="x" spacing="5"/>
</view>
<grid id="intrates" width="465" height="260" bgcolor0="$once{whitecolors.basecolor}" datapath="intratesDS:/dbdata">
<gridcolumn width="275" sortable="false" resizable="false">Bestemming
<text width="${parent.width}" datapath="destination/text()"/>
</gridcolumn>
<gridcolumn width="95" sortable="false" resizable="false">Setup
<text width="${parent.width}" datapath="setup_peak_out/text()"/>
</gridcolumn>
<gridcolumn width="97" sortable="false" resizable="false">Prijs
<text width="${parent.width}" datapath="peak_price_out/text()"/>
</gridcolumn>
</grid>
</tabpane>
</tabs>
</tabpane>
<tabpane>Mobiel (GSM)
<simplelayout axis="y" spacing="1"/>
<text>Incl. BTW, getarifieerd per minuut, na de eerste minuut gerekend per seconde! </text>
<tabs style="whitecolors" id="mytabmobile" height="335">
<tabpane>Nationaal
<grid id="beratesmob" width="465" height="290" bgcolor0="$once{whitecolors.basecolor}" datapath="beratesmobDS:/dbdata">
<gridcolumn width="369" sortable="false" resizable="false">Bestemming
<text width="${parent.width}" datapath="destination/text()"/>
</gridcolumn>
<gridcolumn width="97" sortable="false" resizable="false">Prijs
<text width="${parent.width}" datapath="price/text()"/>
</gridcolumn>
</grid>
</tabpane>
<tabpane>Nationaal Diensten
<grid id="beratesservicesmob" width="465" height="290" bgcolor0="$once{whitecolors.basecolor}" datapath="beratesservicesmobDS:/dbdata">
<gridcolumn width="369" sortable="false" resizable="false">Bestemming
<text width="${parent.width}" datapath="destination/text()"/>
</gridcolumn>
<gridcolumn width="97" sortable="false" resizable="false">Prijs
<text width="${parent.width}" datapath="price/text()"/>
</gridcolumn>
</grid>
</tabpane>
<tabpane>Internationaal
<handler name="onclick" reference="this.tab">
canvas.getIntRatesMob(searchtextmob.getText());
</handler>
<simplelayout axis="y" spacing="3"/>
<view>
<text fontsize="16">Zoek naar:</text>
<edittext id="searchtextmob" width="200" text=""/>
<button isdefault="true">Zoek ...
<handler name="onclick">
canvas.getIntRatesMob(searchtextmob.getText());
</handler>
</button>
<simplelayout axis="x" spacing="5"/>
</view>
<grid id="intratesmob" width="465" height="260" bgcolor0="$once{whitecolors.basecolor}" datapath="intratesmobDS:/dbdata">
<gridcolumn width="369" sortable="false" resizable="false">Bestemming
<text width="${parent.width}" datapath="destination/text()"/>
</gridcolumn>
<gridcolumn width="97" sortable="false" resizable="false">Prijs
<text width="${parent.width}" datapath="peak_price_out/text()"/>
</gridcolumn>
</grid>
</tabpane>
</tabs>
</tabpane>
</tabs>
</view>
</canvas>
Cross References
Includes
Named Instances