Forum und email

SWFButton->setAction()

(PHP 4 >= 4.0.5)

SWFButton->setAction() — Sets the action

Descrição

SWFButton
void setAction ( SWFAction $action )
Aviso

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().

Valor Retornado

Não há valor retornado.