
Programming Guide
- In your content model, create a content object that represents
an embedded frame.
Create an object accessor for embedded frames, if you want access
to any custom information about your embedded frames.
(OpenDoc provides a default accessor that can access an embedded
frame or any of its standard user properties.)
- Implement your part's EmbeddedFrameSpec method, to create an
object accessor for your display frame.
- Define what methods, properties, and events your part will be exposed
to scripting.
Modify the IDL with the correct identifiers to describe
your part to the scripting environment.
See "Direct Scripting" for more information.
[ Top | Previous | Next | Contents | Index | Documentation Homepage ]