hschottm/contao-textwizard
最新稳定版本:3.5.6
Composer 安装命令:
composer require hschottm/contao-textwizard
包简介
contao-textwizard is a backend widget that can be used to add or edit a variable list of text input fields unlike the Contao listWizard widget. Additionally to the listWizard functionality contao-textwizard selects the content of a newly created or duplicated text field and it adds a button to creat
README 文档
README
contao-textwizard
Contao backend widget for text list input
contao-textwizard is a backend widget that can be used to add or edit a variable list of text input fields unlike the Contao listWizard widget. Additionally to the listWizard functionality contao-textwizard selects the content of a newly created or duplicated text field and it adds a button to create an empty new text field.
Use in the data container array (DCA)
'matrixrows' => array ( 'label' => &$GLOBALS['TL_LANG']['tl_survey_question']['matrixrows'], 'exclude' => true, 'inputType' => 'textwizard', 'eval' => array( 'allowHtml' => true, 'decodeEntities' => true, 'buttonTitles' => array( 'new' => $GLOBALS['TL_LANG']['tl_survey_question']['buttontitle_matrixrow_new'], 'copy' => $GLOBALS['TL_LANG']['tl_survey_question']['buttontitle_matrixrow_copy'], 'delete' => $GLOBALS['TL_LANG']['tl_survey_question']['buttontitle_matrixrow_delete'] ) ), 'sql' => "blob NULL" ),
统计信息
- 总下载量: 5.23k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 3
- 推荐数: 0
其他信息
- 授权协议: LGPL-3.0-or-later
- 更新时间: 2018-12-02
