javascript - Multiple prompts with nsIPromptService -


Can we show several prompt windows with Firefox Adon SDK?

I was looking at promptUsernameAndPassword () and I want to ask the user a prompt and selection dialog in the same box.

How can this be achieved?

  • Use either nsIPromptService if this is your
  • Or create, which is not, of course, no actual dialogue.
  • Or apply your own XUL dialog, (which is not easy at all).

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -