Inserting Objects

You can insert any COM object (for example, an Excel spreadsheet, bitmap, or Word document) into the JadeRichText control, either by embedding or linking to it.

An embedded object is edited within the JadeRichText control itself and a linked object is edited in the source file location. The COM object can be displayed as a view of the object or as an icon. Double-clicking an inserted object activates its server. (In-place activation is not supported.)

If you want to dynamically insert a COM object at run time, call the insertObject method to insert an existing object or the insertObjectDialog method to bring up the OLE Insert Object dialog that enables you to create or insert COM objects.

You cannot insert text or objects to the right of a table in a JadeRichText control.