RadEditor for ASP.NET

RadEditor Send comments on this topic.
Snippets Property
See Also 
Telerik.WebControls Namespace > RadEditor Class : Snippets Property


Gets the collection containing the snippets to put in the Code Snippet dropdown.   

 

Namespace: Telerik.WebControls
Assembly: RadEditor (in RadEditor.dll)

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Snippets As KeyValueCollection
Visual Basic (Usage)Copy Code
Dim instance As RadEditor
Dim value As KeyValueCollection
 
value = instance.Snippets
C# 
public KeyValueCollection Snippets {get;}

Return Value

A KeyValueCollection containing the snippets to put in the Code Snippet dropdown. Default is an empty KeyValueCollection.

Remarks

The Code Snippet dropdown is a very convenient tool for inserting predefined chunks of HTML content like signatures, product description templates, custom tables, etc.

The contents of this collection will override the default snippets available in the Code Snippet dropdown.

Requirements

Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also