Recent Changes - Search:

Administrators

Developers

Articles

Cookbook

edit

addPaddingOffset method

Developers.QuiXaddPaddingOffset History

Hide minor edits - Show changes to markup

October 01, 2007, at 12:13 PM by Thomas Bellos -
Changed line 9 from:

widget.addPaddingOffset(w,v);

to:

widget.addPaddingOffset(where, ioffSet);

Changed line 11 from:
Parametersw : Required. String indicating the property to modify. Possible values (Left, Right, Bottom, Top) \\ fwefwe
to:
Parameterswhere : Required. String indicating the property to modify. Possible values (Left, Right, Bottom, Top)
ioffSet : Required. Integer indicating the value to be set
October 01, 2007, at 12:06 PM by Thomas Bellos -
Changed line 11 from:
Parametersw : Required. String indicating the property to modify. Possible values (Left, Right, Bottom, Top)
to:
Parametersw : Required. String indicating the property to modify. Possible values (Left, Right, Bottom, Top) \\ fwefwe
October 01, 2007, at 12:03 PM by Thomas Bellos -
Changed lines 11-12 from:
Parametersw : Required. String indicating the property to modify. Possible values (Left, Right, Bottom, Top)

v : Required||

to:
Parametersw : Required. String indicating the property to modify. Possible values (Left, Right, Bottom, Top)
October 01, 2007, at 12:02 PM by Thomas Bellos -
Changed lines 11-12 from:
Parametersw : Required. String indicating the property to modify. Possible values (Left, Right, Bottom, Top)
to:
Parametersw : Required. String indicating the property to modify. Possible values (Left, Right, Bottom, Top)

v : Required||

October 01, 2007, at 12:01 PM by Thomas Bellos -
Added lines 1-12:

(:title addPaddingOffset method:)

The addPaddingOffset controls the padding of the widget.

Syntax

Syntax
widget.addPaddingOffset(w,v);
Parametersw : Required. String indicating the property to modify. Possible values (Left, Right, Bottom, Top)
Returns-
Page last modified on October 01, 2007, at 12:13 PM