Class RTEValidationRuleBuilder
Inheritance
System.Object
RTEValidationRuleBuilder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript
Assembly: Syncfusion.EJ.dll
Syntax
public class RTEValidationRuleBuilder
Constructors
RTEValidationRuleBuilder(RTE)
Specifies the RTE validation rule.
Declaration
public RTEValidationRuleBuilder(RTE _rte)
Parameters
Type | Name | Description |
---|---|---|
RTE | _rte | _rte |
Methods
AddRule(String, Object)
Specifies the add rule in RTE.
Declaration
public RTEValidationRuleBuilder AddRule(string key, object value)
Parameters
Type | Name | Description |
---|---|---|
System.String | key | key |
System.Object | value | value |
Returns
Type | Description |
---|---|
RTEValidationRuleBuilder | This method returns RTE validation rule builder value |