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