jQWidgets Forums

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Scroll does not work Scroll does not work #52613

    payneauj
    Participant

    Hello,

    I have updates jqwidgets with last version but the problem is still here.

    Here is the page where jqdropdownlist are used.

    http://testweb54.aptar.com/beauty-home/catalogue-v2

    Is there something wrong or missing?

    Thanks

    JOcelyn


    payneauj
    Participant

    Hello Peter,

    Thanks for your reply. I only use the default sample.

    Here is a part of the html / js:

    <body><form runat="server"><div id="header"></div><div id="container"><div id="maincontent"><div id="side1">
    		        <div id="finder">
    			        <p class="head">
    				       Title</p>
    
                        <div id="pnlHeadCriteria">
    			            <p class="region disabled" runat="server" id="pSelectRegion">Select a region</p>
    <select name="regions" id="regions" onchange="regions_change()" class="select1"></select>
                            <script type="text/javascript">
                                $(document).ready(function () {
                                    var source = [
                                        "Affogato",
                                        "Americano",
                                        "Bicerin",
                                        "Breve",
                                        "Café Bombón",
                                        "Café au lait",
                                        "Caffé Corretto",
                                        "Café Crema",
                                        "Caffé Latte",
                                        "Caffé macchiato",
                                        "Café mélange",
                                        "Coffee milk",
                                        "Cafe mocha",
                                        "Cappuccino",
                                        "Carajillo",
                                        "Cortado",
                                        "Cuban espresso",
                                        "Espresso",
                                        "Eiskaffee",
                                        "The Flat White",
                                        "Frappuccino",
                                        "Galao",
                                        "Greek frappé coffee",
                                        "Iced Coffee",
                                        "Indian filter coffee",
                                        "Instant coffee",
                                        "Irish coffee",
                                        "Liqueur coffee"
                                    ];
    
                                    // Create a jqxDropDownList
                                    $("#jqxWidget").jqxDropDownList({ source: source, selectedIndex: 1, width: '200', height: '25' });
                                });
            </script>
            <div id='jqxWidget'>
            </div>
                        </div>
    
                        <div id="pnlCatalogueCriteria">
                            <p class="region disabled" runat="server" id="pSelectCriteria">
                                Select one or many criteria</p>
    				
                                    <%--<div id="categories" style="position: absolute;z-index: 10000"></div>--%>
                                    
                                    <div id="dropDownButton">
                                        <div style="border: none;" id='jqxTree'>
                                        </div>
                                    </div>
                                    
    				            <asp:Panel runat="server" ID="pnlCriterias">
    					        </asp:Panel>
    			            <p class="button">
    				            <asp:LinkButton runat ="server" ID="btnReset" Text="Reset search" CssClass="resetSearch"  />
    				            <asp:Button runat ="server" ID="btnSearch" Text="Start search" Enabled="false" CssClass="inactive" />
    			            </p>
                        </div>
    
                       
    		        </div>
    	        </div></div><div id="footer"></div></div></form></body>

    Here is a screenshot of what I get.

    Thanks

    Jocelyn

Viewing 2 posts - 1 through 2 (of 2 total)