RadEditor for ASP.NET
Search RadEditor for ASP.NET
Contents
How to Find Information in this Help
RadEditor at a glance
RadEditor Structure
Getting Started
Setting Properties
Using The ConfigFile.xml
Licensing
Installation and deployment
DNN
Changes and Backward Compatibility
Standards Compliance
AJAX Support
Getting / Setting Content
Handling Content
Editor Views and Modes
Toolbars
Buttons
DropDowns
Dialogs
Context Menus
System Modules
Appearance
Localization
Spellchecker
Troubleshooting
Client-side API Reference
Getting a Reference to RadEditor
Getting a Reference to RadEditor's Document Object
Methods
AttachEventHandler
DetachEventHandler
Fire
CancelEdit
CreateRestorePoint
GetContentArea
GetHeight
GetWidth
GetHtml
GetMode
GetSelection
GetSelectionHtml
GetText
GetToolByName
SetHtml
PasteHtml
SetFocus
SetMode
SetSize
SetVisible
ShowDialog
Submit
Events
RadEditorSelection
Interoperability with Other Controls
Validating Content
API Reference
PID412 ; RID7 ; VID0
GetHeight
Send comments
on this topic.
Client-side API Reference > Methods > GetHeight
Glossary Item Box
Returns the width of the editor:
JavaScript
Copy Code
RadEditor.prototype.GetHeight
=
function() {
return
this
.Height;
}
;