Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

The AUI provides buttons as well. They are ideal to be used for more prominent links on your page.

The buttons are available in several variations:

SampleButton StyleButton SizeIconComment


Span
classaui-button

My Button


NormalNormal


Span
classaui-button aui-button-compact

My Button


NormalCompact


Span
classaui-button aui-button-primary

My Button


PrimaryNormal


Span
classaui-button aui-button-primary aui-button-compact

My Button


PrimaryCompact


Span
classaui-button aui-button-subtle

My Button


SubtleNormal
The button shape show on mouse-over


Span
classaui-button aui-button-subtle aui-button-compact

My Button


SubtleCompact
The button shape show on mouse-over


PrimaryNormallikeAny of the above can be combined with one of the AUI icons



Adding the Macro

Edit your page.

Select "+" => Other macros

Type in "aui" in the Search box

Select the "AUI Button" macro


Macro Options

Dialog ID

Enter an ID here that is unique on your page.

Button

Title

Enter the title of the button here that will open the dialog.

Button

Primary

With this option enabled, the button will be displayed in the primay color (usually blue).

Dialog TItle

Enter the title of the dialog here.

Dialog Footer

Enter a text here that will be shown in small text in the left footer area of the dialog.

Dialog Size

Select the dialog size here:

  • small
  • medium
  • large
  • xlarge

Warning Dialog

With this option enabled, the dialog will be displayed woth e red header.

Body

Use the body of this macro to enter the content of the dialog.

Image Removed

Style

Select the style of the button.

Button Size

Select the size of the button here.

Enter the full URL here that the button shall link to.

Link Relation

Select the link relation here or leave empty if not sure.

Link Target

Select the link target here or leave empty if not sure.

Button Icon

Check this switch if you want to use an icon in the button.

Icon

Select the icon. This only has an effect if "Button Icon" is checked.

Check the AUI Icon page for a list of available icons.



Style
div#main-content.wiki-content {
   font-size: 1.2em !important;
   font-family: Segoe UI, sans-serif !important;
}
.wiki-content .contentLayout2 .columnLayout .cell
{
  padding-left: 0px;
  padding-right: 0px;
}