Glossary Item Box
Executes a command identifier on the current IFRAME.
[JavaScript] pwFormat(pwCommand, pwModifier, pwRestoreRange)
This method operates on the current HtmlBox (the HtmlBox that currently has focus). See the MSDN DHTML execCommand method for more information on command identifiers.
[JavaScript] The following example demonstrates using the pwFormat method to apply bold formatting.
<script language="javascript">
pwFormat('bold', '', false);
</script>
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.