Version

SetValueJavaScript Property

Java Script pattern to set on the contol defined in the ControlID property.
Syntax
'Declaration
 
Public Property SetValueJavaScript As String
public string SetValueJavaScript {get; set;}
Remarks

The string in this property is an encoded string some parts of which will be replaced before they are brought to the client and used. Replaceable parts must be enclosed in curly braces. Supported matches:

{ClientID}

{UniqueID}

{value}

Examples:

            $get({ClientID}).value = {value}
            $find({ClientID}).setValue({value})
            
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also