[scriptable, uuid(1480e196-0d5c-40cf-8563-ed8a33eabcf2)]
Constants
Attributes
Get and set newline handling. Values are the constants defined above.
The length of the contents in characters. XXX change this type to 'unsigned long'
Methods
EditorKeyPress consumes a keyevent. @param aKeyEvent key event to consume
Insert a line break into the content model. The interpretation of a break is up to the implementation: it may enter a character, split a node in the tree, etc. This may be more efficient than calling InsertText with a newline.
Inserts a string at the current location, given by the selection. If the selection is not collapsed, the selection is deleted and the insertion takes place at the resulting collapsed selection. @param aString the string to be inserted
Compare to:
