如何将焦点设置为ui中的最后一项:重复JSF

时间:2012-02-20 21:25:58

标签: javascript jsf composite-component

我有一个可滚动的div,我喜欢将焦点设置在最后一个元素上。我怎样才能做到这一点?

<div class="scrolldiv">  
<h:form id="form">  
  <ui:repeat...> 
    <h:panelGrid columns="2"...>  
      <h:graphicImage../>  
      <h:outputText.../>  
    </h:panelGrid>  
  </ui:repeat>  
</h:form>  
</div>  

1 个答案:

答案 0 :(得分:4)

<ui:repeat var="..." value="..." varStatus="status">

您可以使用状态加属性名称,例如#{status.last} 来自这个属性:

  • 开始类型为Integer
  • 结束类型为Integer
  • 类型为int 的
  • 索引
  • 类型为Integer
  • 的步骤
  • 类型为boolean
  • 奇数类型为boolean
  • 类型为boolean的第一个
  • 类型为boolean的最后