swf_startbutton
(PHP 4)
swf_startbutton — Start the definition of a button
Descrizione
void swf_startbutton
( int
$objid
, int $type
)Starts the definition of a button.
Elenco dei parametri
-
objid -
The object id.
-
type -
Can either be
TYPE_MENUBUTTONorTYPE_PUSHBUTTON. TheTYPE_MENUBUTTONconstant allows the focus to travel from the button when the mouse is down,TYPE_PUSHBUTTONdoes not allow the focus to travel when the mouse is down.
Valori restituiti
Nessun valore viene restituito.
There are no user contributed notes for this page.
