mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
get Eclipse to display outline
This commit is contained in:
parent
fadca5bb6b
commit
cf25e7bae0
@ -17,6 +17,9 @@
|
||||
egw_links;
|
||||
*/
|
||||
|
||||
/**
|
||||
* @augments Class
|
||||
*/
|
||||
egw.extend('open', egw.MODULE_WND_LOCAL, function(_egw, _wnd) {
|
||||
return {
|
||||
/**
|
||||
@ -34,6 +37,7 @@ egw.extend('open', egw.MODULE_WND_LOCAL, function(_egw, _wnd) {
|
||||
* @param string type default "edit", possible "view", "view_list", "edit" (falls back to "view") and "add"
|
||||
* @param object|string extra extra url parameters to append as object or string
|
||||
* @param string target target of window to open
|
||||
* @memberOf egw
|
||||
*/
|
||||
open: function(id_data, app, type, extra, target)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user