On 4/13/06, Lyon, Chad S. <[EMAIL PROTECTED]> wrote: > I am willing to help > add this functionality to the sandbox "focus" component if that is where you > think it should go but I think it should go with the auto-scrolling stuff > for accessibility reasons (i.e. no mouse).
I think it's fine for it to work like auto-scrolling does. However, I think it'd also be good if we either added a "focus" attribute for Tomahawk components, or -- and I think this would be more versatile -- included the focus component as part of this process, so that a page designer could change the focus behavior without writing javascript. I'd also like to see something similar for autoscroll, but with my limited javascript knowledge, I was never able to get autoscrolling to be controllable. On 4/13/06, Mario Ivankovits <[EMAIL PROTECTED]> wrote: > For this to work we have to create a way so components can register > additional (global) fields with form/link/button. > A more generic way like adding every possible function again and again > into the core. Mario, this is a good idea! The Jenia4Faces developers were asking me about this same functionality yesterday. All I could suggest was that they scan the component tree for the form and programmically add a hidden input field to the component tree. I have no idea how practical that process would be.
