Skip to content
This repository has been archived by the owner on Feb 14, 2019. It is now read-only.

Fontawesome 4 - support #160

Open
pypetey opened this issue Oct 31, 2013 · 12 comments · May be fixed by #264
Open

Fontawesome 4 - support #160

pypetey opened this issue Oct 31, 2013 · 12 comments · May be fixed by #264

Comments

@pypetey
Copy link

pypetey commented Oct 31, 2013

Could you update the plugin to support font awesome 4 :)?

@jimboroberts
Copy link

I second this, maybe the choice of icons?

@junaidatique
Copy link

Hey,

Any update on this issue?

@jperkelens jperkelens linked a pull request Jun 5, 2014 that will close this issue
@KaduAmaral
Copy link

+1

@philippeboyd
Copy link

So everything breaks when you change glyphicon to fa (for font awesome)?? That ain't logic!

@onassar
Copy link

onassar commented Sep 17, 2015

Needed the same, so here are the icons I'm using (prob makes more sense to implement this plugin-wide)

$element.datetimepicker({
    debug: true,
    icons: {
        time: 'fa fa-clock-o',
        date: 'fa fa-calendar',
        up: 'fa fa-chevron-up',
        down: 'fa fa-chevron-down',
        previous: 'fa fa-chevron-left',
        next: 'fa fa-chevron-right',
        today: 'fa fa-calendar-check-o',
        clear: 'fa fa-trash-o',
        close: 'fa fa-close'
    }
});

Here are some screens of these icons:

@pjscopeland
Copy link

Thanks @onassar, worked perfectly 👍

1 similar comment
@dnister
Copy link

dnister commented Dec 27, 2015

Thanks @onassar, worked perfectly 👍

@astroanu
Copy link

thank you !!!!

@AuspeXeu
Copy link
Collaborator

@onassar mind filing a pull request for this?

@onassar
Copy link

onassar commented Jan 20, 2016

@AuspeXeu don't have much time at the moment, but I'd def. reco copy/pasting and pulling one if you think it's worthwhile 👍

@AuspeXeu
Copy link
Collaborator

Absolutely :) would be great!

@mojidabckuu
Copy link

I just installed using npm and it supports fa. Just pass fontAwesome: true as option and that's it!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.