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