mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-16 08:15:53 +01:00
8 lines
227 B
Plaintext
8 lines
227 B
Plaintext
<?lua require 'Lua.html.form'?>
|
|
This is an eLua file
|
|
<?lua="Hello World" ?>
|
|
|
|
<?lua=html:form_start("POST", "/customers") ?>
|
|
<?lua=html:input("text", "Hello World") ?>
|
|
<?lua=html:submit("Save") ?>
|
|
<?lua=html:form_end() ?> |