我尝试使用Fluid Powered TYPO3在我的 TYPO3 后端(v6.2)上滑动内容元素。所以我没有包含 CSS_Styled_content 。http://wiki.typo3.org/Content_Slide示例:
10 < styles.content.getRight
10.slide = -1
特别是我想将我的内容从colPos=0 'Slider'
下面的页面滑动。FLUID / FluidTYPO3 (FLUX) 可以做到这一点吗?
<f:section name="Configuration">
<flux:form id="fluidpage" options="{icon: 'typo3conf/ext/my_extension/Resources/Public/Icons/Page/Standard.gif'}">
</flux:form>
<flux:grid>
<flux:grid.row>
<flux:grid.column colPos="0" name="Slider" colspan="2" />
</flux:grid.row>
<flux:grid.row>
<flux:grid.column colPos="1" name="Left" />
<flux:grid.column colPos="2" name="Right" />
</flux:grid.row>
</flux:grid>
</f:section>
我这样尝试……但那是错误的。
styles.content.getSlider.slide = -1