summaryrefslogtreecommitdiff
path: root/framework/Wsat/pages/TWsatScaffolding.page
blob: f3e53df3c260e27c150593cced1e26dcf4d9d18e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<com:TContent ID="Content">
        <div class="section_title">Scaffolding Generator</div>

        <div>
                <com:TPanel ID="tableNames" GroupingText="Select tables to generate CRUD for:" Width="400px"/>
        </div>

        <div class="form_row">
                <com:TLabel Text="Output Folder:" ForControl="output_folder" style="margin-right: 8px"/>
                <com:TTextBox ID="output_folder" Text="Application.pages" CssClass="in_text" />
                <label style="color: red">*</label>
                <com:TRequiredFieldValidator ControlToValidate="output_folder" Text="Output folder cannot be blank." Display="Dynamic" />
        </div>

        <com:TPanel ID="feedback_panel" Visible="false" style="width: 400px">
                <com:TLabel ID="generation_msg" />
        </com:TPanel>

        <div style="text-align: center; width: 400px">
                <com:TButton Text="Preview" OnClick="preview" Visible="false" />
                <com:TButton Text="Generate" OnClick="generate" />
        </div>     
</com:TContent>