B4J Question [ABMaterial] Support for HTML Lists?

stanmiller

Active Member
Licensed User
Longtime User
Does ABM support HTML lists?

Something like this:
B4X:
<ul style="list-style-type:circle">
  <li>Coffee</li>
  <li>Tea</li>
  <li>Milk</li>
</ul>

That becomes this:
  • Coffee
  • Tea
  • Milk
 

stanmiller

Active Member
Licensed User
Longtime User
Ok. I'll put in a request for HTML lists.

Maybe it could be done inline like {BLOCKQUOTE} or a separate component (ABMLabelList?). These simple lists are valuable tools especially when communicating steps.

For example, you could replace the manual numbering in the ABMaterial "getting started" page with an ordered list.

http://prd.one-two.com:51042/demo/GettingStartedPage/abmaterial-getting-started.html



And you find simple lists throughout Google's Material design reference.

https://material.io/guidelines/components/lists.html#lists-usage

 
Last edited:
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…