[Typo3-dev] Clickmenu and content frame
Steffen Mueller
steffen at davis.kommwiss.fu-berlin.de
Tue Apr 27 19:13:33 CEST 2004
Hi typos.
We have been posting this to the t3.english list some days ago, but with
no answer yet. As we got stuck in development of a extension, I decided
to repost in here...
We are writing a backend extension for htaccess-manipulation, and thanks
to the kickstarter we have:
1. sucessfully added an entry to the clickmenu
2. made this entry appear only on directory-objects (in filelist module)
3. managed to pass the filepath to the extension
Then we created a class to configure a htaccess file, added some forms
and successfully integrated all of it into our extension.
Now here's our problem: The link in the clickmenu opens the extension
form in a frame right beside the module-menu (we have: BE is two frames)
and not as expected only in the actual content frame (we want: BE is
three frames).
In other words: I would like the extension to appear only in the far
right frame, like the rename,new,upload functions do, leaving the
directory tree in the middle.
the important line is probably in
class.tx_uxauthfolder_cm1.php
where the menu entry is rendered (created by the kickstarter), and it
seems like this function is responsible for creating the link:
$backRef->urlRefForCM($url),
Where can I set the target for the link? Do I have to replace this
function and render the link myself?
Thanks in advance for any suggestion.
--
cheers,
Steffen
----------------------------------------------------------
"Education is man's going forward from cocksure ignorance
to thoughtful uncertainty." (Don Clarks' Scrapbook)
----------------------------------------------------------
More information about the TYPO3-dev
mailing list