In Tinymce , I can set the behavior of popup dialog as inline or window and in case of inline we can make it as modal or normal dialog using
dialog_type : "modal"
in init function However ,this 'll affect all the dialog box . Can I set some dialog as inline and some as window popup in one tinymce instance