FineUI 官方论坛

标题: GroupPanel 错误:The 'Items' property cannot be set declaratively. [打印本页]

作者: Jerrycheng    时间: 2014-9-4 14:20
标题: GroupPanel 错误:The 'Items' property cannot be set declaratively.
代码如下:
<form id="form1" runat="server">
            <xageManager ID="ageManager1" runat="server" />
            <x:Form ID="mainForm" Width="650px" LabelAlign="Right" Title="电视多管取样摄像作业记录" BodyPadding="5px" ShowBorder="true" ShowHeader="true" runat="server">
                <Items>
                    <x:GroupPanel Layout="Anchor" Title="公共信息" runat="server">
                        <Items>
                            <xanel Layout="HBox" BoxConfigAlign="Stretch" CssClass="formitem" ShowHeader="false" ShowBorder="false" runat="server">
                                <Items>
                                    <xabel runat="server" ShowRedStar="true" Label="调查船"></xabel>
                                    <x:TextBox ID="Ship" ShowLabel="false" CssClass="marginr" Required="true" ShowRedStar="true" BoxFlex="2" runat="server"></x:TextBox>
                                    <xabel runat="server" ShowRedStar="true" Label="调查航次"></xabel>
                                    <x:TextBox ID="Hangci" ShowLabel="false" CssClass="marginr" Required="true" ShowRedStar="true" BoxFlex="2" runat="server"></x:TextBox>
                                    <xabel runat="server" ShowRedStar="true" Label="工区"></xabel>
                                    <x:TextBox ID="WorkingZone" ShowLabel="false" CssClass="marginr" Required="true" ShowRedStar="true" BoxFlex="2" runat="server"></x:TextBox>
                                </Items>
                            </xanel>
                        </Items>
                    </x:GroupPanel>
                </Items>
                <Toolbars>
                    <x:Toolbar ID="Toolbar1" runat="server" Position="Bottom">
                        <Items>
                            <x:Button ID="btnSave" Text="确认" ValidateForms="mainForm"  Icon="SystemSave" runat="server"></x:Button>
                            <x:Button ID="btnCancel" runat="server" Text="取消" Icon="SystemClose" ></x:Button>
                        </Items>
                    </x:Toolbar>
                </Toolbars>
            </x:Form>
    </form>


错误信息如下:
Parser ErrorDescription: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: The 'Items' property cannot be set declaratively.

Source Error:

Line 26:                         </Items>Line 27:                     </x:GroupPanel>Line 28:                 </Items>Line 29:                 <Toolbars>Line 30:                     <x:Toolbar ID="Toolbar1" runat="server" Position="Bottom">

Source File: /ProTypeModule/shallowSection/shallowSection.aspx    Line: 28


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18067



求大神帮忙看看啊!

作者: sanshi    时间: 2014-9-4 15:01
版本太低,请升级到最新版本
作者: Jerrycheng    时间: 2014-9-4 16:47
sanshi 发表于 2014-9-4 15:01
版本太低,请升级到最新版本

好的,谢谢,我试试!再问一个:
<xabel runat="server" ShowRedStar="true" Label="开始日期"></xabel>

对于这个控件,Label的值在界面中显示为两行,怎么才能一行显示?





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