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