[TYPO3] disabling JavaScript in TMENU items

Matthew Manderson matthew at manderson.co.uk
Thu Mar 2 21:39:52 CET 2006


> I'm not trying to disable javascript sitewide just in some
> implementations of tmenu.

Try these:

# Javascript
config.removeDefaultJS = external
config.removeDefaultJS = 1
tt_content.menu.20.1.1.noBlur = 1
tt_content.menu.20.2.1.noBlur = 1
tt_content.menu.20.default.1.noBlur = 1
tt_content.menu.20.4.1.noBlur = 1
tt_content.menu.20.5.1.noBlur = 1
tt_content.menu.20.6.1.noBlur = 1
tt_content.menu.20.7.1.noBlur = 1
#NO
tt_content.menu.20.1.1.NO.noBlur = 1
tt_content.menu.20.2.1.NO.noBlur = 1
tt_content.menu.20.default.1.NO.noBlur = 1
tt_content.menu.20.4.1.NO.noBlur = 1
tt_content.menu.20.5.1.NO.noBlur = 1
tt_content.menu.20.6.1.NO.noBlur = 1
tt_content.menu.20.7.1.NO.noBlur = 1





More information about the TYPO3-english mailing list