Glossary Item Box
Applies style information to an HTML element.
[JavaScript] pwChangeStyle(pwObj, pwBackgroundColor, pwBorderColor, pwBorderStyle, pwCursor)
This method is used by PowerWEB TextBox for .NET for the button mouseover effects.
[JavaScript] The following example demonstrates using the pwChangeStyle method to change the visual appearance of an HTML elements.
<DIV id='div1' style='border-color:#434343;border-style:solid'>DIV #1</DIV> <script language="javascript"> pwChangeStyle(div1, 'red', 'blue', 'solid', 'default'); </script>
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.