Hi, Does anyone know how to use bootstrap collapsibles by extending Guacamole?
This is the first part of my custom HTML: <meta name="after" content=".login-ui .login-dialog"> <div class="welcome"> <br> <p> <button class="btn btn-light" type="button" data-toggle="collapse" data-target="#LoginMSG" aria-expanded="false" aria-controls="LoginMSG"> LOGIN </button> <button class="btn btn-light" type="button" data-toggle="collapse" data-target="#BrowserMSG" aria-expanded="false" aria-controls="BrowserMSG"> BROWSER </button> </p> <div class="collapse" id="LoginMSG"> <div class="card card-body"> <p> Bla bla. </p> </div> </div> I include the js and css files in the manifest. The login page seems to render fine, and Firefox's console (F12) does not show any errrors. If I click on the LoginMSG button then the "Bla bla." text shows up as expected. However, clicking it again does not hide it. Has anyone ever successfully used collapsibles in Guacamole? If so, a "hello world" sample code would help (even if it's not with bootstrap). Thanks, Vieri --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
