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
exec
executes a code string at runtime
void
exec
(
string
code
);
Parameters
code
string
the code that needs executing
Example
webix.
exec
(
"myobj = 123"
)
;
alert
(
myobj
)
;
Back to top