CONTROL.html.ftl 548 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
<#assign content>
    :showBusyIndicator="${ctrl.isShowBusyIndicator()?c}" 
  <#if view.getViewType() == 'DEGRIDEXPVIEW'>
    :viewUID="viewUID"
  </#if>
  <#if view.getPSAppViewLogics?? && view.getPSAppViewLogics()??>
    <#list view.getPSAppViewLogics() as logic>
      <#if logic.getPFLogicCodeType() == 'APP_NEWDATA'>
    :newdata="newdata"
      </#if>
      <#if logic.getPFLogicCodeType() == 'APP_OPENDATA'>
    :opendata="opendata"
      </#if>
    </#list>
  </#if>
</#assign>
<#ibizinclude>
../@MACRO/HTML/DEFAULT.html.ftl
</#ibizinclude>