OpenXE icon indicating copy to clipboard operation
OpenXE copied to clipboard

Autocomplete

Open OpenXE-ERP opened this issue 1 year ago • 0 comments

Scribble for Autocomplete usage.

function AutoComplete($fieldname, $filter, $onlyfirst = 0, $extendurl = "", $extendedelement = "", $extendurl2 ="", $extendedelement2 = "", $appendto = "", $return = false)

  • Fieldname
    • ID of the HTML input element
  • Filter
    • Filter for ajax -> look into the huge switch statement at www/pages/ajax.php
  • Onlyfirst
  • Extendurl
  • Extendedelement
  • Extendurl2
  • Extendedelement
  • appendto
  • return

OpenXE-ERP avatar Nov 01 '22 19:11 OpenXE-ERP