arraysize: 0
Parse on demand: onsubmit
onsubmit with pagination
- This example uses a simple form created with the Widgets extension, with a single input to search titles by certain key words (try 'law', 'early', 'Senchus', etc.). While it is not a particularly useful query form, the point is to demonstrate that the form data you submit are used dynamically to replace variables in
#cr-parse-request
and update the query on the right. - This example uses the pagination widget to let you navigate through the results.
onsubmit with FlexForm
Forthcoming