TYPO3
7.6
Users
bogdan
Projects
Kapeli
Resources
Dash
Docsets
TYPO3
src
typo3
sysext
opendocs
Configuration
Backend
opendocs/Configuration/Backend/AjaxRoutes.php
Go to the documentation of this file.
1
<?php
2
6
return
[
7
// Render the opendocs toolbar item
8
'opendocs_menu'
=> [
9
'path'
=>
'/opendocs/menu'
,
10
'target'
=> \TYPO3\CMS\Opendocs\Backend\ToolbarItems\OpendocsToolbarItem::class .
'::renderMenu'
11
],
12
13
// Close a document
14
'opendocs_closedoc'
=> [
15
'path'
=>
'/opendocs/close'
,
16
'target'
=> \TYPO3\CMS\Opendocs\Backend\ToolbarItems\OpendocsToolbarItem::class .
'::closeDocument'
17
],
18
];
Generated on Wed Nov 11 2015 01:51:50 for TYPO3 by
1.8.3