[CLOSED] custom search v1.0 IE6

  1. #1

    [CLOSED] custom search v1.0 IE6

    hi guys

    custom search doesn't display pages as it used to in V .81. my query retrun 310 record the search display only the first 10 record because I set my page size to 10. But it deosn't show number of pages or buttons to allow the user to view the next 10. I checked the examples on v1.0 they don't work too. I added more data to the xml file on the example and searched for anything start with "C" and still shows only 10 rows

    https://examples2.ext.net/

    <!-- ADDED-->

    <plant>
    
    <common>Cowslip1</common>
    
    <botanical>Caltha palustris1</botanical>
    
    <zone>4</zone>
    
    <colorCode>E7E7E7</colorCode>
    
    <light>Mostly Shady</light>
    
    <price>9.90</price>
    
    <availability>03/06/2006</availability>
    
    <indoor>true</indoor>
    
    </plant>
    
    <plant>
    
    <common>Cowslip2</common>
    
    <botanical>Caltha palustris1</botanical>
    
    <zone>4</zone>
    
    <colorCode>E7E7E7</colorCode>
    
    <light>Mostly Shady</light>
    
    <price>9.90</price>
    
    <availability>03/06/2006</availability>
    
    <indoor>true</indoor>
    
    </plant>
    
    <plant>
    
    <common>Cowslip3</common>
    
    <botanical>Caltha palustris1</botanical>
    
    <zone>4</zone>
    
    <colorCode>E7E7E7</colorCode>
    
    <light>Mostly Shady</light>
    
    <price>9.90</price>
    
    <availability>03/06/2006</availability>
    
    <indoor>true</indoor>
    
    </plant>
    
    <plant>
    
    <common>Cowslip4</common>
    
    <botanical>Caltha palustris1</botanical>
    
    <zone>4</zone>
    
    <colorCode>E7E7E7</colorCode>
    
    <light>Mostly Shady</light>
    
    <price>9.90</price>
    
    <availability>03/06/2006</availability>
    
    <indoor>true</indoor>
    
    </plant>
    
    <plant>
    
    <common>Cowslip5</common>
    
    <botanical>Caltha palustris1</botanical>
    
    <zone>4</zone>
    
    <colorCode>E7E7E7</colorCode>
    
    <light>Mostly Shady</light>
    
    <price>9.90</price>
    
    <availability>03/06/2006</availability>
    
    <indoor>true</indoor>
    
    </plant>
    
    <plant>
    
    <common>Cowslip6</common>
    
    <botanical>Caltha palustris1</botanical>
    
    <zone>4</zone>
    
    <colorCode>E7E7E7</colorCode>
    
    <light>Mostly Shady</light>
    
    <price>9.90</price>
    
    <availability>03/06/2006</availability>
    
    <indoor>true</indoor>
    
    </plant>
    
    <plant>
    
    <common>Cowslip7</common>
    
    <botanical>Caltha palustris1</botanical>
    
    <zone>4</zone>
    
    <colorCode>E7E7E7</colorCode>
    
    <light>Mostly Shady</light>
    
    <price>9.90</price>
    
    <availability>03/06/2006</availability>
    
    <indoor>true</indoor>
    
    </plant>
    
    <plant>
    
    <common>Cowslip8</common>
    
    <botanical>Caltha palustris1</botanical>
    
    <zone>4</zone>
    
    <colorCode>E7E7E7</colorCode>
    
    <light>Mostly Shady</light>
    
    <price>9.90</price>
    
    <availability>03/06/2006</availability>
    
    <indoor>true</indoor>
    
    </plant>
    
    <plant>
    
    <common>Cowslip9</common>
    
    <botanical>Caltha palustris1</botanical>
    
    <zone>4</zone>
    
    <colorCode>E7E7E7</colorCode>
    
    <light>Mostly Shady</light>
    
    <price>9.90</price>
    
    <availability>03/06/2006</availability>
    
    <indoor>true</indoor>
    
    </plant>
    
    <plant>
    
    <common>Cowslip10</common>
    
    <botanical>Caltha palustris1</botanical>
    
    <zone>4</zone>
    
    <colorCode>E7E7E7</colorCode>
    
    <light>Mostly Shady</light>
    
    <price>9.90</price>
    
    <availability>03/06/2006</availability>
    
    <indoor>true</indoor>
    
    </plant>
    
    <plant>
    
    <common>Cowslip11</common>
    
    <botanical>Caltha palustris1</botanical>
    
    <zone>4</zone>
    
    <colorCode>E7E7E7</colorCode>
    
    <light>Mostly Shady</light>
    
    <price>9.90</price>
    
    <availability>03/06/2006</availability>
    
    <indoor>true</indoor>
    
    </plant>
  2. #2

    RE: [CLOSED] custom search v1.0 IE6

    can I add javascrip to color code the price field in the search. If the price >10 green else red
  3. #3

    RE: [CLOSED] custom search v1.0 IE6

    Hi,

    I have checked that example (Custom Search) under 1.0 nad it works correctly. Please note that example uses Proxy therefore you have to return requsted data only (10 rows) and return total count. Please show your test case

    can I add javascrip to color code the price field in the search. If the price >10 green else red
    For example if Price > 7 then color is green otherwise red
     <Template runat="server">
                       <Html>
                           <tpl for=".">
                              <div class="search-item">
                                 <h3> 7 ? "green" : "red"]}">${Price}{Common}</h3>
                                 {Botanical}
                              
    
                           </tpl>
                       </Html>
                    </Template>
  4. #4

    RE: [CLOSED] custom search v1.0 IE6

    Thanks Vlad.
    I am Just using the example comes with Coolite. It works fine in IE 8 but when I change the compatibility view then it loses lose the page
  5. #5

    RE: [CLOSED] custom search v1.0 IE6

    Hi,

    Do not use IE8 compatibility mode. It emulates IE7 incorrectly (and we don't support compatibility mode). Pure IE7 works correctly with combo's paging toolbar.


    I can confirm that IE6 only has the problem with this example. The bug report (IE6) is opened

Similar Threads

  1. [CLOSED] [1.0] Custom search help
    By edigital in forum 1.x Legacy Premium Help
    Replies: 11
    Last Post: Apr 10, 2015, 7:44 PM
  2. [CLOSED] Custom Search Combobox
    By vali1993 in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jun 04, 2010, 7:29 PM
  3. [CLOSED] [1.0] custom search
    By vali1993 in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Apr 23, 2010, 3:48 PM
  4. [CLOSED] [1.0] ComboBox Custom Search
    By bethc in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Oct 20, 2009, 8:25 AM
  5. Custom Search
    By sharif in forum 1.x Help
    Replies: 0
    Last Post: Jul 14, 2009, 4:04 PM

Posting Permissions