Show
Ignore:
Timestamp:
03/01/07 12:11:59 (23 months ago)
Author:
peller
Message:

References #2350. Change a few more %{} substitutions to ${}

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/widget/test_ComboBox.html

    r7219 r7505  
    130130        <p>ComboBox #2: dataUrl, autocomplete=true:</p> 
    131131        <input dojoType="ComboBox" value="this should never be seen - it is replaced!" 
    132                 dataUrl="comboBoxData.js" style="width: 300px;" name="foo.bar" 
     132                dataUrl="comboBoxData.js?${searchString}" mode="remote" style="width: 300px;" name="foo.bar" 
    133133                onValueChanged="setVal2" 
    134134        > 
     
    158158         
    159159        <input dojoType="combobox" value="this should be replaced!" 
    160                                 dataUrl="remoteComboBoxData.js?search=%{searchString}" mode="remote"> 
     160                                dataUrl="remoteComboBoxData.js?search=${searchString}" mode="remote"> 
    161161        <hr> 
    162162