InputfieldSubmit::setSmall()

Make this button small?

By default, buttons are regular size. This makes them small. Supported only for non-dropdown, non-header buttons.

Usage

// basic usage
$inputfieldSubmit->setSmall();

// usage with all arguments
$inputfieldSubmit->setSmall(bool $small = true);

Arguments

NameType(s)Description
$small (optional)bool

Default=true

Return value

$this

Object instance it was called from (method supports fluent interface).


InputfieldSubmit methods and properties

API reference based on ProcessWire core version 3.0.251