/* This Source Code Form is subject to the terms of the Mozilla Public *License,v.2.0.IfacopyoftheMPLwasnotdistributedwiththis
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include"nsISupports.idl"
interface nsIArray;
webidl Node;
[scriptable, builtinclass, uuid(fdf23301-4a94-11d3-9ce4-9960496c41bc)]
interface nsIEditorMailSupport : nsISupports
{ /** Insert a string as quoted text *(whoserepresentationisdependantontheeditortype), *replacingtheselectedtext(ifany), *including,ifpossible,a"cite"attribute. *@paramaQuotedTextTheactualtexttobequoted *@paramaCitationThe"mid"URLofthesourcemessage *@paramaInsertHTMLInsertashtml?(vsplaintext) *@returnThenodewhichwasinserted
*/
[can_run_script]
Node insertAsCitedQuotation(in AString aQuotedText,
in AString aCitation,
in boolean aInsertHTML);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.