Documentation

Events

onAfterFileAdd fires after file has been added to the uploader body
onAfterRender occurs immediately after the component has been rendered.
onAfterScroll occurs when some webix view has been scrolled
onBeforeFileAdd fires the moment you try to add file to uploader
onBeforeRender occurs immediately before the component has been rendered
onBindRequest fires when the component is ready to receive data from the master component
onChange fires when the value of the control is changed
onDestruct occurs when component destroyed
onFileUpload fires the moment file uploading starts
onItemClick fires after the control has been clicked
onKeyPress occurs when keyboard key is pressed for the control in focus
onLongTouch fires on holding finger in some position for a certain period of time
onSwipeX occurs on a horizontal swipe movement
onSwipeY occurs on a vertical swipe movement
onTimedKeyPress fires after typing has been finished in the field
onTouchEnd occurs when the touch event is ended
onTouchMove occurs during touch movement
onTouchStart when some webix view has been touched
onUploadComplete fires when all files have been successfully uploaded to server
onViewResize view size was changed by resizer
Back to top