mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-24 20:01:36 +02:00
Update documentation to mention filtering too
This commit is contained in:
parent
c32ab85757
commit
d6fcba4dc9
@ -259,9 +259,11 @@ abstract class egw_framework
|
|||||||
* @param string $app application name
|
* @param string $app application name
|
||||||
* @param string|int $id=null id of entry to refresh
|
* @param string|int $id=null id of entry to refresh
|
||||||
* @param string $type=null either 'update', 'edit', 'delete', 'add' or null
|
* @param string $type=null either 'update', 'edit', 'delete', 'add' or null
|
||||||
* - update: request just modified data from given rows. Sorting is not considered,
|
* - update: request just modified data from given rows.
|
||||||
* so if the sort field is changed, the row will not be moved.
|
* Sorting and filtering are not considered, so if the sort field is changed,
|
||||||
* - edit: rows changed, but sorting may be affected. Requires full reload.
|
* the row will not be moved. If the current filtering could include or exclude
|
||||||
|
* the record, use edit.
|
||||||
|
* - edit: rows changed, but sorting or filtering may be affected. Requires full reload.
|
||||||
* - delete: just delete the given rows clientside (no server interaction neccessary)
|
* - delete: just delete the given rows clientside (no server interaction neccessary)
|
||||||
* - add: requires full reload for proper sorting
|
* - add: requires full reload for proper sorting
|
||||||
* - null: full reload
|
* - null: full reload
|
||||||
|
Loading…
x
Reference in New Issue
Block a user