Setting Parameters
You can call the ewebeditor.htm page by passing arguments like
.. /ewebeditor/ewebeditor.htm?id=content1
| Parameter |
Description |
| id |
form item name for editing contents saved correspondingly, that is the citing form item name for submitting saving pages |
| style |
Style name for use can be standard style name or customized style name. If you use default coolblue, blank can be left. |
| originalfilename |
form item name for the list of original uploaded files saved correspondingly, which must be of input type and can contain onchange events. |
| savefilename |
form item name for the list of uploaded files saved correspondingly, which must be of input type and can contain onchange events. |
| savepathfilename |
form item name for the list of uploaded file path saved correspondingly, which must be of input type and can contain onchange events. |
| extcss |
Citing by external style table, it is the path file compared to eWebEditor directory. The file name is *.css |
To know more about the application of interface parameter for uploading files, you can visit the following online demo page.
http://www.ewebeditor.com/Example/I_Upload.asp
Or you can run the example program provided in our compressed program package:
http://www.yoursite.com/ewebeditor/_example/para_file.asp
To know more about the application of interface parameter for external style, you can visit the following online demo page.
http://www.ewebeditor.com/example/i_extcss.asp
Or you can run the sample program provided in our compressed program package:
http://www.yoursite.com/ewebeditor/_example/para_extcss.asp(.aspx/.php/.jsp)
|