⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tbl_tt_content.php

📁 Typo3, 开源里边最强大的
💻 PHP
📖 第 1 页 / 共 3 页
字号:
			'label' => 'LLL:EXT:cms/locallang_ttc.php:text_color',			'config' => Array (				'type' => 'select',				'items' => Array (					Array('LLL:EXT:lang/locallang_general.php:LGL.default_value', '0'),					Array('LLL:EXT:cms/locallang_ttc.php:text_color.I.1', '1'),					Array('LLL:EXT:cms/locallang_ttc.php:text_color.I.2', '2'),					Array('LLL:EXT:cms/locallang_ttc.php:text_color.I.3', '200'),					Array('-----','--div--'),					Array('LLL:EXT:cms/locallang_ttc.php:text_color.I.5', '240'),					Array('LLL:EXT:cms/locallang_ttc.php:text_color.I.6', '241'),					Array('LLL:EXT:cms/locallang_ttc.php:text_color.I.7', '242'),					Array('LLL:EXT:cms/locallang_ttc.php:text_color.I.8', '243'),					Array('LLL:EXT:cms/locallang_ttc.php:text_color.I.9', '244'),					Array('LLL:EXT:cms/locallang_ttc.php:text_color.I.10', '245'),					Array('LLL:EXT:cms/locallang_ttc.php:text_color.I.11', '246'),					Array('LLL:EXT:cms/locallang_ttc.php:text_color.I.12', '247'),					Array('LLL:EXT:cms/locallang_ttc.php:text_color.I.13', '248'),					Array('LLL:EXT:cms/locallang_ttc.php:text_color.I.14', '249'),					Array('LLL:EXT:cms/locallang_ttc.php:text_color.I.15', '250')				),				'default' => '0'			)		),		'text_properties' => Array (			'exclude' => 1,			'label' => 'LLL:EXT:cms/locallang_ttc.php:text_properties',			'config' => Array (				'type' => 'check',				'items' => Array (					Array('LLL:EXT:cms/locallang_ttc.php:text_properties.I.0', ''),					Array('LLL:EXT:cms/locallang_ttc.php:text_properties.I.1', ''),					Array('LLL:EXT:cms/locallang_ttc.php:text_properties.I.2', ''),					Array('LLL:EXT:cms/locallang_ttc.php:text_properties.I.3', '')				),				'cols' => 4			)		),		'image' => Array (#			'l10n_mode' => 'mergeIfNotBlank',			'label' => 'LLL:EXT:lang/locallang_general.php:LGL.images',			'config' => Array (				'type' => 'group',				'internal_type' => 'file',				'allowed' => $GLOBALS['TYPO3_CONF_VARS']['GFX']['imagefile_ext'],				'max_size' => $GLOBALS['TYPO3_CONF_VARS']['BE']['maxFileSize'],				'uploadfolder' => 'uploads/pics',				'show_thumbs' => '1',				'size' => '3',				'maxitems' => '200',				'minitems' => '0',				'autoSizeMax' => 40,			)		),		'imagewidth' => Array (			'exclude' => 1,			'label' => 'LLL:EXT:cms/locallang_ttc.php:imagewidth',			'config' => Array (				'type' => 'input',				'size' => '4',				'max' => '4',				'eval' => 'int',				'checkbox' => '0',				'range' => Array (					'upper' => '999',					'lower' => '25'				),				'default' => 0			)		),		'imageheight' => Array (			'exclude' => 1,			'label' => 'LLL:EXT:cms/locallang_ttc.php:imageheight',			'config' => Array (				'type' => 'input',				'size' => '4',				'max' => '4',				'eval' => 'int',				'checkbox' => '0',				'range' => Array (					'upper' => '700',					'lower' => '25'				),				'default' => 0			)		),		'imageorient' => Array (			'label' => 'LLL:EXT:cms/locallang_ttc.php:imageorient',			'config' => Array (				'type' => 'select',				'items' => Array (					Array('LLL:EXT:cms/locallang_ttc.php:imageorient.I.0', 0, 'selicons/above_center.gif'),					Array('LLL:EXT:cms/locallang_ttc.php:imageorient.I.1', 1, 'selicons/above_right.gif'),					Array('LLL:EXT:cms/locallang_ttc.php:imageorient.I.2', 2, 'selicons/above_left.gif'),					Array('LLL:EXT:cms/locallang_ttc.php:imageorient.I.3', 8, 'selicons/below_center.gif'),					Array('LLL:EXT:cms/locallang_ttc.php:imageorient.I.4', 9, 'selicons/below_right.gif'),					Array('LLL:EXT:cms/locallang_ttc.php:imageorient.I.5', 10, 'selicons/below_left.gif'),					Array('LLL:EXT:cms/locallang_ttc.php:imageorient.I.6', 17, 'selicons/intext_right.gif'),					Array('LLL:EXT:cms/locallang_ttc.php:imageorient.I.7', 18, 'selicons/intext_left.gif'),					Array('LLL:EXT:cms/locallang_ttc.php:imageorient.I.8', '--div--'),					Array('LLL:EXT:cms/locallang_ttc.php:imageorient.I.9', 25, 'selicons/intext_right_nowrap.gif'),					Array('LLL:EXT:cms/locallang_ttc.php:imageorient.I.10', 26, 'selicons/intext_left_nowrap.gif')				),				'selicon_cols' => 6,				'default' => '8',				'iconsInOptionTags' => 1,			)		),		'imageborder' => Array (			'exclude' => 1,			'label' => 'LLL:EXT:cms/locallang_ttc.php:imageborder',			'config' => Array (				'type' => 'check'			)		),		'image_noRows' => Array (			'exclude' => 1,			'label' => 'LLL:EXT:cms/locallang_ttc.php:image_noRows',			'config' => Array (				'type' => 'check'			)		),		'image_link' => Array (			'exclude' => 1,			'label' => 'LLL:EXT:cms/locallang_ttc.php:image_link',			'config' => Array (				'type' => 'input',				'size' => '15',				'max' => '256',				'checkbox' => '',				'eval' => 'trim',				'wizards' => Array(					'_PADDING' => 2,					'link' => Array(						'type' => 'popup',						'title' => 'Link',						'icon' => 'link_popup.gif',						'script' => 'browse_links.php?mode=wizard',						'JSopenParams' => 'height=300,width=500,status=0,menubar=0,scrollbars=1'					)				),				'softref' => 'typolink[linkList]'			)		),		'image_zoom' => Array (			'exclude' => 1,			'label' => 'LLL:EXT:cms/locallang_ttc.php:image_zoom',			'config' => Array (				'type' => 'check'			)		),		'image_effects' => Array (			'exclude' => 1,			'label' => 'LLL:EXT:cms/locallang_ttc.php:image_effects',			'config' => Array (				'type' => 'select',				'items' => Array (					Array('LLL:EXT:cms/locallang_ttc.php:image_effects.I.0', 0),					Array('LLL:EXT:cms/locallang_ttc.php:image_effects.I.1', 1),					Array('LLL:EXT:cms/locallang_ttc.php:image_effects.I.2', 2),					Array('LLL:EXT:cms/locallang_ttc.php:image_effects.I.3', 3),					Array('LLL:EXT:cms/locallang_ttc.php:image_effects.I.4', 10),					Array('LLL:EXT:cms/locallang_ttc.php:image_effects.I.5', 11),					Array('LLL:EXT:cms/locallang_ttc.php:image_effects.I.6', 20),					Array('LLL:EXT:cms/locallang_ttc.php:image_effects.I.7', 23),					Array('LLL:EXT:cms/locallang_ttc.php:image_effects.I.8', 25),					Array('LLL:EXT:cms/locallang_ttc.php:image_effects.I.9', 26)				)			)		),		'image_frames' => Array (			'exclude' => 1,			'label' => 'LLL:EXT:cms/locallang_ttc.php:image_frames',			'config' => Array (				'type' => 'select',				'items' => Array (					Array('LLL:EXT:cms/locallang_ttc.php:image_frames.I.0', 0),					Array('LLL:EXT:cms/locallang_ttc.php:image_frames.I.1', 1),					Array('LLL:EXT:cms/locallang_ttc.php:image_frames.I.2', 2),					Array('LLL:EXT:cms/locallang_ttc.php:image_frames.I.3', 3),					Array('LLL:EXT:cms/locallang_ttc.php:image_frames.I.4', 4),					Array('LLL:EXT:cms/locallang_ttc.php:image_frames.I.5', 5),					Array('LLL:EXT:cms/locallang_ttc.php:image_frames.I.6', 6),					Array('LLL:EXT:cms/locallang_ttc.php:image_frames.I.7', 7),					Array('LLL:EXT:cms/locallang_ttc.php:image_frames.I.8', 8)				)			)		),		'image_compression' => Array (			'exclude' => 1,			'label' => 'LLL:EXT:cms/locallang_ttc.php:image_compression',			'config' => Array (				'type' => 'select',				'items' => Array (					Array('LLL:EXT:lang/locallang_general.php:LGL.default_value', 0),					Array('LLL:EXT:cms/locallang_ttc.php:image_compression.I.1', 1),					Array('GIF/256', 10),					Array('GIF/128', 11),					Array('GIF/64', 12),					Array('GIF/32', 13),					Array('GIF/16', 14),					Array('GIF/8', 15),					Array('PNG', 39),					Array('PNG/256', 30),					Array('PNG/128', 31),					Array('PNG/64', 32),					Array('PNG/32', 33),					Array('PNG/16', 34),					Array('PNG/8', 35),					Array('LLL:EXT:cms/locallang_ttc.php:image_compression.I.15', 21),					Array('LLL:EXT:cms/locallang_ttc.php:image_compression.I.16', 22),					Array('LLL:EXT:cms/locallang_ttc.php:image_compression.I.17', 24),					Array('LLL:EXT:cms/locallang_ttc.php:image_compression.I.18', 26),					Array('LLL:EXT:cms/locallang_ttc.php:image_compression.I.19', 28)				)			)		),		'imagecols' => Array (			'label' => 'LLL:EXT:cms/locallang_ttc.php:imagecols',			'config' => Array (				'type' => 'select',				'items' => Array (					Array('1', 0),					Array('2', 2),					Array('3', 3),					Array('4', 4),					Array('5', 5),					Array('6', 6),					Array('7', 7),					Array('8', 8)				),				'default' => 0			)		),		'imagecaption' => Array (			'label' => 'LLL:EXT:lang/locallang_general.php:LGL.caption',			'config' => Array (				'type' => 'text',				'cols' => '30',				'rows' => '3',				'softref' => 'typolink_tag,images,email[subst],url'			)		),		'imagecaption_position' => Array (			'exclude' => 1,			'label' => 'LLL:EXT:cms/locallang_ttc.php:imagecaption_position',			'config' => Array (				'type' => 'select',				'items' => Array (					Array('', ''),					Array('LLL:EXT:cms/locallang_ttc.php:imagecaption_position.I.1', 'center'),					Array('LLL:EXT:cms/locallang_ttc.php:imagecaption_position.I.2', 'right'),					Array('LLL:EXT:cms/locallang_ttc.php:imagecaption_position.I.3', 'left')				),				'default' => ''			)		),		'altText' => Array (			'exclude' => 1,			'label' => 'LLL:EXT:cms/locallang_ttc.php:image_altText',			'config' => Array (				'type' => 'text',				'cols' => '30',				'rows' => '3'			)		),		'titleText' => Array (			'exclude' => 1,			'label' => 'LLL:EXT:cms/locallang_ttc.php:image_titleText',			'config' => Array (				'type' => 'text',				'cols' => '30',				'rows' => '3'			)		),		'longdescURL' => Array (			'exclude' => 1,			'label' => 'LLL:EXT:cms/locallang_ttc.php:image_longdescURL',			'config' => Array (				'type' => 'text',				'cols' => '30',				'rows' => '3'			)		),		'cols' => Array (			'label' => 'LLL:EXT:cms/locallang_ttc.php:cols',			'config' => Array (				'type' => 'select',				'items' => Array (					Array('LLL:EXT:cms/locallang_ttc.php:cols.I.0', '0'),					Array('1', '1'),					Array('2', '2'),					Array('3', '3'),					Array('4', '4'),					Array('5', '5'),					Array('6', '6'),					Array('7', '7'),					Array('8', '8'),					Array('9', '9')				),				'default' => '0'			)		),		'pages' => Array (			'label' => 'LLL:EXT:lang/locallang_general.php:LGL.startingpoint',			'config' => Array (				'type' => 'group',				'internal_type' => 'db',					'allowed' => 'pages',				'size' => '3',				'maxitems' => '22',				'minitems' => '0',				'show_thumbs' => '1'			)		),		'recursive' => Array (			'exclude' => 1,			'label' => 'LLL:EXT:lang/locallang_general.php:LGL.recursive',			'config' => Array (				'type' => 'select',				'items' => Array (					Array('', '0'),					Array('LLL:EXT:cms/locallang_ttc.php:recursive.I.1', '1'),					Array('LLL:EXT:cms/locallang_ttc.php:recursive.I.2', '2'),					Array('LLL:EXT:cms/locallang_ttc.php:recursive.I.3', '3'),					Array('LLL:EXT:cms/locallang_ttc.php:recursive.I.4', '4'),					Array('LLL:EXT:cms/locallang_ttc.php:recursive.I.5', '250')				),				'default' => '0'			)		),		'menu_type' => Array (			'label' => 'LLL:EXT:cms/locallang_ttc.php:menu_type',			'config' => Array (				'type' => 'select',				'items' => Array (					Array('LLL:EXT:cms/locallang_ttc.php:menu_type.I.0', '0'),					Array('LLL:EXT:cms/locallang_ttc.php:menu_type.I.1', '1'),					Array('LLL:EXT:cms/locallang_ttc.php:menu_type.I.2', '4'),					Array('LLL:EXT:cms/locallang_ttc.php:menu_type.I.3', '7'),					Array('LLL:EXT:cms/locallang_ttc.php:menu_type.I.4', '2'),					Array('LLL:EXT:cms/locallang_ttc.php:menu_type.I.5', '3'),					Array('LLL:EXT:cms/locallang_ttc.php:menu_type.I.6', '5'),					Array('LLL:EXT:cms/locallang_ttc.php:menu_type.I.7', '6')				),				'default' => '0'			)		),

⌨️ 快捷键说明

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