summaryrefslogtreecommitdiff
path: root/framework/Wsat/pages/TWsatScaffolding.page
blob: bcf4d2769c5c4c04fe883629c6ec3da2c5e11f04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<com:TContent ID="Content">
    <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>