]> source.dussan.org Git - nextcloud-server.git/commit
Make possible to know the registered detail views in a details view
authorDaniel Calviño Sánchez <danxuliu@gmail.com>
Fri, 9 Jun 2017 01:14:23 +0000 (03:14 +0200)
committerDaniel Calviño Sánchez <danxuliu@gmail.com>
Tue, 13 Jun 2017 14:41:20 +0000 (16:41 +0200)
commit706106408c70a3ce9dd4b6569f71d05aa4f588cb
tree6c17fdf41f364f8dbb0d881b58180fe6e44b1836
parentbd626a9faa68ddc2918062d15852b66b720386b4
Make possible to know the registered detail views in a details view

In some cases, an app may need to act on a detail view registered by
another app or the core, for example, to add extra elements to the
element of the detail view.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
apps/files/js/detailsview.js
apps/files/js/filelist.js
apps/files/tests/js/detailsviewSpec.js
apps/files/tests/js/filelistSpec.js