SWFButton
PHP Manual

SWFButton::setAction

(PHP 4 >= 4.0.5)

SWFButton::setActionSets the action

Açıklama

void SWFButton::setAction ( SWFAction $action )
Uyarı

Bu işlev DENEYSELDİR. Bu işlevin davranışı, ismi ve belgeleri PHP'nin sonraki sürümlerinde hiçbir duyuru yapılmaksızın değiştirilebilir. Bu riski göze alamayacaksanız bu işlevi kullanmayın.

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

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

Değiştirgeler

action

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

Dönen Değerler

Hiçbir değer dönmez.

Ayrıca Bakınız


SWFButton
PHP Manual