Files
EWF/draft/library/wsf_js_widget/kernel/autocompletion/wsf_autocompletion.e
Severin Münger 83329ca4b7 Moved to draft
2013-09-24 15:18:14 +02:00

21 lines
359 B
Plaintext

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