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

2_abmaterial_getting_started_list_zpsr3g4shau.jpg


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

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

1_material_design_unordered_list_zpswwddl3pu.jpg
 
Last edited:
Upvote 0
Top