mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
The post-render event makes possible to modify the MainFileInfoDetailsView element once it has been rendered, which is needed by OCA.SystemTags.FilesPlugin to add the "Tags" label to the file details, while the pre-render event makes possible to detach added elements if needed before the MainFileInfoDetailsView is rendered again, as that removes the events from the child DOM elements even if they belong to other views. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com> |
||
|---|---|---|
| .. | ||
| templates | ||
| admin.js | ||
| app.js | ||
| breadcrumb.js | ||
| detailfileinfoview.js | ||
| detailsview.js | ||
| detailtabview.js | ||
| favoritesfilelist.js | ||
| favoritesplugin.js | ||
| file-upload.js | ||
| fileactions.js | ||
| fileactionsmenu.js | ||
| fileinfomodel.js | ||
| filelist.js | ||
| files.js | ||
| filesummary.js | ||
| gotoplugin.js | ||
| jquery-visibility.js | ||
| jquery.fileupload.js | ||
| keyboardshortcuts.js | ||
| mainfileinfodetailview.js | ||
| merged-index.json | ||
| navigation.js | ||
| newfilemenu.js | ||
| recentfilelist.js | ||
| recentplugin.js | ||
| search.js | ||
| sidebarpreviewmanager.js | ||
| sidebarpreviewtext.js | ||
| tagsplugin.js | ||
| upload.js | ||