ElkArte Community

Extending Elk => Addons => Addons ideas and questions => Topic started by: Cody on January 29, 2017, 08:59:45 pm

Title: JQuery UI Datepicker Widget
Post by: Cody on January 29, 2017, 08:59:45 pm
I'm trying to use the datepicker widget, but it looks like the images are missing for jquery.ui.theme.min.css to work and look at all like its supposed to.  Am I missing something or does it need a rewrite or to have the ui classes moved into the actual theme css?
Title: Re: JQuery UI Datepicker Widget
Post by: emanuele on January 30, 2017, 07:08:51 am
I used it once or twice, this is the relevant code:
https://github.com/emanuele45/DismissibleNotices/blob/master/ManageDismissnotice.controller.php#L38
it seemed to work well, I don't think the images were missing.
Title: Re: JQuery UI Datepicker Widget
Post by: Cody on January 30, 2017, 10:33:56 am
Looks like you added the style sheets for it.  And the images.  I was hoping to be able to use the jQuery UI style sheet that is already present.  Really only cause it's already there.
Title: Re: JQuery UI Datepicker Widget
Post by: emanuele on January 30, 2017, 11:05:33 am
The one present I don't think contain anything else than the bare minimum used by Elk itself... If memory serves me right, of course. ;)
Title: Re: JQuery UI Datepicker Widget
Post by: Cody on January 30, 2017, 01:46:19 pm
Fair enough.  Makes sense, I just try to use whats already there when I can.