Ignore:
Timestamp:
2010-03-12 13:29:32 (2 years ago)
Author:
freya
Message:

remove filter function that prevents controls inside a kauri-layout to be indexed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/samples/kauri-forms-sample/src/main/kauri/pages/collection-control.html.xml

    r1446 r1449  
    8686        <label kauri-role="label" kauri-idref="countries">Countries</label> 
    8787 
    88         <table kauri-idref="countries" kauri-type="collection" kauri-item="country"> 
     88        <table kauri-idref="countries" kauri-type="collection" > 
    8989          <thead> 
    9090            <tr> 
     
    9999 
    100100          <tbody kauri-role="container"> 
    101             <tr kauri-layout="country"> 
     101            <tr kauri-layout="/countries"> 
    102102             
    103103              <td > 
Note: See TracChangeset for help on using the changeset viewer.