|
Property |
Method |
Event |
|
|
InsertValueInserts specified HTML contents into the current document. SyntaxHRESULT InsertValue( Parametersposition [in] Enter the position to insert the contents.
newVal [in] Contents to insert. bMergeBoundingPara [in] Specify whether to break or merge paragraphs. This value is not specified except for the compatible mode for Web Editor Control 2.1.
Return Values0 (always) RemarksSplits the paragraph at the position of the cursor, then inserts the value. Only a paragraph can be inserted. If bMergeBoundingPara Value is TRUE, then the value is inserted without splitting the paragraph. Sample CodesJScript var objNamo;
VBScript dim object See AlsoValue, HeadValue, BodyValue, TextValue, MIMEValue, SelectedValue, SelectedTextValue, SetCaretPos, GetCaretPos |