Bug #21815
closedForm extras don't work with Richtext
0%
Description
I've installed TemplaVoila 1.4.1 and I saw that "Form extras" equals "defaultExtras" in XHTML. So I expected that I can fill this field with all defaultExtras documented in API. But maybe I'm wrong. You can see my config also in picture:
richtext[bold|italic|underline]:rte_transform[mode=ts_css]
The richtext-editor shows all buttons with this config. I think there is something wrong.
(issue imported from #M12961)
Files
Updated by Stefan Froemken almost 15 years ago
Hmm. I just tried the same config with "textarea with richtext" also. But all buttons will be displayed. Picture: templavoila1.png
Updated by Steffen Kamper almost 15 years ago
it seems that rte doesn't respect this TCA field anymore - i will contact stan to be sure.
Updated by Tolleiv Nietsch about 14 years ago
this is basically a Flexform issue - TemplaVoila is just the tool which you used to create those forms - issue will be moved to the Core since this can't be fixed within TemplaVoila
Updated by Xavier Perseguers almost 13 years ago
- Assignee deleted (
Steffen Kamper) - Target version deleted (
0)
Updated by Alexander Opitz over 11 years ago
- Status changed from Accepted to Needs Feedback
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Stefan Froemken over 11 years ago
Hello Alexander,
the problem is still there in TYPO3 6.0.5.
Here is my XML-Config for this field:
<field_selector type="array"> <tx_templavoila type="array"> <title>selector</title> <description>selector</description> <sample_data type="array"> <numIndex index="0">[SELECTOR]</numIndex> </sample_data> <eType>rte</eType> <tags>div:inner</tags> <TypoScript><![CDATA[10 = TEXT 10.current = 1 10.parseFunc = < lib.parseFunc_RTE]]></TypoScript> <proc type="array"> <int>0</int> <HSC>0</HSC> <stdWrap></stdWrap> </proc> <preview></preview> </tx_templavoila> <TCEforms type="array"> <label>selector</label> <config type="array"> <type>text</type> <cols>48</cols> <rows>5</rows> <softref>rtehtmlarea_images,typolink_tag,images,email[subst],url</softref> </config> <defaultExtras>richtext[bold|italic|underline]:rte_transform[mode=ts_css]</defaultExtras> </TCEforms> </field_selector>
I still see all buttons as you can see in the picture.
Stefan
Updated by Alexander Opitz over 11 years ago
- Category set to RTE (rtehtmlarea + ckeditor)
- Status changed from Needs Feedback to New