Glossary Item Box
Inserts the supplied text into the current HtmlBox.
[JavaScript] pwInsertText(pwText, pwDoStripTags, pwRestoreRange)
This method operates on the current HtmlBox (the HtmlBox that currently has focus).
[JavaScript] The following example demonstrates using the pwInsertText method to insert text into the current HtmlBox.
<script language="javascript">
pwInsertText("Hello world", false, false);
</script>
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.