Thanks Vangel
Working for me now.
Tim
On 11/2/22 10:34, Vangel V. Ajanovski wrote:
there is one more change you need. In Layout.tml, in the
navbar-toggler button change data-bs-toggle to data-toggle and
data-bs-target to data-target.
Something like this
data-target="#navbarSupportedContent
On 10.2.22 04:26, D Tim Cummings wrote:
I don't know the annotation @Include. I tried Vangel's solution using
@Import(stylesheet = "context:css/app.css",module = {
"bootstrap/collapse", "bootstrap/dropdown"}) and that gave me some
more errors in browser javascript console and still no success i
On Thu, Feb 10, 2022 at 12:27 AM D Tim Cummings
wrote:
> Thanks Vangel and Thiago.
>
> https://issues.apache.org/jira/browse/TAP5-2703
Thank you very much!
> I don't know the annotation @Include.
That's a typo of mine and I apologize for that. It's @Import.
> I tried Vangel's solution usi
Thanks Vangel and Thiago.
https://issues.apache.org/jira/browse/TAP5-2703
I don't know the annotation @Include. I tried Vangel's solution using
@Import(stylesheet = "context:css/app.css",module = {
"bootstrap/collapse", "bootstrap/dropdown"}) and that gave me some more
errors in browser javas
Hi!
This is most probably caused by the lack of inclusion of the JavaScript
module that implements the Bootstrap 4 behaviors. Jira ticket please? :)
Meanwhile, you can try adding @Include(module = "bootstrap") to your Layout
class. I haven't tested this and it might not work.
Cheers!
On Mon, Fe
On 8.2.22 03:33, D Tim Cummings wrote:
I just tried out quickstart 5.8.0 and noticed that when the browser
window is small it collapses the navbar behind a button. Unfortunately
clicking the button doesn't show the navbar. It used to work in old
versions of quickstart (eg 5.4.5) which used Boot
I just tried out quickstart 5.8.0 and noticed that when the browser
window is small it collapses the navbar behind a button. Unfortunately
clicking the button doesn't show the navbar. It used to work in old
versions of quickstart (eg 5.4.5) which used Bootstrap 3 but quickstart
5.8.0 uses Boots