Skip to content

Instantly share code, notes, and snippets.

@cedricziel
Created August 3, 2012 09:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cedricziel/3246280 to your computer and use it in GitHub Desktop.
Save cedricziel/3246280 to your computer and use it in GitHub Desktop.
{namespace fed=Tx_Fed_ViewHelpers}
{namespace flux=Tx_Flux_ViewHelpers}
<f:section name="Configuration">
<flux:flexform id="gridelement-25-50-25" label="Element: 25-50-25" enabled="TRUE">
<flux:flexform.grid>
<flux:flexform.grid.row>
<flux:flexform.grid.column>
<flux:flexform.content name="column1" label="25 - links"/>
</flux:flexform.grid.column>
<flux:flexform.grid.column>
<flux:flexform.content name="column2" label="50 - mitte"/>
</flux:flexform.grid.column>
<flux:flexform.grid.column>
<flux:flexform.content name="column3" label="25 - rechts"/>
</flux:flexform.grid.column>
</flux:flexform.grid.row>
</flux:flexform.grid>
</flux:flexform>
</f:section>
<f:section name="Main">
<div class="ym-grid">
<div class="ym-g25 ym-gl">
<div class="ym-gbox">
<div class="box round">
<flux:flexform.renderContent area="column1"/>
</div>
</div>
</div>
<div class="ym-g50 ym-gl">
<div class="ym-gbox">
<div class="box round">
<flux:flexform.renderContent area="column2"/>
</div>
</div>
</div>
<div class="ym-g25 ym-gr">
<div class="ym-gbox">
<div class="box round">
<flux:flexform.renderContent area="column3"/>
</div>
</div>
</div>
</div>
</f:section>
<f:section name="Preview">
</f:section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment