
Backend/Func/ButtonStyle.pm - CSS for buttons
This function returns an HTML STYLE tag with CSS attributes to alter the style of input buttons. The default class for the button style is ``button''.
$ret .= $self->ButtonStyle([ $button_width [, $button_classname ]]);
Example
$ret .= $self->ButtonStyle();
|