[%# Autocompleted editbox for selecting users # License: Dual-license GPL 3.0+ or MPL 1.1+ # Author: Vitaliy Filippov #%] [%# INTERFACE: # name: mandatory; field name # id: optional; field id # value: optional; default field value/selection # onchange: optional; onchange attribute value (FIXME may not work) # disabled: optional; if true, the field is disabled # accesskey: optional; accesskey attribute value # size: optional; size attribute value # multiple: optional; select several users at once (delimiter is ',') # custom_userlist: optional, specify a limited list of users to use # tabindex: optional, HTML tabindex #%] [% id = id || name %]