jQWidgets Forums
Forum Replies Created
-
Author
-
October 17, 2013 at 5:42 pm in reply to: showCalendarButton chrome browser error showCalendarButton chrome browser error #30960
I’ve just run into this issue as well. It appears that if the datetime input is just on a page, it works as intended. But if it’s inside a jqxWindow, the calendar button does not show. I hope this might be fixed soon.
To help anyone else with mysterious “where’s my lines?” issues, you need to sort by series, then date. Interleaved data like above will leave you with just points plotted on the chart, as it thinks each point is the start of a “new” line.
So for example, in the data above, all “BRENDA” data should come together, then “CINDY” data, then “JOE”, etc.
August 27, 2013 at 4:28 pm in reply to: Highlighting line in Line Series chart? Highlighting line in Line Series chart? #27811Can I add this as a feature request? I’d like a way to make an individual line stand out as well. It would be great to be able to click in the legend to highlight a line.
Hi Peter,
After working with this example, we do get a chart, but it only shows the points. I’ve tried setting the type to both “line” and to “spline” but still just get scattered points. Is there another switch I need to get the lines to show?August 7, 2013 at 4:23 pm in reply to: How to enable/disable a menu item ? How to enable/disable a menu item ? #26443Hi,
I’m attempting to do this in a popup context menu, and it doesn’t appear to work. If I set the attribute ‘disabled’ to true, the li element does get a disabled=’disabled’ attribute, it just doesn’t seem actually be… disabled. I can still click on it.Hi Dimitar,
1) Does the rendered callback happen before autoload of any previous saved state happens? It seems like what you’re talking about would only reset to the previously saved state. I want to reset completely to what is defined in code.2) We’ve only run into this intermittently, I’ll see if I can write up an example to make it happen on purpose.
July 11, 2013 at 6:17 pm in reply to: Labeling filter values in grid Labeling filter values in grid #25034Ah, well consider it a feature request then
Hi Peter,
If you’re talking about these lines:rendered: function (element) { $(element).jqxCheckBox({ theme: theme, width: 16, height: 16, animationShowDelay: 0, animationHideDelay: 0 }); [other code to bind click event]}
It doesn’t work. I copied and pasted your code directly, and my header stays exactly the same. No errors in console.log either.
I have tried using both the current jQuery 1.10.1 and the recommended jQuery 1.8.3 by the way.
I am using jQWidgets 2.8.3.
Current Chrome, 27.0.1453.110, IE 9, Firefox 20.0.1 all have the same issue. -
AuthorPosts