|
Title: [SOLVED] Click on date close modal Post by: Pierre on July 29, 2017, 02:58:59 AM Hello
I created example here: http://code.reloado.com/oeasyrik1/131/edit Please click on "Open modal", then click on date field (Birthday) and select date - when you click on calendar, modal is closed - why? Or - does JeasyUI mobile have responsive panel/dialog (like in above example) where you can put 2 column grid so they are displayed nicely on desktop and mobile? Thank you for your help. Title: Re: Click on date close modal Post by: jarry on July 29, 2017, 06:28:45 AM This example uses the easyui's dialog and do almost the same.
http://code.reloado.com/oeasyrik1/132/edit#preview Title: Re: Click on date close modal Post by: Pierre on July 29, 2017, 01:18:12 PM Awesome Jarry thank you so much for your help.
Title: Re: Click on date close modal Post by: Pierre on July 30, 2017, 01:16:12 AM I just realized that it can be problem to send different dialog height's on different devices (I'm working on app which should run on mobile and desktop).
Is there any other way to somehow solve that, please? Title: Re: Click on date close modal Post by: jarry on July 30, 2017, 08:19:15 PM The dialog's height can be set to a percentage of its parent container.
http://code.reloado.com/oeasyrik1/133/edit#preview Title: Re: Click on date close modal Post by: Pierre on July 30, 2017, 10:43:52 PM Yes that's perfect solution, thank you very much.
|