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