clockpicker icon indicating copy to clipboard operation
clockpicker copied to clipboard

inline clock component

Open tidou44 opened this issue 11 years ago • 13 comments

I tested your picker and find it very nice. Is it planned to use the clockpicker inline in a form, and not in a bootstrap popover. I would like to use it directly in a bootstrap modal.

Thank you in advance !

tidou44 avatar Oct 09 '14 20:10 tidou44

+1 I would really like to see this as well!

thefont avatar Oct 21 '14 14:10 thefont

+1 this is a good idea.

archerchiu avatar Oct 31 '14 01:10 archerchiu

+1

EHLOVader avatar Jan 20 '15 00:01 EHLOVader

+1

kzvaigzne avatar Feb 10 '15 09:02 kzvaigzne

+1

rkuzovlev avatar Apr 08 '15 16:04 rkuzovlev

+1

koendecock avatar May 22 '15 12:05 koendecock

+1

rogchap avatar Jun 16 '15 07:06 rogchap

+1

shubham3233 avatar Aug 05 '15 07:08 shubham3233

to get inline do this: in function ClockPicker.prototype.show change :

$body = $(document.body).append(this.popover); to this.popover.insertAfter(this.element);

and in ClockPicker.prototype.locate: offset = element.offset(), to offset = {top:0,left:0},

dafik avatar Feb 01 '16 08:02 dafik

+1

traykovn avatar Dec 07 '16 07:12 traykovn

Good idea, but currently it is pretty tight to a popover. It won't be easy to implement I guess.

traykovn avatar Dec 07 '16 07:12 traykovn

thanks @dafik your solution actually works. was able to render them inline with your code:

image

no need for the offset though.

papayaah avatar Jul 02 '17 16:07 papayaah

Need inline component +1

uitlaber avatar Oct 08 '17 17:10 uitlaber