diff options
author | wei <> | 2007-05-09 08:35:52 +0000 |
---|---|---|
committer | wei <> | 2007-05-09 08:35:52 +0000 |
commit | 3261f4dcadf1e7aa45446153f654b20530c950b9 (patch) | |
tree | 1f34edf5af76c1ec41c5eeb8d6a7d465e5cbbef0 /demos/northwind-db/protected/pages/NorthwindCrud.page | |
parent | a49bb746445974a692cbc00f32dd167cabaaf030 (diff) |
Update northwind db
Diffstat (limited to 'demos/northwind-db/protected/pages/NorthwindCrud.page')
-rw-r--r-- | demos/northwind-db/protected/pages/NorthwindCrud.page | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/demos/northwind-db/protected/pages/NorthwindCrud.page b/demos/northwind-db/protected/pages/NorthwindCrud.page new file mode 100644 index 00000000..34d8ecd0 --- /dev/null +++ b/demos/northwind-db/protected/pages/NorthwindCrud.page @@ -0,0 +1,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>
\ No newline at end of file |