Click or drag to resize

PFLinkButtonSettings Properties

The PFLinkButtonSettings type exposes the following members.

Properties
  NameDescription
Public propertyAmbience
The color theme (aka "ambience") of this widget. E.g. "darkBlue", "danger", "accent"
Public propertyIcon
The font-awesome icon name (e.g. "user-circle-o")
Public propertyIconPosition
The icon position.
Public propertyIconSize
The icon size in pixels.
Public propertyOpenInNewTab
Defines whether this button should open the given url in a new tab.
Public propertyShadow
If set to true, displays a shadow underneath the button (3D look)
Public propertyText
The text of the button.
Public propertyTextAlign
The text horizontal alignment.
Public propertyTextSize
The text size in pixels.
Public propertyUrl
The url this buttons navigates to when clicked.
Public propertyVerticalAlign
The text vertical alignment.
Top
See Also