Files
EWF/draft/library/wsf_js_widget/kernel/autocompletion/wsf_autocompletion.e
2014-03-05 14:54:45 +01:00

21 lines
365 B
Plaintext

note
description: "Summary description for {WSF_AUTOCOMPLETION}."
author: ""
date: "$Date$"
revision: "$Revision$"
deferred class
WSF_AUTOCOMPLETION
feature -- Access
autocompletion (input: STRING_32): JSON_ARRAY
-- JSON array of suggestions that fit the specific input
deferred
end
template: detachable STRING_32
-- Customizable template
end