0

i want to dynamically add two text box and obtain values from those and display as message ... please help me though example to demonstrate this scenario where I can learn and apply for my actual problem

leosheran
  • 39
  • 7

1 Answers1

0

Take alook at those examples

 http://examples.ext.net/#/XRender/Basic/Add_Items/

http://examples.ext.net/#/XRender/Basic/New_Window/

*those links ,official web site of ext.net.

instead of adding tab or windows ,just change them to TextField. u can assign unique id for each element added dynamically,and reach those element via Id

sakir
  • 3,391
  • 8
  • 34
  • 50