Files
EWF/library/server/wsf_html/webcontrol/autocompletions/wsf_autocompletion.e
Severin Münger 27023283e7 Autocompletion
2013-09-12 14:58:35 +02:00

17 lines
231 B
Plaintext

note
description: "Summary description for {WSF_AUTOCOMPLETION}."
author: ""
date: "$Date$"
revision: "$Revision$"
deferred class
WSF_AUTOCOMPLETION
feature
autocompletion (input: STRING): JSON_ARRAY
deferred
end
end