Samples
Forum
Support
Documentation
alert
animate
attachEvent
bind
blockEvent
callEvent
clone
confirm
copy
delay
detachEvent
dp
editStop
event
eventRemove
exec
extend
hasEvent
isArray
isDate
isUndefined
jsonp
mapEvent
message
modalbox
once
proto
protoUI
proxy
ready
remote
require
send
single
template
toArray
toFunctor
toNode
type
ui
uid
unblockEvent
wrap
Start
API Reference
common helpers
Methods
proxy
creates proxy object
object
proxy
(
string
type
,
string
source
);
Parameters
type
string
type of proxy object
source
string
url or datasource name
Returns
object
proxy object
Example
var
proxy
=
webix.
proxy
(
"cache"
,
"users/data.php"
)
;
mytable.
load
(
proxy
)
;
Back to top