How can I open a dialog without the titlebar?
window.openDialog("chrome://path/dialogs/dialog.xul","dlg",
"chrome,modal,dialog,close=no,titlebar=no,centerscreen");
about:config :
dom.disable_window_open_feature.titlebar is false
dom.disable_window_open_feature.close is false
nothing works, the titlebar and the systemCloseCommand_icon are still there.
What is wrong with this code?
Thx for your help
_______________________________________________
dev-tech-xpcom mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-xpcom