Glossary Item Box

PowerWEB TextBox for ASP.NET

pwFormatFontHighlight Method

Changes the background of the selected text to the supplied color.

[JavaScript]
pwFormatFontHighlight(pwColor)

Parameters

pwColor
Required. An string representing the color to change the background to.

Remarks

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.

Example

[JavaScript] The following example demonstrates using the pwFormatFontHighlight method to change the background color.

<script language="javascript">
<input type='button' value='Click here to change the background color to blue' onclick='pwFormatFontHighlight("blue")'>
</script>

	

In This Section

Assembly Overview
Contains classes that support and enable creation of HTML-editing capable web applications.
Client-Side API
Describes client-side JavaScript functions that are used by PowerWEB TextBox for ASP.NET.

 

 


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.