support HTML <form>, <input> for text / password / submit
authoryu.dongliang <18588496441@163.com>
Sun, 20 Oct 2024 13:23:14 +0000 (21:23 +0800)
committeryu.dongliang <18588496441@163.com>
Sun, 20 Oct 2024 13:23:14 +0000 (21:23 +0800)
commit99f950fbd56d014ff863f350269c5171e190e963
tree68306e68bef581b9386febfeafdf7da343a8f10d
parent9297780e6464bf4b241ccc96e119327d3bedf2bd
support HTML <form>, <input> for text / password / submit
16 files changed:
examples/form.html [new file with mode: 0644]
html/abc_html.c
html/abc_obj.c
html/abc_obj.h
ui/Makefile
ui/abc.h
ui/abc_layout.c
ui/abc_layout_form.c [new file with mode: 0644]
ui/abc_layout_input.c [new file with mode: 0644]
ui/abc_layout_label.c [new file with mode: 0644]
ui/abc_render.c
ui/abc_render_form.c [new file with mode: 0644]
ui/abc_render_h1.c
ui/abc_render_input.c [new file with mode: 0644]
ui/abc_render_label.c [new file with mode: 0644]
ui/main.c