Keyoti RapidSpell Web .NET Help Docs
UseClientIdInJavascript Property
API DocumentationKeyoti.RapidSpellRapidSpellWebMultipleUseClientIdInJavascript
Keyoti RapidSpell Web .NET
Whether to use the control's ClientId instead of Id property for the JS functions.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
[PersistenceModeAttribute(PersistenceMode.Attribute)]
public bool UseClientIdInJavascript { get; set; }
[PersistenceModeAttribute(PersistenceMode.Attribute)]
public bool UseClientIdInJavascript { get; set; }
<PersistenceModeAttribute(PersistenceMode.Attribute)> 
Public Property UseClientIdInJavascript As Boolean
	Get
	Set
<PersistenceModeAttribute(PersistenceMode.Attribute)> 
Public Property UseClientIdInJavascript As Boolean
	Get
	Set
public:
[PersistenceModeAttribute(PersistenceMode::Attribute)]
property bool UseClientIdInJavascript {
	bool get ();
	void set (bool value);
}
public:
[PersistenceModeAttribute(PersistenceMode::Attribute)]
property bool UseClientIdInJavascript {
	bool get ();
	void set (bool value);
}
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
member UseClientIdInJavascript : bool with get, set
[<PersistenceModeAttribute(PersistenceMode.Attribute)>]
member UseClientIdInJavascript : bool with get, set
Property Value
Boolean
Remarks
Ideally this should be true, but is false for backwards compatibility. It affects the name of the JS function used to start the spell checker.

Assembly: Keyoti.RapidSpellWeb (Module: Keyoti.RapidSpellWeb.dll) Version: 6.4.25.331