RemoveButtonText Property

Object: AXFFile
Syntax: AXFFile.RemoveButtonText [= String]
Type: String
Read/Write: Read/Write
Description: RemoveButtonText sets the text displayed on the visual upload control's "Remove Files" button.
Example:
'--- Set RemoveButtonText using the PARAM tag: 
<PARAM NAME="RemoveButtonText" VALUE="Remove">
Note: RemoveButtonText is a parameter, not a scriptable property. Use the PARAM tag to set this parameter; do not use the syntax AXFFile.RemoveButtonText. RemoveButtonText cannot be set dynamically at runtime.

Copyright © 2010 SoftArtisans, Inc. All rights reserved.