[TYPO3-english] changing linktext in button/flexform

Leo Sch. leo_schulz_t3 at web.de
Fri Jun 20 16:48:41 CEST 2014


Hi,

i built a button via gridelements-> flexform, it works.
what i want to do is to change the linktext between the a-tags. 
this is my first solution:

10 = TEXT
		10 {
			field = flexform_link1
			wrap =  </table><div class="col-md-1 text-left"></div></div><div class="row">|</div>
			typolink {
				parameter.field = flexform_link1
				ATagParams = role="button" class="btn btn-default btn-sm"
				dontCheckPid = 1
				title {
					cObject = RECORDS
					cObject {
						data.dataWrap = DB:pages:{field:link1}:title						
						}
					}
				}
			}
the titletext shows up but also the pid. the link works. i don't want that the pid is displayed. i thought the dontCheckPid = 1 is responsible for hiding the pid or am i wrong? for every hint i'll be thankful! if i was not clear enough let me know!

thanks
leo


More information about the TYPO3-english mailing list