CONTROL.html.ftl 481 字节
Newer Older
1 2 3
<#--  content  -->
<#assign content>
    :showBusyIndicator="${ctrl.isShowBusyIndicator()?c}"  
tony001's avatar
tony001 committed
4
  <#if view.getViewType() == 'APPINDEXVIEW'>
5
    v-model="collapseChange"  
tony001's avatar
tony001 committed
6
    :mode="mode"
7
    :navModel="navModel"
tony001's avatar
tony001 committed
8
    viewtag="${srffilepath2(view.getCodeName())}"
9 10
    :selectTheme="selectTheme"  
    :isDefaultPage="isDefaultPage"  
11
    :isBlankMode="isBlankMode"
12
    :defPSAppView="defPSAppView" 
tony001's avatar
tony001 committed
13
  </#if>
14 15 16 17
</#assign>
<#ibizinclude>
../@MACRO/HTML/DEFAULT.html.ftl
</#ibizinclude>