[TYPO3-dev] Anybody here good in JS, Prototype and so on? (Date2Cal)

Steffen Ritter info at rs-websystems.de
Mon Feb 11 10:48:25 CET 2008


Hello,
i have to update my posting before...
NLP with tomorrow and so on works fine as I told, but even with the 
information about zIndex Calendar is not visible.
Probably the trigger is not registered correctly... I gonna report my 
results.



Benjamin Mack schrieb:
> Hey steffen,
> 
> I wanted to use date2cal two days ago as well and it did not work in 
> 4.2. So I dug into the ext and found out two things:
> - the NLP does not work at all, so it has to be disabled otherwise 
> you'll get a Setup error.
> - to make the calendar "visible" again, search for the line "position: 
> absolute" in the ext source code. Should be on line 744 in calendar.js
> Then, add the following line:
> 
>         div.style.zIndex = "200";
> 
> and it should work again.
> 
> I know this does not answer your question but hopefully helps a couple 
> of people :)
> 




More information about the TYPO3-dev mailing list