Thanks Esteban I was looking at BS5 and am starting from scratch ... nearly I am trying to understand why the examples like "Collapse" "Dropdown" are not working or how can i get them to work. then I can try building further with warm regards Sanjay Minni +91-9900-902902 On Fri, 30 Jul 2021 at 19:02, Esteban Maringolo <emaringolo@gmail.com> wrote:
Hi Sanjay,
Have you looked at the differences between BS4 and BS5?
Among the main differences are: - removes jQuery as a dependency and uses vanilla JS instead. - replaces default looking form elements by styled ones
If you're starting from scratch it might be worth trying it, and maybe fix whatever glitch there is, otherwise BS4 is pretty stable and suits most needs.
Regards!
Esteban A. Maringolo
On Fri, Jul 30, 2021 at 10:17 AM Sanjay Minni <sm@planage.com> wrote:
Hi Torsen
some of the examples seem to be not working, probably same for BS4, BS3 for instance - Collapse - dropdowns
Does Javascript have to be also loaded, I tried to add "aRoot javascript url: '
https://code.jquery.com/jquery-3.6.0.min.js'. per your other post but still couldn't get it to work.
How can I make it work ?
thanks Sanjay
On Fri, 30 Jul 2021 at 17:53, Sven Van Caekenberghe <sven@stfx.eu> wrote:
Hi Torsten,
Great, thanks for doing the Bootstrap series, it has been very useful
for me/us, we use it in several production web apps. We're still on 3 though ;-)
Sven
On 30 Jul 2021, at 09:24, Torsten Bergmann <astares@gmx.de> wrote:
Hi,
after some of you are using
https://github.com/astares/Seaside-Bootstrap4
I wanted to let you know that I just published the new / updated project to support for Bootstrap 5 web development (https://getbootstrap.com) in Seaside using Pharo.
Project location is on GitHub:
https://github.com/astares/Seaside-Bootstrap5
It might not be fully complete by 100% with all new possibilities of BS5 - but it is usable and tests are green in Pharo 8 and Pharo 9. Examples are included, just follow the instructions on the Github page.
Feel free to send contributions via PR's.
Have fun! T.