[TYPO3] Edit panel object inside a menu

tapio tapio.markula at dnainternet.net
Fri Jan 20 14:19:47 CET 2006


Peter Klein wrote:
> Hi tapio, if you want to use the stdWrap propert inside the TMENU, you need 
> to convert it to a COA.
> Something like this:
> 
> stdWrap.cObject = COA
> stdWrap.cObject {
>   10 = TEXT
>   10.field = title
>   20 < temp.newpage
> }
> 
> As TMENU objects uses a "hidden" stdWrap property to generate the linktext


Thank's - in fact this anwer explains the reason, why

stdWrap.cObject < temp.newpage

replaced the linktext - it simple redefined the same object.

BTW 1. Could you answer to the question, which relates



options.contextMenu   {
   pageTree.disableItems ...
   }

TSRef explains default options, BUT menus can have more items
like 'versioning' and from plugins.

I tried


options.contextMenu   {
   pageTree.disableItems = version
   pageList.disableItems =  version
   folderTree.disableItems =  version
   folderList.disableItems =  version
   }

which didn't have any effect. Could you answer in the topic
[TYPO3] Desabling delete button in backend for a user group

how to find and define the rest options, which are not mentioned in
http://typo3.org/documentation/document-library/doc_core_tsconfig/gt_OPTIONS/

BTW 2. 'tm_contentaccess' give possibility to disable buttons from 
extended view of the list module.




More information about the TYPO3-english mailing list