GitHub: https://github.com/pyhoon/MiniHtml-Code-Generator
Latest updates:
- There is now a text input to input the sub name on the top left. By default, it is set to "GeneratePage".
- The Auto checkbox when checked changes the sub name to "<Auto>" and disable the text input.
- This will produce the output sub name as "Generate" + "Tag's name" e.g GenerateButton
- The String checkbox when checked will return the sub signature and return type as String. Uncheck will return as MiniHtml
- There is a text input on the right of Generate button that reads the mapping of "tag name" to an existing "Create sub" in JSON object format or to simplified CreateTag("div") to Div.
B4X:
Sub Div As MiniHtml
Return CreateTag("div")
End Sub
Last edited: