提交 6ecc6443 编写于 作者: WodahsOrez's avatar WodahsOrez

lxm--门户部件界面行为--fix2

上级 28033202
...@@ -5,6 +5,9 @@ ...@@ -5,6 +5,9 @@
<#assign UIActionDetails=ctrl.getPSUIActionGroup().getPSUIActionGroupDetails() /> <#assign UIActionDetails=ctrl.getPSUIActionGroup().getPSUIActionGroupDetails() />
<span class="portlet-action"> <span class="portlet-action">
<#list UIActionDetails as uiactiondetail> <#list UIActionDetails as uiactiondetail>
<#if !uiactionDetail.isShowCaption()>
<tooltip :transfer="true" :max-width="600">
</#if>
<a @click="uiAction('${uiactiondetail.getName()?lower_case}', $event)"> <a @click="uiAction('${uiactiondetail.getName()?lower_case}', $event)">
<#if uiactiondetail.getPSUIAction()??> <#if uiactiondetail.getPSUIAction()??>
<#if uiactiondetail.isShowIcon()><#if uiactiondetail.getPSUIAction().getPSSysImage()??><#assign viewimg=uiactiondetail.getPSUIAction().getPSSysImage()/><#if viewimg.getCssClass() != ''><i class="${viewimg.getCssClass()}" /><#else><img src="${viewimg.getImagePath()}" /></#if></#if></#if> <#if uiactiondetail.isShowIcon()><#if uiactiondetail.getPSUIAction().getPSSysImage()??><#assign viewimg=uiactiondetail.getPSUIAction().getPSSysImage()/><#if viewimg.getCssClass() != ''><i class="${viewimg.getCssClass()}" /><#else><img src="${viewimg.getImagePath()}" /></#if></#if></#if>
...@@ -12,6 +15,10 @@ ...@@ -12,6 +15,10 @@
<#if uiactiondetail.isShowCaption()><span>${uiactiondetail.getPSUIAction().getCaption()}</span></#if> <#if uiactiondetail.isShowCaption()><span>${uiactiondetail.getPSUIAction().getCaption()}</span></#if>
</#if> </#if>
</a> </a>
<#if !uiactionDetail.isShowCaption()>
<div slot='content'>${uiactiondetail.getPSUIAction().getCaption()}</div>
</tooltip>
</#if>
</#list> </#list>
</span> </span>
</#if> </#if>
...@@ -28,9 +35,7 @@ ...@@ -28,9 +35,7 @@
${ctrl.getTitle()} ${ctrl.getTitle()}
</span> </span>
<#assign render_uiaction><@renderUiaction /></#assign> <#assign render_uiaction><@renderUiaction /></#assign>
<@ibizindent blank=12> <@ibizindent blank=12>${render_uiaction}</@ibizindent>
${render_uiaction}
</@ibizindent>
</p> </p>
</#if> </#if>
<div class="<#if ctrl.isShowTitleBar()>portlet-with-title<#else>portlet-without-title</#if>"> <div class="<#if ctrl.isShowTitleBar()>portlet-with-title<#else>portlet-without-title</#if>">
...@@ -46,9 +51,7 @@ ...@@ -46,9 +51,7 @@
${ctrl.getTitle()} ${ctrl.getTitle()}
</span> </span>
<#assign render_uiaction><@renderUiaction /></#assign> <#assign render_uiaction><@renderUiaction /></#assign>
<@ibizindent blank=12> <@ibizindent blank=12>${render_uiaction}</@ibizindent>
${render_uiaction}
</@ibizindent>
</p> </p>
</#if> </#if>
<div class="<#if ctrl.isShowTitleBar()>portlet-with-title<#else>portlet-without-title</#if>"> <div class="<#if ctrl.isShowTitleBar()>portlet-with-title<#else>portlet-without-title</#if>">
...@@ -66,9 +69,7 @@ ...@@ -66,9 +69,7 @@
${ctrl.getTitle()} ${ctrl.getTitle()}
</span> </span>
<#assign render_uiaction><@renderUiaction /></#assign> <#assign render_uiaction><@renderUiaction /></#assign>
<@ibizindent blank=12> <@ibizindent blank=12>${render_uiaction}</@ibizindent>
${render_uiaction}
</@ibizindent>
</p> </p>
</#if> </#if>
<div class="<#if ctrl.isShowTitleBar()>portlet-with-title<#else>portlet-without-title</#if>"> <div class="<#if ctrl.isShowTitleBar()>portlet-with-title<#else>portlet-without-title</#if>">
...@@ -104,9 +105,7 @@ ...@@ -104,9 +105,7 @@
${ctrl.getTitle()} ${ctrl.getTitle()}
</span> </span>
<#assign render_uiaction><@renderUiaction /></#assign> <#assign render_uiaction><@renderUiaction /></#assign>
<@ibizindent blank=12> <@ibizindent blank=12>${render_uiaction}</@ibizindent>
${render_uiaction}
</@ibizindent>
</p> </p>
</#if> </#if>
<div class="<#if ctrl.isShowTitleBar()>portlet-with-title<#else>portlet-without-title</#if>"> <div class="<#if ctrl.isShowTitleBar()>portlet-with-title<#else>portlet-without-title</#if>">
...@@ -121,9 +120,7 @@ ...@@ -121,9 +120,7 @@
${ctrl.getTitle()} ${ctrl.getTitle()}
</span> </span>
<#assign render_uiaction><@renderUiaction /></#assign> <#assign render_uiaction><@renderUiaction /></#assign>
<@ibizindent blank=12> <@ibizindent blank=12>${render_uiaction}</@ibizindent>
${render_uiaction}
</@ibizindent>
</p> </p>
</#if> </#if>
<div class="<#if ctrl.isShowTitleBar()>portlet-with-title<#else>portlet-without-title</#if>"> <div class="<#if ctrl.isShowTitleBar()>portlet-with-title<#else>portlet-without-title</#if>">
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册