[Typo3-dev] Context Menu select hide

tapio tapio.markula at dnainternet.net
Thu May 19 15:54:16 CEST 2005


Ingo Renner wrote:
> Am Thu, 12 May 2005 19:22:11 +0530 schrieb Vikram Mandal:
> 
> Hi,
> 
> 
>>Can someone tell me the purpose of the function. And how could I 
>>override it my module code?
> 
> 
> that's a function to work around a bug in IE. The context menu is a div
> layer but when a div should apear above a selectbox the selectbox will
> always be in front of it. So this function simply hides the selectboxes...
> 
> 
> Ingo
> 
I would like to use that function in frontend

   Vikram Mandal <vmandal at srijan.co.in> wrote on 19.5.2005 16:04:17:
 >
 >Hi,
 >You can use it in the Backend only and not in the frontend.
 >Hope it helps.
 >- Vikram

The problem is where to get the 'action' parameter and what does it do

showHideSelectorBoxes(action)

By using linkWrap that function could be used also in the frontend.

NO.linkWrap = <span
onmouseover="showHideSelectorBoxes('hide');">|&nbsp&nbsp;</span>

it should work, if the parameter is correc and it has been used correctly.

But that didn't work neither if i put without 'showHideSelectorBoxes(hide);

the function is in the file jsfunc.layermenu.js

I don't understand what wrong in the function call




More information about the TYPO3-dev mailing list