Recent Changes - Search:

Administrators

Developers

Articles

Cookbook

edit

setBgColor method

Developers.QuiXsetBgColor History

Hide minor edits - Show changes to output

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:
||!Parameters||''color'' : Required. String indicating the color to set. [[<<]] ''w'' : Required. The widget to modify ||
to:
||!Parameters||''color'' : 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

||cellspacing=1 cellpadding=4 border=1 bgcolor=#ededed
||!Syntax||[@
widget.setBgColor(color, w);
@]||
||!Parameters||''color'' : 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