Intersoft WebGrid Documentation
JavascriptEncoded Property
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > WebGridCustomEditor Class : JavascriptEncoded Property






Specifies whether the Javascript files for this control is encoded.

Syntax

Visual Basic (Declaration) 
<NotifyParentPropertyAttribute(True)>
<ISNet.Serialization.BinarySerializableAttribute()>
<DescriptionAttribute("Determines whether the javascript files used in this custom editor are encoded.")>
<DefaultValueAttribute()>
Public Property JavascriptEncoded As Boolean
Visual Basic (Usage)Copy Code
Dim instance As WebGridCustomEditor
Dim value As Boolean
 
instance.JavascriptEncoded = value
 
value = instance.JavascriptEncoded
C# 
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Determines whether the javascript files used in this custom editor are encoded.")]
[DefaultValueAttribute()]
public bool JavascriptEncoded {get; set;}
Delphi 
public read-write property JavascriptEncoded: Boolean; 
JScript 
NotifyParentPropertyAttribute()
ISNet.Serialization.BinarySerializableAttribute()
DescriptionAttribute("Determines whether the javascript files used in this custom editor are encoded.")
DefaultValueAttribute()
public function get,set JavascriptEncoded : boolean
Managed Extensions for C++ 
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Determines whether the javascript files used in this custom editor are encoded.")]
[DefaultValueAttribute()]
public: __property bool get_JavascriptEncoded();
public: __property void set_JavascriptEncoded( 
   bool value
);
C++/CLI 
[NotifyParentPropertyAttribute(true)]
[ISNet.Serialization.BinarySerializableAttribute()]
[DescriptionAttribute("Determines whether the javascript files used in this custom editor are encoded.")]
[DefaultValueAttribute()]
public:
property bool JavascriptEncoded {
   bool get();
   void set (    bool value);
}

Remarks

When this property is set to True, the script will automatically rendered as "JScript.Encode".

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.