Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
Resizing a Canvas App
Canvas provides
methods for resizing a canvas app. Full reference documentation for these methods can be found in
the SDK and here.
- autogrow—Starts or stops a timer that checks the content size of the canvas iFrame and adjusts the frame. See Automatically Resizing a Canvas App.
- resize—Informs the parent window to resize the canvas iFrame. See Explicitly Resizing a Canvas App.
- size—Returns the current size of the canvas iFrame. See Getting the Size of a Canvas App.
- subscribe—Subscribes to parent events. Currently, canvas.scroll (of the parent) is the only supported parent event in the canvas namespace. See Subscribing to Parent Events.