jQWidgets Forums
Forum Replies Created
Viewing 3 posts - 1 through 3 (of 3 total)
-
Author
-
November 22, 2021 at 5:08 pm in reply to: Vertical Scroll in Tabs when HTML elements are inside Vertical Scroll in Tabs when HTML elements are inside #121115
OK, I got it!
Finally I do it so (with the overflow-y: auto in the line below, before id=’jqxTabPersonal’):
<div id='jqxTabsFichaHistorico' style="text-align: center; margin: auto;"> <ul> <li style="margin-left: 30px; height: 15px;"> <div style="height: 15px; margin-top: 5px;"> <div style="float: left;"> <i class="fa fa-calendar" aria-hidden="true"></i> </div> <div style="margin-left: 4px; vertical-align: middle; text-align: center; float: left;"> FICHA PERSONAL </div> <br /> </div> </li> <li> <div style="height: 15px; margin-top: 5px;"> <div style="float: left;"> <i class="fa fa-calendar" aria-hidden="true"></i> <i class="fa fa-file" aria-hidden="true"></i> </div> <div style="margin-left: 4px; vertical-align: middle; text-align: center; float: left;"> HISTÓRICOS </div> <br /> </div> </li> </ul> <!-- el contenido de la pestaña de Ficha --> <div style="overflow: hidden; overflow-y: auto;"> <div id='jqxTabPersonal'> </div> </div> <!-- el contenido de la pestaña de Historico --> <div style="overflow: hidden;"> <div id='jqxTabHistorico'> </div> </div> </div>
September 13, 2021 at 11:05 am in reply to: Interact with two grid (when select in one affect to another and vice versa) Interact with two grid (when select in one affect to another and vice versa) #120762Perfect Yavor!
That was exactly what I was looking for. You put me on the way.
Thank you very much for your help.
Best Regards,
August 9, 2021 at 12:14 pm in reply to: Change background in checkbox selectionmde and keep that color for each selected Change background in checkbox selectionmde and keep that color for each selected #120602Hello Martin,
Wow, yes, that’s what I was looking for!
Thank you very much.
Best Regards,
-
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)