are mostly related to Typo3 and jQuery issues and their fixes. We provide most adequate solutions to the problems.
Page 5 of 5.
On the file EXT:myext/Classes/Xclass/ContentObjectRenderer.php
<?phpnamespace TYPO3\Myext\Xclass;class ContentObjectRenderer extends \TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer { /** …
Here is how we can wrap text content element by custom div class.
temp.text < tt_content.texttt_content.text = CASEtt_content.text { key.field = layout 0 < temp.text 0.stdWrap.innerWrap =…
How to add the section frames by preserving the content element ID.1. In TS template
tt_content.stdWrap.innerWrap.cObject { 100 < tt_content.stdWrap.innerWrap.cObject.default 100.20.10.value =…
Standard-Repository-Methods
// add$myRepository->add($myModel); // remove$myRepository->remove($myModel); // removeAll$myRepository->removeAll(); // replace$myRepository->replace($myModel,…
ext_tables.php
## TABLE STRUCTURE FOR TABLE 'cf_extkey_cache'#CREATE TABLE cf_extkey_cache ( id INT(11) UNSIGNED NOT NULL AUTO_INCREMENT, identifier VARCHAR(250) DEFAULT '' NOT NULL, crdate…
This works for tx_news (news system)
[globalVar = GP:tx_news_pi1|news > 0]temp.newstitle = CONTENTtemp.newstitle { table = tx_news_domain_model_news select { selectFields = title …