All Downloads are FREE. Search and download functionalities are using the official Maven repository.

libraries.react-file-uploader.widget.poc Maven / Gradle / Ivy

@WidgetProperties({preview: Image, previewLabel:Text, acceptAll: Boolean, dragLabel:Text, readyLabel:Text, onDrop:FileRefCallback})
native widget FileUploader {

	category bindings {
		JavaScript: DroppedFileWidget.default;
	}
	
	Html method render () {
		JavaScript: return this.render();
	}
	
	method clear() {
		JavaScript: this.clear();
	}
	
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy