Functiondijit._editor.RichText.addStyleSheet

dojo.require("dijit._editor.RichText");
defined in dijit/_editor/RichText.js

add an external stylesheet for the editing area

Usage

function (/*dojo._Url*/ uri) (view source)
parametertypedescription
uridojo._Urla dojo.uri.Uri pointing to the url of the external css file

Constructor to create an object representing a URL. It is marked as private, since we might consider removing or simplifying it.
fieldtypedescription
.authority 
.fragment 
.host 
.password 
.path 
.port 
.query 
.scheme 
.toStringFunction 
.uri 
.user