Field Replicator

  1. #1

    Field Replicator

    I would like to provide a Field Replicator example:

    When Send To field is filled, a new one is created automatically.

    <!DOCTYPE html>
    <html>
    <title>Field Replicator - Ext.NET Examples</title>
    <body>
        <ext:ResourceManager runat="server" Theme="Crisp" />
        <ext:FormPanel Title="Field Replicator" BodyPadding="5" DefaultAnchor="100%" AutoScroll="true" Layout="AnchorLayout" Width="400" Height="300" runat="server">
            <Items>
                <ext:TextField FieldLabel="Send To" runat="server">
                    <Plugins>
                        <ext:FieldReplicator runat="server" />
                    </Plugins>
                </ext:TextField>
                <ext:TextField FieldLabel="Subject" AllowBlank="false" runat="server" />
                <ext:TextArea FieldLabel="Message" AllowBlank="false" runat="server" />
            </Items>
        </ext:FormPanel>
    </body>
    </html>
    Note: Based on Ext.Js example (http://dev.sencha.com/ext/5.1.0/exam...ieldreplicator).
  2. #2
    Hi Raphael,

    Thank you for the suggestion.

    A FieldReplicator is used in this example.
    https://examples2.ext.net/#/Layout/VBoxLayout/VBox_Form

    I will add a "FieldReplicator" tag for this example. After that it will be possible to find it typing "FieldReplicator" in the search field.
  3. #3
    Thank you Daniil

Similar Threads

  1. Replies: 8
    Last Post: Jan 21, 2013, 4:22 PM
  2. Replies: 2
    Last Post: Nov 09, 2012, 3:23 PM
  3. Replies: 2
    Last Post: Sep 22, 2011, 11:46 AM
  4. Replies: 2
    Last Post: Aug 19, 2011, 1:36 PM
  5. Replies: 2
    Last Post: Feb 17, 2010, 9:47 AM

Posting Permissions