B4J Library [B4X][Web] MiniHtml

Version: 0.05

GitHub: https://github.com/pyhoon/MiniHtml-B4X

Yet the potential or use cases of this library may be unknown as you can literally write plain HTML and save it as a file.

Sample:
B4X:
H1.Text("Hello, World!")

Output:
HTML:
<h1>Hello, World!</h1>

 

Attachments

  • MiniHtml.b4xlib
    8 KB · Views: 6
Last edited:

EnriqueGonzalez

Expert
Licensed User
Longtime User
i once made something very similar but it was easier as you didn't have to think in the end tags.
 

aeric

Expert
Licensed User
Longtime User
i once made something very similar but it was easier as you didn't have to think in the end tags.
I wish I didn't need to reinvent the wheel.
Thanks for sharing.
Maybe I can borrow part of your "wheel".
 

aeric

Expert
Licensed User
Longtime User
I uploaded an example.

 
Top