jQWidgets Forums
Forum Replies Created
-
Author
-
October 8, 2013 at 6:51 am in reply to: broken autoComplete in jqxComboBox in the 3.0 release broken autoComplete in jqxComboBox in the 3.0 release #30403
Yes, you’re right. Thank you!
October 8, 2013 at 6:23 am in reply to: broken autoComplete in jqxComboBox in the 3.0 release broken autoComplete in jqxComboBox in the 3.0 release #30399Here is the example. In combobox enter Miami (last entry) and then select the first popup item and it will show Paris (the first entry).
October 8, 2013 at 5:39 am in reply to: broken autoComplete in jqxComboBox in the 3.0 release broken autoComplete in jqxComboBox in the 3.0 release #30396Hi!
I’ve just came across this issue. I’m using version 3.0.3 and autoComplete is still not working.
Great, thank you for the quick reply. This detail is not specified in the documentation. I hope the documentation will be updated accordingly.
Peter, could you give me a time frame when Pivot Grid widget will be available?
I thought that it’s not possible but then I found error in my code. Below is the code for using expander inside expander. Pretty obvious
<div id='jqxExpander'> <div>Expander 1</div> <div> <div id='jqxExpander2'> <div>Expander 2</div> <div>test</div> </div> </div></div>
July 30, 2013 at 2:46 pm in reply to: jqxInput not reading value from Knockout view model jqxInput not reading value from Knockout view model #25960Thank you, I fixed it. Please check the new jsfiddle . Enter values into jqxInput and then click RESET button. Repeat one more time. You’ll see that values will stay in the jqxInput and not in the ordinary input.
I’ve found a bug in my code. Tooltip is working as expected. Thank you for your help.
July 28, 2013 at 8:54 am in reply to: Multiple windows with the same id Multiple windows with the same id #25847Below is my code:
HTML
<div id="windowAlert"><div id="windowAlertHeader"><span id="windowTitle" class="window-header-text">TEST</span></div><div id="windowAlertContent"><span id="windowTextSample">sample</span></div></div>
JS
$('#windowAlert').jqxWindow({height : 500,width : 420,autoOpen : false,isModal : false,resizable : false});$('#btnWindow').click(function() {$('#windowAlert').jqxWindow('open'); // when I click three times, I should have three windows open and not just one});
July 28, 2013 at 8:43 am in reply to: Multiple windows with the same id Multiple windows with the same id #25846It’s not the same and the content is not the issue here. You’re creating windows dynamically (html skeleton is dynamically added) but I want to have multiple windows which are based on one skeleton. And all windows can be open at the same time.
July 27, 2013 at 8:44 am in reply to: Multiple windows with the same id Multiple windows with the same id #25832I saw multiple windows demo but this is not the functionality I want to implement because it dynamically creates windows. I want to have multiple windows opened with different content and all are based on the same HTML skeleton.
I think we still don’t understand each other. Well, I wasn’t clear enough. I can open and close the window as many times as I wish, this is working as expected.
Let me explain …
Current code:
– in HTML I have a skeleton for one window (div which contains div for header and content) and skeleton for button
– in JS I defined button click event which opens the window with some dynamic helpHere’s what I would like to do:
– upon first click on the button, open the window with help A
– upon second click on the button, open the window with help B BUT window with help A must stay opened
– and so on …Is this a little bit clearer?
July 26, 2013 at 4:38 pm in reply to: Multiple windows with the same id Multiple windows with the same id #25805Yes that’s correct but I have one window (one div with header and content) and I can only open it once. Is there a way to open the same window twice? One window, two instances.
‘destroy’ method is not working. It does not remove “<div id='jqxtooltip667e5986' …" from DOM structure.
Great! Thank you!
Do you have any idea for a workaround?
-
AuthorPosts