Quantcast
Channel: SCN : All Content - All Communities
Viewing all articles
Browse latest Browse all 8800

How to allign label in Form (ResponsiveGridLayout)?

$
0
0

Hey guys,

 

how can I allign the labels in my created form to the left?

 

2014_07_22_10_50_12_FahrerApp.png

Below my code:

      <f:Form id="idLieferschein"

        minWidth="1024"

        maxContainerCols="2"

        editable="false"

        class="isReadonly">

        <f:title>

          <core:Title text="Lieferschein" />

        </f:title>

        <f:layout>

          <f:ResponsiveGridLayout

            labelSpanL="7"

            labelSpanM="7"

            labelSpanS="7"

            emptySpanL="0"

            emptySpanM="0"

            emptySpanS="0"

            columnsL="2"

            columnsM="2"

            columnsS="1" />

        </f:layout>

        <f:formContainers id="Kundeninfos-FormContainers">

          <!-- container address info -->

          <f:FormContainer id="Kundeninfos-FormContainer">

            <f:title>

            <core:Title text="Warenempfänger"/>

            </f:title>

            <f:formElements>

              <f:FormElement label="Name" id="Kundeninfos-LabelName">         

                <f:fields>

                  <Text text="{ModelKundenInfos>Kundenname}" id="Kundeninfos-TextName" />

                </f:fields>

              </f:FormElement>

              ...

            </f:formElements>

          </f:FormContainer>

</f:Form>

 

Thanks

Chris


Viewing all articles
Browse latest Browse all 8800

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>