|
*
|
<@ZKUI.Input hideLabel="true" id="eleGlobalLinkageName" type="text" name="name" value="${(item.name)!}" onkeyup="$(this).valid()" maxlength="50" />
|
|
<#if !((item.isApplyToAll)?exists)||item.isApplyToAll==0>
<@ZKUI.Input hideLabel="true" type="checkbox" name="applyToAll" id="isApplyToAll" checked="checked"/>
<#else>
<@ZKUI.Input hideLabel="true" type="checkbox" name="applyToAll" id="isApplyToAll"/>
#if>
|
<@ZKUI.Input hideLabel="true" type="hidden" id="triggerCond" name="triggerCond" value="${(item.triggerCond)!}"/>
<@ZKUI.Input hideLabel="true" type="hidden" id="triggerCondName" name="triggerCondName" value="${(item.triggerCondName)!}"/>
<@ZKUI.Input hideLabel="true" type="hidden" name="inputfilterIds" id="inputfilterIds"/>
<@ZKUI.Input hideLabel="true" type="hidden" name="floorfilterIds" id="floorfilterIds"/>