Basically, Uploader is comprised of other Webix components such as button and list template. See their CSS maps for details.

| CSS class | Element |
|---|---|
| .webix_uploader | container for the button |
| .webix_primary .webix_button | the button |
| .webix_remove_upload | the "remove item" area |
| .cancel_icon | the "remove_item" icon |
| .webix_upload_server | the "upload_state" area |
| .webix_icon.wxi-check | the "upload ready" icon |
| .webix_upload_error | the "upload_error" area |
| .error_icon | the "error" icon |
Read more about Uploader
Back to top