Param

Method

Event

 

 

Css

Sets the CSS file link which will be used when editing documents in CrossEditor.

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

 

Parameters

Specified

Sets the CSS file link value

Not specified

Default

 

Sample Codes

var CrossEditor = new NamoSE("test");
CrossEditor.params.Css = "/test/test.css";
CrossEditor.EditorStart();

 

See Also

Csslist