Dynamic combobox creating

  1. #1

    Dynamic combobox creating

    Hello, I want to create some controls dynamicaly, in a formpanel, how can achive such a effect in picture
    Click image for larger version. 

Name:	combos.jpg 
Views:	76 
Size:	18.8 KB 
ID:	3504
  2. #2
    Hi,

    Please handle the Select event of a ComboBox:
    http://docs.sencha.com/ext-js/3-4/#!/api/Ext.form.ComboBox-event-select

    And please see the examples how to render a new widget from server side:
    https://examples1.ext.net/#/XRender/Basic/New_Window/
    https://examples1.ext.net/#/XRender/..._Add_Children/
  3. #3
    Thank you, i can create controls from server side , but i cant place combos side by side with a header line
  4. #4
    I think you need to render a container with a respective layout, for example, a ColumnLayout.
  5. #5
    Thank you i will try

Similar Threads

  1. Problem For Creating New Dynamic Window
    By softlabsgroup.support in forum 1.x Help
    Replies: 0
    Last Post: May 19, 2012, 11:14 AM
  2. Replies: 12
    Last Post: Sep 20, 2011, 2:33 PM
  3. [CLOSED] Creating Dynamic Tab in VB Code-Behind
    By Bert76 in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Jul 07, 2011, 3:31 PM
  4. Creating dynamic button
    By khadga in forum 1.x Help
    Replies: 0
    Last Post: Feb 17, 2011, 3:36 PM
  5. [CLOSED] Creating dynamic controls
    By antonyn in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jan 29, 2009, 1:23 PM

Posting Permissions