why dont you just roll your own components that do what you want. as you have already observed filterform and *Filter components are made to work together.
-igor On Tue, Jun 9, 2009 at 3:39 AM, Dutrieux Olivier<[email protected]> wrote: > Hello everybody, > > I am trying to use the FilterForm with TextFilter & ChoiceFilter but without > FilterToolbar because I use DataView and FilterToolbar waiting a DataTable. > I can't use a DataTable because I am not use a IColumn because my columns > are bizarres (see attach). > > The problem is that : it's not possible to use FilterForm without > FilterToolbar because the FilterToolbar add the javascript function on the > header to manage the focus cursor on the page and the filterForm add > javascript to execute function of FilterToolbar. I think it's should be > better if it's FilterForm that add javascript function rather than > FilterToolbar. > > And a other think : I think the function _filter_focus_restore of FilterForm > component need to be execute when dom is ready. > > Best regards > > -- > Olivier Dutrieux > Etudes et Projets Informatiques (Tél : 31 62) > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
