Widgets
Samples
Demos
Forum
Services
Documentation
adjust
attachEvent
bind
blockEvent
callEvent
define
destructor
detachEvent
disable
enable
getBody
getButton
getChildViews
getFormView
getItemId
getItemText
getList
getMasterValue
getNode
getParentView
getRange
getSuggestion
getTopParentView
getValue
hasEvent
hide
isEnabled
isVisible
linkInput
mapEvent
queryView
resize
resizeChildren
setMasterValue
setPosition
setValue
show
unbind
unblockEvent
Start
API Reference
ui.daterangesuggest
Methods
getSuggestion
returns id of top suggestion from the suggest list
string
getSuggestion
();
string
id of top suggestion
Example
var
id
=
$$
(
"suggest"
)
.
getSuggestion
(
)
;
Back to top