Content Form SDK Reference
The Oracle Content Management content form SDK API content-form-sdk-1.0.js is the library
that handles the communication between the custom form component and the interface. This
has a global variable called contentFormSDK. Custom form implementation
should invoke contentFormSDK.init() method and pass a callback function
to begin the communication between the interface and the custom form.