bootstrap-datetimepicker icon indicating copy to clipboard operation
bootstrap-datetimepicker copied to clipboard

Fontawesome 4 - support

Open pypetey opened this issue 11 years ago • 12 comments

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

pypetey avatar Oct 31 '13 08:10 pypetey

I second this, maybe the choice of icons?

jimboroberts avatar Nov 05 '13 09:11 jimboroberts

Hey,

Any update on this issue?

junaidatique avatar Mar 11 '14 06:03 junaidatique

+1

KaduAmaral avatar Jun 17 '14 14:06 KaduAmaral

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

philippeboyd avatar Jun 20 '14 21:06 philippeboyd

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:

onassar avatar Sep 17 '15 22:09 onassar

Thanks @onassar, worked perfectly :+1:

pjscopeland avatar Nov 25 '15 03:11 pjscopeland

Thanks @onassar, worked perfectly :+1:

dnister avatar Dec 27 '15 11:12 dnister

thank you !!!!

astroanu avatar Jan 20 '16 07:01 astroanu

@onassar mind filing a pull request for this?

AuspeXeu avatar Jan 20 '16 12:01 AuspeXeu

@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 :+1:

onassar avatar Jan 20 '16 20:01 onassar

Absolutely :) would be great!

AuspeXeu avatar Jan 20 '16 20:01 AuspeXeu

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

mojidabckuu avatar Aug 26 '17 19:08 mojidabckuu