jQWidgets Forums

Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts

  • timtate
    Member

    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.

    in reply to: Multiple lines from data Multiple lines from data #27992

    timtate
    Member

    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.


    timtate
    Member

    Can 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.

    in reply to: Multiple lines from data Multiple lines from data #27810

    timtate
    Member

    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?


    timtate
    Member

    Hi,
    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.

    in reply to: Resetting saved grid state Resetting saved grid state #26438

    timtate
    Member

    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.


    timtate
    Member

    Ah, well consider it a feature request then 😛

    in reply to: Formatting Column Headers Formatting Column Headers #23103

    timtate
    Member

    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.

    in reply to: Formatting Column Headers Formatting Column Headers #23052

    timtate
    Member

    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.

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