[CLOSED] Layout Config

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [CLOSED] Layout Config

    I am using MVC/Razor. I am using a Radio group with a custom config:
    Html.X.RadioGroup() _
               .AllowBlank(False) _
               .AutoFitErrors(False) _
               .MsgTarget(MessageTarget.Side) _
               .FieldLabel("Template") _
               .Layout(LayoutType.Column) _
               .Items(
                 Html.X.Container() _
                 .ID("radioCol1") _
                 .ColumnWidth(1) _
              .Items(
                 Html.X.Component().Html("To Client").Cls("x-form-check-group-label"),
                 Html.X.Radio().ID("rdoClientFirst").BoxLabel("Client First or Simultaneously").BoxLabelStyle("font-weight:normal !important").BoxLabelAlign(BoxLabelAlign.After),
                 Html.X.Radio().ID("rdoFullyExecuted").BoxLabel("Fully Executed"),
                 Html.X.Component().Html("To RI").Cls("x-form-check-group-label"),
                 Html.X.Radio().ID("rdoRIFirst").BoxLabel("First or Simultaneously"),
                 Html.X.Radio().ID("rdoRISecond").BoxLabel("Second"),
                 Html.X.Radio().ID("rdoClientSignature").BoxLabel("Client Signature")
                )
                ))
    I have been trying to find the "pack" feature of the layout configuration so that I can get the radio group items to pack to the top, but I can't seem to find it. Is that still available in 2.0? If not, is there an equivalent?
    Last edited by Daniil; Sep 25, 2012 at 7:02 AM. Reason: [CLOSED]

Similar Threads

  1. [CLOSED] layout issue when using RowLayout within column layout
    By Daly_AF in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jun 11, 2012, 2:40 PM
  2. [CLOSED] Ext.Net panel layout config...
    By ViDom in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: May 18, 2012, 11:01 AM
  3. [CLOSED] vbox layout inside column layout
    By craig2005 in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Feb 04, 2011, 2:44 PM
  4. [CLOSED] Basic Layout question for Layout Fit / AutoHeight
    By macap in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Apr 07, 2010, 11:57 AM
  5. Web.config
    By swallace in forum 1.x Help
    Replies: 9
    Last Post: Dec 09, 2008, 10:28 AM

Tags for this Thread

Posting Permissions