SWFButton
PHP Manual

SWFButton::setAction

(PHP 5 <= 5.3.0, PECL ming SVN)

SWFButton::setActionSets the action

Descrizione

void SWFButton::setAction ( SWFAction $action )
Avviso

Questa funzione è SPERIMENTALE. Ovvero, il comportamento di questa funzione, il nome di questa funzione, in definitiva tutto ciò che è documentato qui può cambiare nei futuri rilasci del PHP senza preavviso. Siete avvisati, l'uso di questa funzione è a vostro rischio.

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

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

Elenco dei parametri

action

An SWFAction, returned by SWFAction::__construct().

Valori restituiti

Nessun valore viene restituito.

Vedere anche:


SWFButton
PHP Manual