summaryrefslogtreecommitdiff
path: root/demos/northwind-db/protected/pages/NorthwindCrud.page
blob: 686c15fcf9cd63c5dc46a00106e5e028204137bf (plain)
1
2
3
4
5
6
7
8
9
10
<html>
<com:THead Title="Northwind Database" />
<body>
<h1>Northwind Database</h1>
<com:TForm>
	<com:TDropDownList ID="class_list" AutoPostBack="true" SelectedIndex="0"/>
	<com:TScaffoldView ID="scaffold1" RecordClass="<%= $this->class_list->selectedItem->Text %>" />
</com:TForm>
</body>
</html>