forked from extern/egroupware
get Eclipse to display outline
This commit is contained in:
parent
fadca5bb6b
commit
cf25e7bae0
@ -17,6 +17,9 @@
|
|||||||
egw_links;
|
egw_links;
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @augments Class
|
||||||
|
*/
|
||||||
egw.extend('open', egw.MODULE_WND_LOCAL, function(_egw, _wnd) {
|
egw.extend('open', egw.MODULE_WND_LOCAL, function(_egw, _wnd) {
|
||||||
return {
|
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 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 object|string extra extra url parameters to append as object or string
|
||||||
* @param string target target of window to open
|
* @param string target target of window to open
|
||||||
|
* @memberOf egw
|
||||||
*/
|
*/
|
||||||
open: function(id_data, app, type, extra, target)
|
open: function(id_data, app, type, extra, target)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user