HTML5 Data Bindings Support Product Page
Answered
setting max results in real time
Asked 9 years ago
1
has this question
9 years ago Hans Haverlach posted:
Hi,there is a repeat region on my page showing 20 results. There are paging controls for next, prev, first and last. All is working well.
But I want to let the user add a preference number of showing how many results on a page. When he adds it, the databindingssource must be refreshed and the NEW number of results are to be showed.
How do I get this basicfunction to work?
Replies
Replied 9 years ago
9 years ago Hans Haverlach replied:
OK, via live support got the answer. I can use a inputfield to let the user add a number. I then edited my extended repeat region and used the lightning bold to let the pagesizefield use the value of the inputfield.
With an onblur listener on the inputfield I refresh the datasource.
It works fine
With an onblur listener on the inputfield I refresh the datasource.
It works fine