jQWidgets Forums

Forum Replies Created

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

  • Vaccano
    Participant

    Wow. Just wow!

    Local time only? How hard can it be to supply a format function where the output is what is displayed?

    I am just stunned, really I am.

    in reply to: Removing Grid's Tabindex Removing Grid's Tabindex #97995

    Vaccano
    Participant

    4 years later and this is still a problem… Sad that no one answered this.

    in reply to: Aurelia Aurelia #84143

    Vaccano
    Participant

    +1 for Aurelia support!


    Vaccano
    Participant

    @PeterStoev

    I just went and redownloaded 4.1.1. It is the latest version unless I am mistaken.
    (If there is a later version can you please point me to it?)

    Anyway, in that download, this is the file: jqwidgets-ver4.1.1\jqwidgets\styles\jqx.base.css

    The errors I am referring to are on the following lines: 2988 and 2994.

    These are the lines in question:

    Line 2988 Is:
    background-image: url('icon-left.png');
    Should be:
    background-image: url('images/icon-left.png');

    Line 2994 Is:
    background-image: url('icon-right.png');
    Should Be:
    background-image: url('images/icon-right.png');

    Really, it is not a big deal to me if you don’t want to fix it. I can just fix it in my code (and I have). I just was trying to be a good community member and let you know about the error.

    in reply to: Version of JQuery Version of JQuery #83118

    Vaccano
    Participant

    To get past this issue, I took all the widgets that I wanted to use, and put them in one file. Then I imported that one file.

    Still don’t see my grid, but I am past this error…

    in reply to: Version of JQuery Version of JQuery #83117

    Vaccano
    Participant

    So, this is related to me using systemjs as a module loader. JQWidgets is using global variables that it expects to setup in one file, and have available in the next file.

    Module loaders expect each file to export values that will be shared, and other modules to import them as needed.

    Because JQWidgets is not written that way, it cannot be used with systemjs (as far as I know).

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