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