uio--WebPageMain-Module
Das Arbeiten mit üblichen Layouts basierend auf Container, Row und Column ist für die Praxis nicht immer ausreichend. Wenn Sie einmal redaktionell im Einzelfall mehr Einfluss auf ein fixes Layout nehmen wollen, haben Sie auch in UDS die Option, ein Layout basierend auf einem Grid zu nutzen: Das ce:GridLayout Element.

GridLayout Components

Eine Demo eines Layouts basierend auf 4 Spalten und zwei Zeilen.

Clients #4

Irgendein Text.

4.1
4.4


<ce:GridLayout columns="4" rows="2">
 <ce:config>
 </ce:config>
 <ce:contents>
  <ce:GridCell col="1" row="1">
   <ce:FixedHeading-03>Clients #4</ce:FixedHeading-03>
  </ce:GridCell>
  <ce:GridCell col="2" row="1" cols="3" rows="1">
   <ce:Paragraph-01>
    Irgendein Text.
   </ce:Paragraph-01>
  </ce:GridCell>
  <ce:GridCell col="1" row="2">
   4.1
  </ce:GridCell>
  <ce:GridCell col="1" row="2">
   4.4
  </ce:GridCell>
 </ce:contents>
</ce:GridLayout>  

                        

PART 4: Fußnoten


    SO IST'S BESSER.

    Entdecke SNEWMEDIA. Es ist einfacher als Du denkst.

    Stelle noch heute Deine Anfrage.

    uio--WebPageFooter-Module