jQWidgets Forums
Forum Replies Created
-
Author
-
October 3, 2018 at 4:23 pm in reply to: Customize time line month view column header Customize time line month view column header #102268
Hello Hristo,
Exactly what I was looking for ! Thanks a lot !
However, do you have any idea on how I could do the following with TypeScript ?
$("td[data-date='2018-10-03 00:00:00']").css({ border: '1px solid orange', backgroundColor: 'mistyrose' });
When I put the above code in the ngAfterViewInit method nothing changes.
Thank you for your help
Best regards,
DidierOctober 3, 2018 at 7:45 am in reply to: Customize time line month view column header Customize time line month view column header #102249Hello Hristo,
Thank you very much for the example, I’ll have a close look at it.
Regarding a day highlight, is it possible to change a specific day’s column (or column’s header) background color in the month timeline ?
Thank you
With best regards,
DidierSeptember 25, 2018 at 3:43 pm in reply to: Listen to selection change in resource dropdown in TS Listen to selection change in resource dropdown in TS #102102Hello Martin,
It is working perfectly ! Thanks a lot !
With best regards,
DidierSeptember 20, 2018 at 2:30 pm in reply to: How to get a reference to resource's DropDownList in TS How to get a reference to resource's DropDownList in TS #102072Hello Martin,
It is working like a charm ! Thank you very much !
With best regards,
DidierSeptember 19, 2018 at 12:19 pm in reply to: How to get a reference to resource's DropDownList in TS How to get a reference to resource's DropDownList in TS #102044Hi Martin,
Thank you so much for your help.
I installed jQuery using
npm install --save jquery
and
npm install -D @types/jquery
in order to use the $ call.
But I do get the following error in the ts script:
[ts] Property ‘jqxDropDownList’ does not exist on type ‘JQuery<any>’.when using
$(fields.resource[0]).jqxDropDownList('getInstance');
Any idea on what I am missing ?
Thank you very much.
With best regards,
Didier -
AuthorPosts