ComboBox.RemoteDataSource
dataSource which wrap IO utility. xclass: 'combobox-RemoteDataSource'.
parents: Base
defined in: remoteDataSource.js
Class
Attributes
- allowEmpty {Boolean} whether send empty to server when input val is empty.default:false
- cache {Boolean} Whether server response data is cached.default:false
- paramName {String} Used as parameter name to send combobox input's value to server
- parse {Function} Serve as a parse function to parse server response to return a valid array of data for comboBox.
- xhrCfg {Object} IO configuration.same as {@link} IO
Methods
Class Detail
-
ComboBox.RemoteDataSource ()dataSource which wrap IO utility. xclass: 'combobox-RemoteDataSource'.
Attributes Detail
-
allowEmpty {Boolean} whether send empty to server when input val is empty.default:false
-
cache {Boolean} Whether server response data is cached.default:false
-
paramName {String} Used as parameter name to send combobox input's value to server
-
parse {Function} Serve as a parse function to parse server response to return a valid array of data for comboBox.
-
xhrCfg {Object} IO configuration.same as {@link} IO
Methods Detail
-
fetchData (inputVal, callback, context) view sourceData source interface. How to get data for comboBox
- Parameters
-
- inputVal {String} current active input's value
- callback {Function} callback to notify comboBox when data is ready
- context {Object} callback 's execution context
Classes
- Anim
- Anim.Easing
- Attribute
- Base
- Button
- ComboBox
- ComboBox.LocalDataSource
- ComboBox.RemoteDataSource
- Component
- Component.Container
- Component.Controller
- Component.Manager
- Component.Render
- Component.UIBase
- Component.UIBase.Align
- Component.UIBase.Box
- Component.UIBase.Close
- Component.UIBase.Constrain
- Component.UIBase.ContentBox
- Component.UIBase.Drag
- Component.UIBase.Loading
- Component.UIBase.Mask
- Component.UIBase.Position
- Component.UIBase.Resize
- Component.UIBase.StdMod
- Cookie
- DataLazyload
- DD
- DD.Constrain
- DD.DDM
- DD.Draggable
- DD.DraggableDelegate
- DD.Droppable
- DD.DroppableDelegate
- DD.Proxy
- DD.Scroll
- DOM
- Editor
- Editor.Range
- Editor.Utils
- Editor.Walker
- Event
- Event.Object
- Event.Target
- IO
- IO.XhrObject
- KISSY
- KISSY.Defer
- KISSY.Loader
- KISSY.Loader.Module
- KISSY.Loader.Package
- KISSY.Promise
- Menu
- Menu.FilterMenu
- Menu.Item
- Menu.PopupMenu
- Menu.Separator
- MenuButton
- MenuButton.Option
- MenuButton.Select
- MVC
- MVC.Collection
- MVC.Model
- MVC.Router
- MVC.View
- NodeList
- Overlay
- Overlay.Dialog
- Overlay.Popup
- Resizable
- Tree
- Tree.CheckNode
- Tree.CheckTree
- Tree.Node
- Waterfall
- Waterfall.Loader