mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 00:43:20 +01:00
documentation on wanted functionality for allowed method fetch on egw_link::get_registry possibly provided by search_link
This commit is contained in:
parent
3568de95dd
commit
bc88a51abe
@ -82,6 +82,8 @@
|
|||||||
* ),
|
* ),
|
||||||
* // further mime types supported ...
|
* // further mime types supported ...
|
||||||
* ),
|
* ),
|
||||||
|
* 'fetch' => 'app.class.method', // method to return entry data for a given id. the method called should support id, and expected mime-type
|
||||||
|
* // basically you should return something like array(id, title, mimetype, body, linked-files)
|
||||||
* 'additional' => array( // allow one app to register sub-types,
|
* 'additional' => array( // allow one app to register sub-types,
|
||||||
* 'app-sub' => array( // different from 'types' approach above
|
* 'app-sub' => array( // different from 'types' approach above
|
||||||
* // every value defined above
|
* // every value defined above
|
||||||
|
Loading…
Reference in New Issue
Block a user