ajaxCRUD.com

» a PHP class to create / read / update / delete from a database table using AJAX

   by loud canvas media

AjaxCRUD API Reference

<< Reference overview
<< Home

addAjaxFilterBox

adds a search box at the top of the page
void addAjaxFilterBox( String fieldName)
Use this function when you want to be able to search your table by a field. This function allows only ajax-based searching (which is best) and searches "as you type"

Details

Type function
Returns void

Parameters

fieldName
name of the field you want to search by

Example

$tblDemo->addAjaxFilterBox('fldFamilyName');

See also

ajaxFilterBoxSize, addAjaxFilterBoxAllFields.
New, Edit

 

"I love AjaxCRUD! It's saved me hours upon hours of typing!"
~Eric Duwenhoegger