[TYPO3-english] experience and best practice for flux update?
bernd wilke
t3ng at bernd-wilke.net
Thu Jan 29 15:11:30 CET 2015
Am 29.01.15 um 14:28 schrieb Viktor Livakivskyi:
> Bernd,
>
> I've had similar behavoir, when I messed up with 'name' attribute of
> flux:grid.column.
>
> I've had this in 7.0:
> <flux:grid.column name="column.right" colPos="1">
> <flux:form.content name="content.right" label="Right" />
> </flux:grid.column>
>
> And wrong 7.1 version was:
> <flux:grid.column name="column.right" colPos="1" label="Right" />
>
> Correct one: <flux:grid.column name="content.right" colPos="1"
> label="Right" />
>
> But from your code I see, that it's correct.
I tried different approaches:
As the count of columns should be variable (defined by editor) meanwhile
I changed my definition to:
<flux:grid.column colPos="{v:math.sum(110,{iteration.index})}"
name="content.{iteration.index}" label="righthere-{f:if(condition:
panel.panel.title, then: panel.panel.title, else: 'Content, panel
{iteration.cycle}')}" />
but any value into colPos, tx_flux_column (with phpmyadmin) only shows [
INVALID VALUE "..." ] while editing the record in the BE.
> Can you, please, post your issue in Github bugtracker of flux [1]? So,
> you can get support from developers.
https://github.com/FluidTYPO3/flux/issues/753
bernd
--
http://www.pi-phi.de/cheatsheet.html
More information about the TYPO3-english
mailing list