合并最新
This commit is contained in:
@@ -23,14 +23,14 @@
|
||||
<PopPanel>
|
||||
<f:Grid ID="Grid1" ShowBorder="true" ShowHeader="false" runat="server" DataIDField="RoleId" DataTextField="RoleName"
|
||||
DataKeyNames="RoleId" AllowSorting="true" SortField="RoleCode" SortDirection="ASC" EnableColumnLines="true"
|
||||
Hidden="true" Width="600px" Height="400px" PageSize="300">
|
||||
Hidden="true" Width="700px" Height="560px" PageSize="500">
|
||||
<Toolbars>
|
||||
<f:Toolbar ID="Toolbar2" Position="Top" runat="server">
|
||||
<Items>
|
||||
<f:TextBox runat="server" Label="名称" ID="txtRoleName" EmptyText="输入查询条件"
|
||||
AutoPostBack="true" OnTextChanged="TextBox_TextChanged" Width="250px" LabelWidth="80px">
|
||||
AutoPostBack="true" OnTextChanged="TextBox_TextChanged" Width="250px" LabelWidth="50px">
|
||||
</f:TextBox>
|
||||
<f:RadioButtonList runat="server" ID="rbIsOfficce" Label="类型" LabelWidth="90px"
|
||||
<f:RadioButtonList runat="server" ID="rbIsOfficce" AutoColumnWidth="true"
|
||||
AutoPostBack="true" OnSelectedIndexChanged="TextBox_TextChanged">
|
||||
<f:RadioItem Text="本部角色" Value="1" />
|
||||
<f:RadioItem Text="项目角色" Value="0" Selected ="true"/>
|
||||
@@ -55,7 +55,7 @@
|
||||
</f:Grid>
|
||||
</PopPanel>
|
||||
</f:DropDownBox>
|
||||
<f:RadioButtonList ID="rbMenuType" Label="菜单类型" runat="server" LabelWidth="80px"
|
||||
<f:RadioButtonList ID="rbMenuType" runat="server" AutoColumnWidth="true"
|
||||
AutoPostBack="true" OnSelectedIndexChanged="rbMenuType_SelectedIndexChanged">
|
||||
<f:RadioItem Selected="true" Text="本部菜单" Value="MenuType_S"/>
|
||||
<f:RadioItem Text="项目菜单" Value="MenuType_P"/>
|
||||
|
||||
Reference in New Issue
Block a user