|
Namo Web Editor Control is an ActiveX control that is used to compose and edit rich content, which is then passed through the Web browser to content handling scripts on the Web server.
At the client, rich content (formatted text, images, multimedia objects, etc.) is composited in the Web Editor Control editing window, which is instantiated by an tag and initialized by a simple script in the Web document containing the control. Content may come from the local file system, network, or the Internet.
When the end user clicks the Submit button on the page, Web Editor Control passes the contents of its window in MIME, HTML, or text form to the browser, which sends it to the Web server for processing. Scripts on the server can then decode the content (if in MIME format) and insert it into a database, save the parts as files, or insert the content directly into Web documents. On the Windows server platform, MIME decoding utilities are provided in the form of a DLL.
|