开发者

How to get Gmail edit area with JavaScript

I need开发者_如何学JAVA to get the textarea used by Gmail for composing an email (is it a textarea at all?). How can I do this?


In the Basic HTML version the textarea is:

<textarea name=body title="Message Body" rows=15 cols=50 wrap=virtual class=mi>

In the full version it's a Google custom editor, and not a textarea.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜