ContentFilters |
DefaultFilters |
http://www.telerik.com/help/aspnet-ajax/contentfilters.html |
ToolbarMode |
Default | http://www.telerik.com/help/aspnet-ajax/toolbarmodes.html |
EditModes |
All | http://www.telerik.com/help/aspnet-ajax/editmodes.html |
BorderWidth |
0 | Sets the border in pixels around the control |
StripFormattingOptions |
All | http://www.telerik.com/help/aspnet-ajax/cleaningwordformatting%20.html |
MaxImageSize |
10240 | Maximum image upload size in bytes |
MaxFlashSize |
10240 | Maximum flash upload size in bytes |
MaxMediaSize |
10240 | Maximum movie upload size in bytes |
MaxDocumentSize |
10240 | Maximum document upload size in bytes |
MaxTemplateSize |
10240 | Maximum template upload size in bytes |
MaxSilverlightSize |
10240 | Maximum silverlight upload size in bytes |
FileBrowserContentProviderTypeName |
dnnWerk.Providers.FileBrowserProvider, dnnWerk.FileBrowserContentProvider |
Override if you have another content provider in place |
ImagesPath |
/Images |
The folder that the image manager starts with when loading the dialog * |
FlashPath |
/Flash |
The folder that the flash manager starts with when loading the dialog * |
MediaPath |
/Media |
The folder that the media manager starts with when loading the dialog * |
DocumentsPath |
/Documents |
The folder that the document manager starts with when loading the dialog * |
TemplatePath |
/Templates |
The folder that the template manager starts with when loading the dialog * |
SilverlightPath |
/Silverlight |
The folder that the silverlight manager starts with when loading the dialog * |
FlashFilters |
*.swf,*.fla |
A comma separated list of possible extensions to be used in the flash manager |
ImagesFilters |
*.jpg,*.png,*.jpeg,*.bmp,*.gif |
A comma separated list of possible extensions to be used in the image manager |
MediaFilters |
*.avi,*.mpg,*.mpeg |
A comma separated list of possible extensions to be used in the media manager |
DocumentsFilters |
*.doc,*.pdf,*.docx |
A comma separated list of possible extensions to be used in the document manager |
TemplateFilters |
*.html,*.htm |
A comma separated list of possible extensions to be used in the template manager |
CssFile |
editor.css |
The css file to be used by the editor. This file must reside either in the skin directory or in the portal directory. The path set here is relative to its parent (e.g. SkinPath/editor.css) |
Skin |
Default |
Can be one of the skin names defined here: |
AutoResizeHeight |
true |
http://www.telerik.com/help/aspnet-ajax/autoresizeheightexpandingeditorheight.html |
NewLineBr |
true |
http://www.telerik.com/help/aspnet-ajax/usingthenewlinebrproperty.html |
Width |
680px |
the width of the control |
Height |
500px |
the height of the control |
ShowPortalLinks |
true |
If set to true a dropdownlist will appear in the toolbar that renders a tree of portal pages. When this feature is active, you can mark a textblock and select a page from that tree to cause the editor to link the text to a certain page. You must set the CustomLinks tool in your toolbar configuratioon in order to make this work! |
LinksUseTabNames |
false |
If set to true a link to a portal page is built like this: default.aspx?TabName=Home |
LinksUseRelativeUrls |
true |
If set to false, links are built absolute |
Language |
|
If set, this will override the language of the portal context. The current locale is used by default, so in most cases you should leave this empty |
ScriptToLoad |
If set this will load the javascript file specified here. This must be a relative path to the current skin directory.
|
|
OnClientPasteHtml |
Set a function name to be called when the editor fires that event (every time something is being pasted into the html code of the editors html editing area). The funtion can be placed in the js file defined in ScriptToLoad
|
* Make sure the specified folder exists and that the appropriated permissions are set. The path is relative to the portal root directory