[TYPO3-templavoila] AOE Linkhandler in FCE Linkfield
KimPixel
kimpixel+templavoila at googlemail.com
Fri Dec 17 16:55:41 CET 2010
Hi again
i find a hint:
the linkbrowser generates a string like this:
"record:tx_juwireferences_domain_model_reference:42 "
when i remove the space in the end of the string and send the form again with:
"record:tx_juwireferences_domain_model_reference:42"
it will work....
but there is a "<eval>trim</eval>" in the TCEform section!
Whats wrong here??
Kim
2010/12/17 KimPixel <kimpixel+templavoila at googlemail.com>:
> Hallo Tolleiv
>
> I have a problem with the AOE Linkhandler in a FCE Flexform. The Form
> doesn't save the value. Have absoluty no clue what i can do or where i
> have to search to fix the problem.
> ist this a TV Problem or a different component?
>
> my linkhandler setup works with
> - TCA link fields
> - RTE Linkbrowser
> - and Flexforms of a plugin configuation.
>
> only in a TV FCE Flex form is the error.
>
>
> approach:
> * click on link wizard icon
> * select record
> * linkhandler record syntax is correct inserted in field
>
> * now saving
> * empty or last valid value apears in field again
> ??
>
>
>
>
> my configuration:
> Typo3 4.4.4
> TV: 1.5.0
> Linkhandler: 0.3.1
> ********************************************************************
> * TSconfig:
>
> RTE.default.tx_linkhandler {
> record {
> label=Records
> listTables=tx_juwidates_domain_model_dates
> onlyPids = 19
> }
> }
>
> mod.tx_linkhandler {
> record {
> label=Records
> listTables=tx_juwidates_domain_model_dates
> onlyPids = 19
> }
> }
>
>
> ********************************************************************
> * FCE DS:
>
> <tx_templavoila type="array">
> <title>link</title>
> <sample_data type="array">
> <numIndex index="0"></numIndex>
> </sample_data>
> <eType>link</eType>
> <TypoScript>
> 10 = TEXT
> 10.typolink.parameter.current = 1
> 10.typolink.returnLast = url
>
> </TypoScript>
> <proc type="array">
> <int>0</int>
> <HSC>0</HSC>
> <stdWrap></stdWrap>
> </proc>
> <preview></preview>
> </tx_templavoila>
> ********************************************************************
> * Plugin TS Setup:
>
> plugin.tx_linkhandler {
> tx_juwidates_domain_model_dates {
> parameter={$plugin.tx_juwidates.settings.detailPageId}
>
> additionalParams.cObject = COA
> additionalParams.cObject {
> 1 = TEXT
> 1.typolink {
> parameter.data = TSFE:id
> addQueryString = 1
> returnLast = url
> }
> 1.rawUrlEncode = 1
> 1.wrap = &tx_juwidates_pi1[date]={field:uid}&backUrl=|
> 1.insertData = 1
> }
> }
> }
>
More information about the TYPO3-project-templavoila
mailing list