KaxUploadReadOnlyFileInputs Property |
Gets or sets a value indicating if the file input fields should be read-only
(e.g. no typing allowed).
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic bool ReadOnlyFileInputs { get; set; }
Public Property ReadOnlyFileInputs As Boolean
Get
Set
public:
property bool ReadOnlyFileInputs {
bool get ();
void set (bool value);
}
member ReadOnlyFileInputs : bool with get, set
Property Value
Type:
Booleantrue when the file input fields should be read-only; otherwise
false.
Remarks
When users type into the box and the filename is not valid, the form submission
in Internet Explorer could not proceed or even display a javascript error. This
behavior can be avoided by setting the ReadOnlyFileInputs property to true.
See Also