Param

Method

Event

 

 

Csslistv4.0 or higher

Specify the CSS file link to apply when you create a document in CrossEditor.

The path can be an absolute path or a relative path.

 

You can add several CSS files, and the separator will be ,(comma).

 

Parameters

Specified

Sets the CSS file link value

Not specified

Default

 

Sample Codes

var CrossEditor = new NamoSE("test");
CrossEditor.params.Csslist = "/ce/css/common.css,/ce/css/ce4.css";
CrossEditor.EditorStart();

 

See Also

Css