xpages - Repeat Control - Tabindex -


i use repeat controls register data. based on tests, want cursor move different fields. when set tabindex field in repeat control, tab order changes. cursor moves through fields in column lowest tabindex , after fields in next column. there way change tab order cursor moves "row"-wise? if have programmaticly mananage cursor movements, easiest way cursor position in repeat control?

if you're on domino 8.5.3, can create tabindex custom attribute , use indexvar prefix tabindex row row tabbing. custom attributes can created under properties - attrs.

i think have use custom attribute standard attribute can calculated on page load, , looks indexvar isn't available on page load.

e.g.

<xp:inputtext>     <xp:this.attrs>         <xp:attr name="tabindex" value="#{javascript:return rowindex + '1';}" />     </xp:this.attrs> </xp:inputtext> 

Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -