[jbossseam-issues] [JBoss JIRA] Updated: (JBSEAM-2611) <s:prefocus/> tag for setting focus on page entry
Kenneth Christensen (JIRA)
jira-events at lists.jboss.org
Mon Feb 11 20:00:05 EST 2008
[ http://jira.jboss.com/jira/browse/JBSEAM-2611?page=all ]
Kenneth Christensen updated JBSEAM-2611:
----------------------------------------
Attachment: jboss-seam-ui-focus-beta1.jar
First beta version of <s:focus/> - please test.
At the moment it's a Seam JSF component, maybe it should be moved to the Richfaces project - if they (Seam or Richfaces) want to use it :-)
BTW: I don't have time to move it to the Richfaces project.
The source code will be released very soon (end of the week).
Next up: <s:scrollPosition/> :-)
> <s:prefocus/> tag for setting focus on page entry
> -------------------------------------------------
>
> Key: JBSEAM-2611
> URL: http://jira.jboss.com/jira/browse/JBSEAM-2611
> Project: JBoss Seam
> Issue Type: Feature Request
> Components: JSF Controls
> Reporter: Nicklas Karlsson
> Attachments: jboss-seam-ui-focus-beta1.jar
>
>
> It might be convenient to have a <s:prefocus/> tag that could be e.g. nested inside an inputText field you would like to have focused when the page is loaded.
> It could be implemented with a simple document.getElementById('...').focus(); (or other browser-compatible code) at the end of the page.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the seam-issues
mailing list