Autocomplete text field for Silverstripe
A field can be created as follows...
\TractorCow\AutoComplete\AutoCompleteField::create('MyTextField','My Text Field','',null,null,'LookupDataObject','LookupFieldName')
where it will accept values from the following dataobject field...
class LookupDataObject extends DataObject {
static $db = array(
'LookupFieldName' => 'Varchar',
);
}
Module rating system helping users find modules that are well supported. For more on how the rating system works visit Module standards
Score not correct? Let us know there is a problem