bottomPadding

sets the bottom offset of the control input

number bottomPadding;

Example

{ view:"text", type:"password", label:"Password", bottomPadding: 35, 
    bottomLabel: "* The password must have at least 6 characters"}

Related samples

Details

The property is used for setting space for a bottomLabel or an invalidMessage. The default value of the bottomPadding in conjunction with these properties is 18.

See also
Back to top