Forum und email

SWFButton->setAction()

(PHP 4 >= 4.0.5)

SWFButton->setAction() — Sets the action

Beskrivelse

SWFButton
void setAction ( SWFAction $action )
Warning

Denne funktion er EKSPERIMENTABEL. Virkemåden af denne funktion, navnet på funktionen, og andet ellers dokumenteret om denne funktion, ændres muligvis uden advarsel i en fremtidig version af PHP. Brug af denne funktion er på ejet ansvar.

Sets the action to be performed when the button is clicked.

This is a shortcut for SWFButton->addAction() called with the SWFBUTTON_MOUSEUP flag.

Parameterliste

action

An SWFAction, returned by SWFAction->__construct().

Returneringsværdier

Ingen værdi er returneret.