- Parent->DataItem->Name %> CssClass="slTextBox"/>
+ DataItem->Name %> CssClass="slTextBox"/>
|
- Parent->DataItem->Type %> >
+ DataItem->Type %> >
@@ -53,41 +53,41 @@ No properties defined.
|
- Parent->DataItem->DefaultValue %> CssClass="slTextBox"/>
+ DataItem->DefaultValue %> CssClass="slTextBox"/>
|
- Parent->DataItem->Storage %> >
+ DataItem->Storage %> >
|
- Parent->DataItem->IsProtected %> />
- Parent->DataItem->ReadOnly %> />
+ DataItem->IsProtected %> />
+ DataItem->ReadOnly %> />
|
- |
Parent->ItemIndex %>
+ CommandParameter=<%# $this->ItemIndex %>
CssClass="button"
/>
Parent->ItemIndex %>
- Enabled=<%# $this->Parent->ItemIndex > 0%>
+ CommandParameter=<%# $this->ItemIndex %>
+ Enabled=<%# $this->ItemIndex > 0%>
CssClass="button"
/>
Parent->ItemIndex %>
- Enabled=<%# $this->Parent->ItemIndex < $this->Page->ClassDefinition->Properties->Count-1 %>
+ CommandParameter=<%# $this->ItemIndex %>
+ Enabled=<%# $this->ItemIndex < $this->Page->ClassDefinition->Properties->Count-1 %>
CssClass="button"
/>
|
@@ -123,30 +123,30 @@ No properties defined.
- Parent->DataItem->Name %> CssClass="slTextBox"/>
+ DataItem->Name %> CssClass="slTextBox"/>
|
- |
Parent->ItemIndex %>
+ CommandParameter=<%# $this->ItemIndex %>
CssClass="button"
/>
Parent->ItemIndex %>
- Enabled=<%# $this->Parent->ItemIndex > 0%>
+ CommandParameter=<%# $this->ItemIndex %>
+ Enabled=<%# $this->ItemIndex > 0%>
CssClass="button"
/>
Parent->ItemIndex %>
- Enabled=<%# $this->Parent->ItemIndex < $this->Page->ClassDefinition->Events->Count-1 %>
+ CommandParameter=<%# $this->ItemIndex %>
+ Enabled=<%# $this->ItemIndex < $this->Page->ClassDefinition->Events->Count-1 %>
CssClass="button"
/>
|
--
cgit v1.2.3