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

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

<body>

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

</body>
</html>