Solstice::Button::Transition - The standard button type, used to transition between two states.


Solstice documentation  | view source Contained in the Solstice distribution.

Index


NAME

Top

Solstice::Button::Transition - The standard button type, used to transition between two states.

SYNOPSIS

Top

  use Solstice::Button:Transition;

  See L<Solstice::Button|Solstice::Button> for usage.

DESCRIPTION

Top

ee Solstice::Button for description.

Superclass

Solstice::Button

Export

No symbols exported.

Methods

getButton()

Return a string containing html for an input type=submit button.

getNoSubmitButton()

Return a string containing html for an input type=button; that is, a button that cannot submit a form.

Returns HTML for a text link.

Returns HTML for an image link.

Return HTML for a combination image/text link.

getPseudoButton()
getDropDown()

Private Methods

_getAccessorDefinition()

Modules Used

Solstice::Button, StringLibrary (StringLibrary).

AUTHOR

Top

Catalyst Group, <catalyst@u.washington.edu>

VERSION

Top

$Revision: 3002 $

COPYRIGHT

Top


Solstice documentation  | view source Contained in the Solstice distribution.