Param |
Method |
Event |
|
|
Csslistv4.0 or higherSpecify 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
Sample Codesvar CrossEditor = new NamoSE("test"); CrossEditor.params.Csslist = "/ce/css/common.css,/ce/css/ce4.css"; CrossEditor.EditorStart();
See Also
|