简体   繁体   English

是否可以在TCA中配置向导,以便我可以创建新的特定插件?

[英]Is it possible to configure the wizard in TCA so that I can create a new particular plugin?

How can I create a custom wizard in TCA so that, I can click on add button to create a particluar specific plugin on a page? 如何在TCA中创建自定义向导,以便可以单击“添加”按钮在页面上创建特定于插件的插件? my TYPO3 Version is 7.6. 我的TYPO3版本是7.6。 click on the image. 点击图片。 There is a add button 有一个添加按钮

You can make a custom wizard on your own or use an existing one. 您可以自己制作一个自定义向导,也可以使用现有的向导。 Here you can find examples of existing ones and an example to create a custom one: https://docs.typo3.org/typo3cms/TCAReference/7.6/AdditionalFeatures/WizardsConfiguration/Index.html#user-defined-wizard-processing-with-php-function 在这里,您可以找到现有示例的示例以及创建自定义示例的示例: https : //docs.typo3.org/typo3cms/TCAReference/7.6/AdditionalFeatures/WizardsConfiguration/Index.html#user-defined-wizard-processing-with -php功能

Note this code area has been rewritten with core v8 - much more powerful 'wizards' are possible, called 'node expansion' and they come with a better API. 请注意,此代码区已使用核心v8进行了重写-可能有更强大的“向导”,称为“节点扩展”,并且带有更好的API。 For details see https://docs.typo3.org/typo3cms/CoreApiReference/ApiOverview/FormEngine/Rendering/Index.html#node-expansion and the according sections from TCA Reference for details. 有关详细信息,请参见https://docs.typo3.org/typo3cms/CoreApiReference/ApiOverview/FormEngine/Rendering/Index.html#node-expansion以及《 TCA参考》中的相应部分以获取详细信息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM