PHP Velho Oeste 2024

SWFButton::setAction

(PHP 5 < 5.3.0, PECL ming SVN)

SWFButton::setActionSets the action

Descrição

SWFButton::setAction ( SWFAction $action ) : void
Aviso

Esta função é EXPERIMENTAL. O comportamento, seu nome e documentação podem mudar sem aviso em futuras versões do PHP. Utilize 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.

Veja Também

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top