简体   繁体   English

Typo3 Powermail - 自定义Javascript

[英]Typo3 Powermail - Customize Javascript

How to customize the Powermail javascript without the risk to overwrite it with the next update? 如何自定义Powermail javascript而不会有下次更新覆盖它的风险? To be specific: I would like to change the ajax function of Powermail Version 3.6.0. 具体来说:我想更改Powermail版本3.6.0的ajax功能。

Is there a possibility to move the javascript into my template extension like it is possible with typoscript? 是否有可能将javascript移动到我的模板扩展名中,就像有可能使用typoscript一样?

plugin.tx_powermail.view.templateRootPaths.10 = ...

Depending on which typoscript setup are you including from the powermail extension. 取决于您从powermail扩展程序中包含哪些typoscript设置。 For the standard one should be something like: page.includeJSFooter.powermailForm 对于标准,应该是: page.includeJSFooter.powermailForm

You can find non-minified versions of javascript you want to override in Resources/Private/JavaScripts folder. 您可以在Resources / Private / JavaScripts文件夹中找到要覆盖的非缩小版javascript。

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

相关问题 带有重定向的typo3 Powermail“未设置必需的参数邮件” - typo3 Powermail “required argument mail is not set” with redirects TYPO3:powermail从自己的扩展名中选择带有typoscript的数据 - TYPO3: powermail select data from own extension with typoscript 我应该可以在typo3中更改powermail表单的日期选择器的占位符吗? - should i can change the placeholder of datepicker of powermail form in typo3? Typo3:如何使用Powermail在钩子中将数据插入数据库 - Typo3: How to insert data into database in a hook with powermail Typo3 8.7:Powermail 6.1:无法确定扩展名“ Powermail”和插件“ Pi1”的默认控制器 - Typo3 8.7: Powermail 6.1: the default controller for extension “Powermail” and plugin “Pi1” can not be determined TYPO3 Powermail-上传表单-如果已经存在同名文件,则必须覆盖文件 - TYPO3 Powermail - upload form - file has to be overwritten if a file with same name already exists TYPO3 Powermail:如何将自定义字段添加到导出中? - TYPO3 Powermail: How do I add my custom fields to the export? 如何在JavaScript中访问TYPO3设置 - How to access the TYPO3 settings in JavaScript Typo3插件Typoscript竞争者javascript添加文件 - Typo3 plugin Typoscript contants javascript add file TYPO3扩展迁移 - TYPO3 extension migration
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM