| 1 |
lars |
1 |
<div class="scaffold_edit_view">
|
|
|
2 |
<div class="edit-inputs">
|
|
|
3 |
<com:TRepeater ID="_repeater" onItemCreated="createRepeaterEditItem">
|
|
|
4 |
<prop:ItemTemplate>
|
|
|
5 |
<div class="edit-item item_<%# $this->ItemIndex % 2 %>
|
|
|
6 |
input_<%# $this->ItemIndex %> property_<%# $this->DataItem->ColumnId %>">
|
|
|
7 |
<com:TLabel ID="_label" CssClass="item-label"/>
|
|
|
8 |
<span class="item-input">
|
|
|
9 |
<com:TPlaceHolder ID="_input" />
|
|
|
10 |
</span>
|
|
|
11 |
</div>
|
|
|
12 |
</prop:ItemTemplate>
|
|
|
13 |
</com:TRepeater>
|
|
|
14 |
</div>
|
|
|
15 |
|
|
|
16 |
<div class="edit-page-buttons">
|
|
|
17 |
<com:TButton ID="_save" Text="Save" CommandName="save" ValidationGroup=<%= $this->ValidationGroup %>/>
|
|
|
18 |
<com:TButton ID="_clear" Text="Clear" CommandName="clear" CausesValidation="false"/>
|
|
|
19 |
<com:TButton ID="_cancel" Text="Cancel" CommandName="cancel" CausesValidation="false" Visible="false"/>
|
|
|
20 |
</div>
|
|
|
21 |
</div>
|