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
Post a Comment