Initializes the auto-complete module on a form element
function vsk_auco_init( id, words )
Refreshes the elements in the auto-complete list.
VSK_Node.prototype.auco_refresh = function()
Opens the auto-complete list
VSK_Node.prototype.auco_open_list = function( words )
Closes the auto-complete list
VSK_Node.prototype.auco_close_list = function()
Retrieve the string that the caret (text-cursor) is currently positioned in
VSK_Node.prototype.auco_caret_string = function( d, replace, dr )
Returns the next element in the list
VSK_Node.prototype.auco_list_next = function()
Returns the previous element in the list
VSK_Node.prototype.auco_list_prev = function()
Select entry in the list
VSK_Node.prototype.auco_list_select = function( node )