Widgets

Custom Upload

0.0.1

Custom Upload

Coming Soon

Anwendungscode

let current := this;
arcCustomUpload({
		uniqueId: "my-Image-" + Nr,
		container: {
			icon: "",
			label: "Upload Image",
			height: "100%",
			width: "100%",
			value: ""
		},
		image: {
			tableId: "B",
			fieldId: "A",
			width: "2000",
			height: "auto"
		},
		changeFieldValues: [{
				fieldId: "B",
				value: number(current.Nr)
			}, {
				fieldId: "E",
				value: number(current.Nr)
			}]
	})