Hi Lyon! > You never got back to me on this. Yes, sorry! > What do you think? 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 would be more happy if we manage to put it into the "focus" component. 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.
The focus component then can register with them and tell them wich javascript/field/wathever to render if e.g. it is configured with <t:focus captureActionFocus="true"/> We can rename our DummyFormLinkRenderer and DummyFormButtonRenderer in tomahawk to something like ExtendedLinkRenderer and ExtendedButtonRender and also create an ExtendedFormRenderer in tomahawk. The registry could be a request bean where we have to outline its interface and possibilities. What do you think? Ciao, Mario
