I am using in JS the save dialog:
Expand|Select|Wrap|Line Numbers
- window.document.execCommand('SaveAs', true, "NewFile");
but in the combo box of "Save as type" there's only html.
I want to know if I could put there different file types, like txt, xls...
and how...
Thanks for helping!