Parent: $root.$constants
| kJSFileActionCloseUpload | Closes the file upload dialog if it is open (note that closing the dialog using this action does not generate evFileUploadDialogClosed) |
| kJSFileActionDownload | Initiates file download of data from $dataname (a row - C1:file name,C2:media type (e.g. text/plain;charset=utf8),C3:name of remote task variable:binary containing file data or character containing file path) |
| kJSFileActionUpload | Opens the file upload dialog.$dataname is a row (C1 receives MIME header list for uploaded file,C2 is name of binary remote task variable to receive data for uploaded file).Each upload generates an event. |
| kJSFileUploadLabelPosBottom | Shows the upload files label below the icon |
| kJSFileUploadLabelPosLeft | Shows the upload files to the left of the icon |
| kJSFileUploadLabelPosNone | Hides the upload files label |
| kJSFileUploadLabelPosRight | Shows the upload files label to the right of the icon |
| kJSFileUploadLabelPosTop | Shows the upload files label above the icon |