Object specific | |
$action | Assign a kJSFileAction... constant to this property to instruct the client to perform the specified action |
$allowmultiple | Allows multiple files to be uploaded when set to kTrue. Some clients do not support this |
$autoclose | If true, automatically closes upload dialog after upload operation is complete |
$autoupload | If true, files are upload immediately after choosing |
$borderradius | Radius for rounded border corners.1 to 4 pixel values separated by -,in order topleft,topright,bottomright,bottomleft.If bottomleft is omitted it is topright.If bottomright is omitted it is topleft.If topright is omitted it is topleft |
$choosefilesbuttontext | The label of the choose file(s) button. If empty, defaults to: Choose File(s) |
$choosefilesbuttontextpos | The position of the label specified in $choosefilesbuttontext kJSFileUploadLabelPosBottom kJSFileUploadLabelPosLeft kJSFileUploadLabelPosNone kJSFileUploadLabelPosRight kJSFileUploadLabelPosTop |
$choosefilesiconid | The icon identifier used to reference the icon |
$disabledefaultcontextmenu | If true, the default context menu for the object will not be generated in response to a context click ($clib.$disabledefaultcontextmenu and $cobj.$disabledefaultcontextmenu must both be false for the menu to be generated) |
$downloaderrortext | The error text displayed by the client when it detects a download error. If empty,defaults to: Download error |
$hideuploadprogress | If true, hides the current file upload progress |
$hideuploadprogressbatch | If true, hides the batch upload progress |
$hyperlinktext | The text for the hyperlink. Only applicable when $showinline=kFalse |
$hyperlinkurl | The URL for the hyperlink (this can be for a file download, but it can also be some other URL). Only applicable when $showinline=kFalse |
$maincolor | The main color used throughout the control. Applies to upload area, upload button, progress bars, completion indicators. |
$maxbatchuploadsize | The maximum size in bytes of the batch of files to be uploaded to the server. Zero means no limit. Some clients cannot enforce this limit. Only available when $allowmultiple is kTrue |
$maxbatchuploadsizeerrortext | The error text displayed by the client when $maxbatchuploadsize has been exceeded. Can contain one %n placeholder. If empty,defaults to: Total batch of files is larger than maximum allowed upload size (%1) |
$maxfileuploadsize | The maximum size in bytes of a file to be uploaded to the server. Zero means no limit. Some clients cannot enforce this limit |
$maxfileuploadsizeerrortext | The error text displayed by the client when $maxfileuploadsize has been exceeded. Can contain two %n placeholders. If empty,defaults to: File size is larger than maximum allowed upload size (%1) %2 |
$showinline | If true, the control is shown inline instead of using a dialog box |
$stopuploadbuttontext | The label of the file upload dialog button to cancel an in-progress upload. If empty,defaults to: Cancel upload |
$uploadbuttontext | The label of the file upload dialog button to start the upload. If empty,defaults to: Upload |
$uploaderrortext | The error text displayed by the client when an upload error occurs. If empty,defaults to: Upload error |
$uploadprogresstext | The progress text displayed during a file upload (when the browser can provide upload progress information). Must contain two %n placeholders. If empty,defaults to: %1 of %2 |
$uploadprogresstextbatch | The progress text displayed during a batch of file uploads (when the browser can provide upload progress information). Must contain two %n placeholders. If empty,defaults to: %1 of %2 |
$uploadprogresstextcolor | The text color in the progress elements |
$uploadstoppedtext | The text displayed by the client when an upload has been cancelled. If empty,defaults to: Upload stopped |
$uploadtitle | The title of the file upload dialog. If empty,defaults to: Upload file |
$uploadtypes | A comma separated list of file types to accept on upload (file extensions or MIME types), e.g. '.png, .jpg' or 'image/*'. |
Standard | $active $align $alpha $backalpha $backcolor $bordercolor $componentctrl $componentinfo $componentlib $contextmenu $cssclassname $dataname $disablesystemfocus $dragborder $dropmode $edgefloat $effect $errortext $errortextpos $events $fieldstyle $font $fontsize $height $ident $left $linestyle $name $nexttabobject $objtype $order $preventlayoutanimation $removefromtaborder $sidepanel $sidepanelmode $tooltip $top $userinfo $visible $visibleinbreakpoint $width |