setup.txt

来自「Typo3, 开源里边最强大的」· 文本 代码 · 共 23 行

TXT
23
字号
#******************************************************# Including library for processing of custom tag "clickenlarge"#******************************************************includeLibs.tx_rtehtmlarea_pi3 = EXT:rtehtmlarea/pi3/class.tx_rtehtmlarea_pi3.phplib.parseFunc_RTE {	tags.img = TEXT	tags.img {		current = 1		postUserFunc = tx_rtehtmlarea_pi3->render_clickenlarge		postUserFunc.imageLinkWrap < tt_content.image.20.1.imageLinkWrap		postUserFunc.imageLinkWrap {			JSwindow.altUrl >			enable >			enable = 1			typolink >		}	}	nonTypoTagStdWrap.HTMLparser.tags.img.fixAttrib {		clickenlarge.unset = 1		clickenlargesrc.unset = 1	}}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?