Diff #4 - trunk/docs/classes/opus/ajax/searchtable/playsound.md Repo: apex/webapp Revision: 4 Filename: trunk/docs/classes/opus/ajax/searchtable/playsound.md Size: 580 bytes Updated By: apex Date Updated: January 20, 2025 at 08:20 DiffFull Code Diff Index: playsound.md --- playsound.md (nonexistent) +++ playsound.md (revision 4) @@ -0,0 +1,34 @@ + +# Ajax::playSound + +### Usage + +> void Ajax::playSound(string $wav_file) + +### Description + +> Play sound + +### Parameters + +Parameter | Required | Type | Description +------------- |------------- |------------- |------------- +wav_file | Yes | string | + +### Return +> void +### See Also + +* add() +* addDataRows() +* alert() +* append() +* clearList() +* clearTable() +* prepend() +* removeCheckedRows() +* setDisplay() +* setPagination() +* setText() + + Full Code Ajax::playSound Usage void Ajax::playSound(string $wav_file) Description Play sound Parameters Parameter Required Type Description wav_file Yes string Return void See Also add() addDataRows() alert() append() clearList() clearTable() prepend() removeCheckedRows() setDisplay() setPagination() setText()