当前位置: 首页 > 工具软件 > SimpleForm > 使用案例 >

f:Form 和 SimpleForm

鲁丰
2023-12-01

SimpleForm 是简化版的 Form

FormRow 允许 Form 实现 多行的布局 但是在 SimpleFrom 中 FormRow 是不能使用的 

    <f:Form runat ="server">
        <Items>
            <f:FormRow>
                <Items>
                    <f:Grid ID="Grid1" Width="800px" DataKeyNames="Id,Name" runat="server" Title="表格">
                    </f:Grid>
                </Items>
            </f:FormRow>
        </Items>
    </f:Form>

SimpleForm 在布局上弱于 Form



 类似资料: