Changed: DB Params
This commit is contained in:
7
templ/generator/test-once/expected.html
Normal file
7
templ/generator/test-once/expected.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<script>
|
||||
function hello(name) {
|
||||
alert('Hello, ' + name + '!');
|
||||
}
|
||||
</script>
|
||||
<input type="button" value="Hello User" data-name="user" onclick="hello(this.getAttribute('data-name'))">
|
||||
<input type="button" value="Hello World" data-name="world" onclick="hello(this.getAttribute('data-name'))">
|
Reference in New Issue
Block a user