test-autocompletecombobox.lzx

<canvas width="100%" height="100%">
    <include href="../autocompletecombobox.lzx"/>
    <dataset name="items">
        <items>
            <item value="item1">item one</item>
            <item value="item2">item two</item>
            <item value="item3">item three</item>
            <item value="item4">item four</item>
        </items>
    </dataset>
  
  
  <simplelayout axis="y"/>
  <text>
  
    Hi, click in the edit box and start with the letter i
  
  </text>
  <autocompletecombobox x="5" y="5" width="130" datapath="items:/items" contentpath="item/text()" defaulttext="choose one...">
  </autocompletecombobox>
  

</canvas>
<!-- * X_LZ_COPYRIGHT_BEGIN ***************************************************
* Copyright 2006 Laszlo Systems, Inc.  All Rights Reserved.              *
* Use is subject to license terms.                                            *
* X_LZ_COPYRIGHT_END ****************************************************** -->
<!-- @LZX_VERSION@                                                         -->

Cross References

Includes

Named Instances