FineUI 官方论坛

标题: 窗体中的DropDownList控件问题 [打印本页]

作者: ~~疯狂~~    时间: 2013-6-24 23:26
标题: 窗体中的DropDownList控件问题

窗体没有使用iframe,DropDownList绑定数据,弹出窗口后点击下拉按钮,如下:

[attach]2563[/attach]

代码:

<x:Window ID="Window_移至" IconUrl="~/images/16/11.png" runat="server" Popup="false"
            IsModal="true" Target="arent" EnableResize="true"
            Title="opup Window 2" EnableConfirmOnClose="true" CloseAction="HidePostBack" Layout="Fit"
            EnableIFrame="false" IFrameUrl="about:blank" Height="110px" Width="500px">
            <Items>
                <xanel ID="anel1" runat="server" Layout="Fit" ShowBorder="False" ShowHeader="false"
                    BodyPadding="5px" EnableBackgroundColor="true">
                    <Toolbars>
                        <x:Toolbar ID="Toolbar3" runat="server">
                            <Items>
                                <x:Button ID="Button_移至保存" EnablePostBack="true" Text="保存" runat="server" Icon="SystemSave">
                                </x:Button>
                                <x:Button ID="Button_移至取消" Text="取消" runat="server" Icon="Cancel">
                                </x:Button>
                            </Items>
                        </x:Toolbar>
                    </Toolbars>
                    <Items>
                        <x:SimpleForm ID="SimpleForm1" ShowBorder="false" ShowHeader="false" EnableBackgroundColor="true"
                                    AutoScroll="true" BodyPadding="5px" runat="server" EnableCollapse="True">
                                    <Items>
                                        <xropDownList Label="选择节点" AutoPostBack="false" EnableSimulateTree="true"
                                            runat="server" ID="ddlBox">
                                        </xropDownList>
                                    </Items>
                                </x:SimpleForm>
                    </Items>
                </xanel>
            </Items>
        </x:Window>







欢迎光临 FineUI 官方论坛 (https://fineui.com/bbs/) Powered by Discuz! X3.4