jQWidgets Forums
Forum Replies Created
-
Author
-
February 13, 2018 at 12:54 am in reply to: Display date and time as UTC date & Time Display date and time as UTC date & Time #98686
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.
4 years later and this is still a problem… Sad that no one answered this.
+1 for Aurelia support!
April 19, 2016 at 7:01 pm in reply to: Bug Report: Bad path in jqx.base.css Bug Report: Bad path in jqx.base.css #83661@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.
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…
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).
-
AuthorPosts