MODAL_VIEW_COMPONENT#RAWITEM.ftl 764 字节
Newer Older
MoneyQ's avatar
MoneyQ committed
1 2 3 4 5 6 7 8 9 10 11 12
<#ibiztemplate>
PUBOBJ=Vue2.PSVue2DEFormDetailVC
</#ibiztemplate>
<#if item.getPSSysPFPlugin()??>
    ${item.getPSSysPFPlugin().getCode("CODE",pf.getId(),pfstyle.getId(),view,ctrl,item)}
<#else>
<i-col <#if item.getColLG() != -1> :lg="${item.getColLG()?c}"</#if><#if item.getColMD() != -1> :md="${item.getColMD()?c}"</#if><#if item.getColSM() != -1> :sm="${item.getColSM()?c}"</#if> <#if item.getColXS() != -1> :xs="${item.getColXS()?c}"</#if>>
    <div class="<#if item.getPSSysCss()??>${item.getPSSysCss().getCssName()}</#if>" style="<#if item.getRawContentHeight() gt 0>height: ${item.getRawContentHeight()?c}px;</#if><#if item.getRawContentWidth() gt 0>width: ${item.getRawContentWidth()?c}px;</#if>">
        ${item.getRawContent()}
    </div>
</i-col>
</#if>