SWFButton->setAction()

(no version information, might be only in CVS)

SWFButton->setAction() -- Sets the action

Descrição

class SWFButton {

void setAction ( SWFAction action )

}

Atenção

Esta função é EXPERIMENTAL. Isso quer dizer que o comportamento desta função e seu nome, incluindo TUDO o que está documentado aqui pode mudar em futuras versões do PHP, SEM QUALQUER NOTIFICAÇÃO. Esteja avisado, e use esta função por sua própria conta e risco.

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

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

Parâmetros

action

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

Valores de retornado

Não há valor retornado.

Veja também

SWFButton->addAction()
SWFAction