User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b) Gecko/20050217
sakhi wrote:
Hi,
What should i do if i do not associate a file of some extension to a
editor and want to open a text which is created on fly on a editor.
You have three choices
1. write it to a temp file and then open that file
2. create your own file store implementation that backs on the fly text
3. write your own editor input implementation and let your document
provider handle that kind of editor input
Note however, that In this scenario you need to open the editor yourself
as the standard open action won't help.