Chrome-extension: Different ways of adding dialog boxes?
I've developing a Google chrome extension and I'm wondering what are the different o开发者_运维技巧ptions available to me when adding dialog boxes? I need something which has it's own head and body elements. Basically my Dialogs will be custom stlyed forms with some JQuery. What are the options available to me? I'm already aware of iframes but is there anything else available for this?
Chrome API doesn't provide any help with dialogs. So whatever you can do with a javascript (+jquery +plugins) is what you got, just like on a regular html page.
精彩评论