summaryrefslogtreecommitdiff
path: root/demos/helloworld/protected/pages/Home.page
blob: 97702e671ab0351efaf081f6885c4a0263190f72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html>

<head>
<title>Hello World Demo - Prado</title>
</head>

<body>

<com:TForm>

<com:TButton Text="Click me" OnClick="buttonClicked" />

</com:TForm>

</body>
</html>