默认布局
表格视图(TABLE)
<view type="TABLE">
<view type="SEARCH">
<element widget="search" slot="search" slotSupport="field">
<xslot name="searchFields" slotSupport="field" />
</element>
</view>
<pack widget="group" class="oio-m-default-view-element" style="height: 100%;flex: 1;overflow-y: hidden;" wrapperStyle="height: 100%;box-sizing:border-box;">
<pack widget="row" style="height: 100%;">
<pack widget="col" mode="full" style="min-height: 234px;height: 100%;">
<element widget="table" slot="table" slotSupport="field" checkbox="false">
<xslot name="fields" slotSupport="field" />
<element widget="rowActions" slot="rowActions" />
</element>
</pack>
</pack>
</pack>
<element widget="actionBar" slot="actionBar" slotSupport="action">
<xslot name="actions" slotSupport="action" />
</element>
</view>
表单视图(FORM)
<view type="FORM">
<element widget="form" slot="form">
<xslot name="fields" slotSupport="pack,field" />
</element>
<element widget="actionBar" slot="actionBar" slotSupport="action">
<xslot name="actions" slotSupport="action" />
</element>
</view>
详情视图(DETAIL)
<view type="DETAIL">
<element widget="detail" slot="detail">
<xslot name="fields" slotSupport="pack,field" />
</element>
<element widget="actionBar" slot="actionBar" slotSupport="action">
<xslot name="actions" slotSupport="action" />
</element>
</view>
画廊视图(GALLERY)
默认内嵌布局(inline=true
)
内嵌表格视图(TABLE)
内嵌表单视图(FORM)
内嵌详情视图(DETAIL)
<view type="DETAIL">
<element widget="detail" slot="detail">
<xslot name="fields" slotSupport="pack,field" />
</element>
</view>`
Oinone社区 作者:汤乾华原创文章,如若转载,请注明出处:https://doc.oinone.top/frontend/19846.html
访问Oinone官网:https://www.oinone.top获取数式Oinone低代码应用平台体验