Multiple Editors for

  1. #1

    Multiple Editors for

    Is there a way to embed multiple editors inside a single <ext:Anchor> in <ext:FormLayout>??

    The reason I need this is because I need to input Date/Time simultaneously from the user. I am trying to do this with side-by-side Date/Time Fields. However, <ext:Anchor> allows only one Field.

    Trying to put them as:
    <ext:Anchor>
        <ext:Panel runat="server" FieldLabel="Date" BodyStyle="float: right">
            <Body>
                <ext:DateField runat="server" ID="txtDate" AllowBlank="false" FieldLabel="Date" />
                <ext:TimeField runat="server" ID="txtTime" AllowBlank="false" />
            </Body>
        </ext:Panel>
    </ext:Anchor>
    disturbed the entire Layout, as the Labels are left-aligned, and the Panel comes on top of the label for the field.
  2. #2

    RE: Multiple Editors for

  3. #3

    RE: Multiple Editors for

    Thanx vlidimir. That was exactly what I was looking for.

    As I side note, Coolite toolkit sometimes makes you look silly. You face a problem, try to devise a solution, google out, check out the examples, and when nothing works, post a forum topic.

    And in reply, the core team simply points you to an existing code example, or provides a sample code to resolve the problem. You marvel at the ingenuity of the solution, as well as think how silly it was to ask the problem in the first place!!!

Similar Threads

  1. [CLOSED] Multiple Editors - Multiple Instances?
    By jwf in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Jun 09, 2011, 5:45 PM
  2. Replies: 2
    Last Post: Aug 04, 2010, 2:26 AM
  3. Disable editors within Gridpanel
    By cpvaishya in forum 1.x Help
    Replies: 3
    Last Post: Mar 30, 2010, 11:16 AM
  4. Label editors don't resize
    By dbassett74 in forum 1.x Help
    Replies: 1
    Last Post: Jun 06, 2009, 2:09 PM
  5. Replies: 3
    Last Post: Dec 10, 2008, 6:32 PM

Posting Permissions