Param |
Method |
Event |
|
|
CssSets 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
Sample Codesvar CrossEditor = new NamoSE("test"); CrossEditor.params.Css = "/test/test.css"; CrossEditor.EditorStart();
See Also
|