Recent Changes - Search:

Administrators

Developers

Articles

Cookbook

edit

setBgColor method

Developers.QuiXsetBgColor History

Hide minor edits - Show changes to markup

October 02, 2007, at 07:42 AM by Thomas Bellos -
Changed line 9 from:

widget.setBgColor(color, w);

to:

widget.setBgColor(color);

Changed line 11 from:
Parameterscolor : Required. String indicating the color to set.
w : Required. The widget to modify
to:
Parameterscolor : Required. String indicating the color to set.
October 02, 2007, at 07:42 AM by Thomas Bellos -
Added lines 1-12:

(:title setBgColor method:)

The setBgColor method sets the background color of the widget to the specified one.

Syntax

Syntax
widget.setBgColor(color, w);
Parameterscolor : Required. String indicating the color to set.
w : Required. The widget to modify
Returns-
Page last modified on October 02, 2007, at 07:42 AM