Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
148855 | Nov 6,2019 12:44 PM UTC | Nov 7,2019 01:19 PM UTC | Blazor | 1 |
![]() |
Tags: Tabs |
<EjsTab @ref="sourceTab" CssClass="e-fill" EnableRtl="true" OverflowMode="OverflowMode.Scrollable" HeightAdjustMode="HeightStyles.None" Height="390px" ShowCloseButton="false">
<TabEvents></TabEvents>
<TabItems @ref="@TabItems1">
<TabItem @ref="@a">
<ChildContent>
<TabHeader Text="aaaaaaa"></TabHeader>
</ChildContent>
<ContentTemplate>
<div class="btn-container">
<EjsCheckBox EnableRtl="true" Label="همه اطلاعات بالا مورد تاییدم است." @bind-Checked="IsAccepted"></EjsCheckBox>
</div>
</ContentTemplate>
</TabItem>
<TabItem Disabled="IsAccepted" @ref="@b">
<ChildContent>
<TabHeader Text="bbbbbbbbb"></TabHeader>
</ChildContent>
<ContentTemplate>
<p>bbbbb</p>
</ContentTemplate>
</TabItem>
<TabItem @ref="@c">
<ChildContent>
<TabHeader Text="cccccccccccc"></TabHeader>
</ChildContent>
<ContentTemplate>
<p>cccccccccccccc</p>
</ContentTemplate>
</TabItem>
</TabItems>
</EjsTab>
@code{
EjsTab sourceTab;
TabItem a;
TabItem b;
TabItem c;
bool IsAccepted = true;
} |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.