Hi there
I'm working on some webapps however needed to tweak to my liking some of the components. Sadly the ABMNavigation bar at the moment cannot add top items to the "left" of the navigation bar and secondly, the Title is fixed due to some media queries and it overlaps in some instances with the 'burger'. Hopefully someone will crack the title issue one day.
Anyway...
1. I wanted to add navbar items to the "left" section of the navbar.
2. I wanted to be able to add a navigationbar on any RC (for my project) without any sidebars)
3. I dint want to define a lot of ABMContainers here, they are not used in the code here (off course) the elements themselves and htmlelements like divs, anchors, lists etc.
4. I wanted this to be easy as ABC.
5. I wanted a way to have dismissable listview items (would be nice to trap that event, perhaps someone can advice)
6. I liked the Collections article in materialcss.com
To Do..
Implement click methods. For now these have links that one can specify. I tried to use the navbarclick method (from BuildPage) methods.
NB: There are no external dependencies here as this is using the built in materialcss framework of ABMaterial. This is coded with ABMaterial 3.50
I'm working on some webapps however needed to tweak to my liking some of the components. Sadly the ABMNavigation bar at the moment cannot add top items to the "left" of the navigation bar and secondly, the Title is fixed due to some media queries and it overlaps in some instances with the 'burger'. Hopefully someone will crack the title issue one day.
Anyway...
1. I wanted to add navbar items to the "left" section of the navbar.
2. I wanted to be able to add a navigationbar on any RC (for my project) without any sidebars)
3. I dint want to define a lot of ABMContainers here, they are not used in the code here (off course) the elements themselves and htmlelements like divs, anchors, lists etc.
4. I wanted this to be easy as ABC.
5. I wanted a way to have dismissable listview items (would be nice to trap that event, perhaps someone can advice)
6. I liked the Collections article in materialcss.com
To Do..
Implement click methods. For now these have links that one can specify. I tried to use the navbarclick method (from BuildPage) methods.
NB: There are no external dependencies here as this is using the built in materialcss framework of ABMaterial. This is coded with ABMaterial 3.50
Last edited: