diff options
Diffstat (limited to 'framework/Wsat/pages/TWsatScaffolding.page')
-rw-r--r-- | framework/Wsat/pages/TWsatScaffolding.page | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/framework/Wsat/pages/TWsatScaffolding.page b/framework/Wsat/pages/TWsatScaffolding.page index 42f78d09..bcf4d276 100644 --- a/framework/Wsat/pages/TWsatScaffolding.page +++ b/framework/Wsat/pages/TWsatScaffolding.page @@ -1,3 +1,12 @@ <com:TContent ID="Content"> - Scaffolding will be avaliable in Prado 3.4 + <div class="section_title">Scaffolding Generator</div> + + <div> + <com:TPanel ID="tableNames"/> + </div> + + <div style="text-align: center; width: 400px"> + <com:TButton Text="Preview" OnClick="preview" Visible="false" /> + <com:TButton Text="Generate" OnClick="generate" /> + </div> </com:TContent> |