Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

Editor.TextAreaCssFile Property

Specifies the path of an external CSS file that provides CSS styles for text in the editing area.

[Visual Basic]
Public Property TextAreaCssFile As String
[C#]
public String TextAreaCssFile {get; set;}

Remarks

The path must be a path relative to the application root, that is, starting with "~/". For example, "~/styles/editor.css".

See Also

Editor Class | EO.Web Namespace


Direct link to this topic