EnableRemoveButton Property
Object:
|
AXFFile |
Type:
|
Boolean |
Read/Write:
|
Read/Write |
Description:
|
When EnableRemoveButton is set to True, the visual upload control's "Remove Files"
button will be visible. When EnableRemoveButton is set to False, the button will
not be displayed. EnableRemoveButton is set to True by default.
|
Example:
|
--- Set EnableRemoveButton using the PARAM tag:
<PARAM NAME="EnableRemoveButton" VALUE="0">
|
Note:
|
EnableRemoveButton is a parameter, not a scriptable property. Use the PARAM tag
to set this parameter; do not use the syntax AXFFile.EnableRemoveButton .
EnableRemoveButton cannot be set dynamically at runtime.
|
Copyright © 2010 SoftArtisans, Inc. All rights reserved.