dijit._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)
parameter | type | description | ||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
uri | dojo._Url | a 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.
|