Forums / Setup & design / How to fetch articles with select field?
scrieler _
Tuesday 25 September 2007 7:43:25 am
Hi eZ community,
i wanna have a select field to sort by price and others, but i dont know how and where. i have to include a fetch funktion, i know,but where?
mfg mm
Felix Laate
Tuesday 25 September 2007 2:53:49 pm
Hi there,
this could be done either the AJAX way with e.g. http://ez.no/developer/contribs/applications/xajax or you could reload the page with a certain variable set and make a fetch based on that.
Or perhaps you could do a brutal fetch, pass it to a set of javascript arrays and then, based on your select, filter that.
Hope that made sense..
Felix
Publlic Relations Manager Greater Stavanger www.greaterstavanger.com
Wednesday 10 October 2007 12:04:51 am
Thx Felix!
I installed xajax and the hello world script, but if i click on the button i get a alert window with errors... can anybody help me?