blob: 34d8ecd0309e10747c578f7ed36849fbebad92f6 (
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"/>
<com:TScaffoldView ID="scaffold1" RecordClass="<%= $this->class_list->selectedItem->Text %>" />
</com:TForm>
</body>
</html>
|