CONTROL.html.ftl 700 字节
<#assign content>
    :showBusyIndicator="${ctrl.isShowBusyIndicator()?c}"
  <#if view.getViewType() == 'DECALENDAREXPVIEW'>
    :isSelectFirstDefault="true"
  </#if>
  <#if view.getViewType() == 'DECALENDARVIEW' || view.getViewType() == 'DECALENDARVIEW9'>
    @beforeload="onBeforeLoad($event)" 
  </#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>