CONTROL.html.ftl 552 字节
Newer Older
1 2 3 4 5
<#assign content>
    :showBusyIndicator="${ctrl.isShowBusyIndicator()?c}" 
  <#if view.getViewType() == 'DECALENDAREXPVIEW'>
    :viewUID="viewUID"
  </#if>
tony001's avatar
tony001 committed
6 7 8 9 10 11 12 13 14 15
  <#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>
16 17 18 19
</#assign>
<#ibizinclude>
../@MACRO/HTML/DEFAULT.html.ftl
</#ibizinclude>