Skip to content
Snippets Groups Projects
Commit 4d52faea authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Doxygen

parent e6d27e07
Branches
Tags
No related merge requests found
...@@ -99,8 +99,8 @@ class modMyModule extends DolibarrModules ...@@ -99,8 +99,8 @@ class modMyModule extends DolibarrModules
$this->const = array(); $this->const = array();
// Array to add new pages in new tabs // Array to add new pages in new tabs
// Example: $this->tabs = array('objecttype:+tabname1:Title1:@mymodule:$user->rights->mymodule->read:/mymodule/mynewtab1.php?id=__ID__', // To add a new tab identified by code tabname1 // Example: $this->tabs = array('objecttype:+tabname1:Title1:langfile@mymodule:$user->rights->mymodule->read:/mymodule/mynewtab1.php?id=__ID__', // To add a new tab identified by code tabname1
// 'objecttype:+tabname2:Title2:@mymodule:$user->rights->othermodule->read:/mymodule/mynewtab2.php?id=__ID__', // To add another new tab identified by code tabname2 // 'objecttype:+tabname2:Title2:langfile@mymodule:$user->rights->othermodule->read:/mymodule/mynewtab2.php?id=__ID__', // To add another new tab identified by code tabname2
// 'objecttype:-tabname'); // To remove an existing tab identified by code tabname // 'objecttype:-tabname'); // To remove an existing tab identified by code tabname
// where objecttype can be // where objecttype can be
// 'thirdparty' to add a tab in third party view // 'thirdparty' to add a tab in third party view
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment