Adding multiple prompts to MessageBox - Ext JS

Hi,

in the actual example "mb2" I can insert a name in a messagebox an press OK or CANCEL.

Is it possible to define additional inputs in a single messagebox (e.g. firstname, lastname, street, city) and return them all?

Regards

Joerg
  # 2  
03-13-2007, 07:13 AM

You will need to create a dialog for multiple input fields.
  # 3  
03-13-2007, 07:15 AM

Do you mean something like the "Layout Dialog" example?
  # 4  
03-13-2007, 07:17 AM

To put a form in a dialog? You can use any of the example dialogs. There is a "hidden" blog.html dialog example which has a form in it.

你可能感兴趣的:(html,Blog,ext)