======== uploader ======== .. js:class:: webix.ui.uploader(data) :param object data: A configuration object Uploader view. References ~~~~~~~~~~ views `~webix.ui.button`:js:class:. components `~webix.DataCollection`:js:class:. helpers `~webix._event`:js:func:, `~webix.assert`:js:func:, `~webix.bind`:js:func:, `~webix.delay`:js:func:, `~webix.extend`:js:func:, `~webix.isUndefined`:js:func:, `~webix.protoUI`:js:func:, `~webix.toNode`:js:func:, `~webix.uid`:js:func:. External references ~~~~~~~~~~~~~~~~~~~ `Official documentation page`_. .. _official documentation: .. _Official documentation page: http://docs.webix.com/api__refs__ui.uploader.html Code ~~~~ .. literalinclude:: js_srcs/uploader_view.js :language: javascript :linenos: