Autocomplete

From Wikisphere
Jump to navigation Jump to search
type"object"
title"Autocomplete example"
properties
text
type"string"
x-input"LookupElement"
title"Wikipedia lookup (Page titles)"
description"Enter a text of minimum 3 characters."
x-autocomplete
search"wikipediaSearch"
getResultValue"wikipediaGetResultValue"
renderResult"wikipediaRenderResult"
autoSelecttrue
text2
type"string"
x-input"LookupElement"
title"DAWA lookup (Danish streetnames)"
description"Enter a text of minimum 3 characters."
x-autocomplete
search"dawaSearch"
getResultValue"dawaGetResultValue"
autoSelecttrue
text3
type"string"
x-input"LookupElement"
title"Local form lookup (Font names from 'possibleFonts' array)"
description"Enter a text of minimum 1 characters. (Try 'a')"
x-autocomplete
search"search_local"
autoSelecttrue
possibleFonts
type"array"
x-layout"table"
items
type"string"
default
"Arial"
"Arial Black"
"Times"
"Tahoma"
"Helvetica"
"Comic Sans"