Recent Changes - Search:

Administrators

Developers

Articles

Cookbook

edit

setPadding method

The setPadding method sets the widget's padding CSS attribute. It accepts an array of integers as an argument which modify the left, right, top, bottom attributes respectively.

Syntax

Syntax
widget.setPadding(arrPadding);
ParametersarrPadding : Required. Array of integers.
Returns-
Page last modified on October 02, 2007, at 08:04 AM