eWebEditor Home >> eWebEditor Manual V11.2 >> Developer Guide >> Object Reference of EWEBEDITOR

3.6.1 The Introduction of EWEBEDITOR Object

You only need to add the common script files we provided to the pages <head> </head>, and then you can complete the introduction of EWEBEDITOR object, after that you can use EWEBEDITOR object anywhere in the page. The sample code is as follows:

<head>

<script type="text/javascript" src="....../ewebeditor/ewebeditor.js"></script>

</head>

ewebeditor.js is the common interface file; the specific path depends on your actual deployment of the web page and modifies it accordingly.