blob: e2c3668ead802bdf4a94ac788790eb28db012bc7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<html>
<com:THead Title="Welcome to Prado" />
<body>
<h1>Welcome to PRADO!</h1>
<com:TForm>
<com:TDropDownList ID="class_list" AutoPostBack="true"/>
<com:TScaffoldView ID="scaffold1" RecordClass="<%= $this->class_list->selectedItem->Text %>" />
</com:TForm>
</body>
</html>
|