Hi y'all
This is a carousel from the materialize framework that I've been trying out, source code included.
Known Stuff: This only works with the inclusion of...
With that its possible that your ABMaterial WebApp might just break as ABMaterial uses an 'adjusted' version of materialize, so be warned and USE AT OWN RISK.
This is a carousel from the materialize framework that I've been trying out, source code included.
Known Stuff: This only works with the inclusion of...
B4X:
page.AddExtraCSSFile("custom/materialize.css")
page.AddExtraJavaScriptFile("custom/materialize.js")
With that its possible that your ABMaterial WebApp might just break as ABMaterial uses an 'adjusted' version of materialize, so be warned and USE AT OWN RISK.
B4X:
mashc1.Initialize(page,"mashc1",False)
mashc1.AddSlide("","#one!","../images/1.jpg")
mashc1.AddSlide("","#two!","../images/2.jpg")
mashc1.AddSlide("","#three!","../images/3.jpg")
mashc1.AddSlide("","#four!","../images/4.jpg")
mashc1.AddSlide("","#five!","../images/5.jpg")
page.Cell(2,1).addcomponent(mashc1.ABMcomp)