I’m new to AppGini and Bootstrap but have learned enough to see that Bootstrap 3.3.x is two major releases behind version 5.
Is there a future release of AppGini that will use a newer Bootstrap version?
Also, are there tutorials available on heavy customization of an AppGini app?
I’m wanting a sidebar for nav instead of the top bar. I’d also like to use a different, more modern look for home screens and table and record views.
TIA
Bootstrap 5 coming?
Re: Bootstrap 5 coming?
Yes, Bootstrap 5 is planned for future releases. We plan to first restructure the files to implement separate views to make this upgrade more streamlined. For customization tutorials, please see: https://bigprof.com/appgini/help/advanced-topics/
AppGini plugins to add more power to your apps:
- DataTalk is an innovative AppGini plugin based on ChatGPT that allows you to interact with your AppGini database using natural language questions, without writing any SQL. Check the demo video
- Check our other plugins and get a generous discount of up to 30% when buying 2 or more plugins.
- Need personalized consulting on your specific app and customizations? Book an online call with me here.
Re: Bootstrap 5 coming?
Ah, good to hear and maybe timely for something Im planning. Do you have rough timelines in mind, Ahmed?
Re: Bootstrap 5 coming?
Nay thoughts?
Re: Bootstrap 5 coming?
*Any thoughts (did I say nay!)
Re: Bootstrap 5 coming?
Hopefully before this year end. I've made it a top priority due to popular demand and users feedback
AppGini plugins to add more power to your apps:
- DataTalk is an innovative AppGini plugin based on ChatGPT that allows you to interact with your AppGini database using natural language questions, without writing any SQL. Check the demo video
- Check our other plugins and get a generous discount of up to 30% when buying 2 or more plugins.
- Need personalized consulting on your specific app and customizations? Book an online call with me here.
Re: Bootstrap 5 coming?
That's great news, if we can have Field-Based Security with this update as well, could be a killer Christmas combo
Re: Bootstrap 5 coming?
@BigProf:
When migrating to B5 please use the extended version including jQuery an not the standard vanilla version, because we have thousands of lines of code using jQuery.
Also, can you please consider removing the
When migrating to B5 please use the extended version including jQuery an not the standard vanilla version, because we have thousands of lines of code using jQuery.
Also, can you please consider removing the
$j = jQuery.noConflict()
setting, because this brings so many conflicts when trying to integrate with 3rd party libraries, for example with VUE or certain jQuery-plugins which rely on $
.Kind regards,
<js />
My AppGini Blog:
https://appgini.bizzworxx.de/blog
You can help us helping you:
Please always put code fragments inside
AppGini 24.14 Revision 1665 + all AppGini Helper tools
<js />
My AppGini Blog:
https://appgini.bizzworxx.de/blog
You can help us helping you:
Please always put code fragments inside
[code]...[/code]
blocks for better readabilityAppGini 24.14 Revision 1665 + all AppGini Helper tools