Classes
AbstractEditorAnnotationCommandCommandComponentConfiguratorContainerSelectionDOMImporterDocumentDocumentNodeEditAnnotationCommandEditingEventEmitterInsertInlineNodeCommandNodeIndexPropertyAnnotationPropertySelectionProseEditorScrollPaneSelectionSpellCheckCommandSurfaceTextNodeTransactionDocumentVirtualElement
Components
Modules
AbstractScrollPane
Class defined in packages/scroll-pane/AbstractScrollPane.js#7 inherits from
this.getHeight()
Method defined in packages/scroll-pane/AbstractScrollPane.js#87
Returns the height of scrollPane (inner content overflows)
this.getContentHeight()
Method defined in packages/scroll-pane/AbstractScrollPane.js#94
Returns the cumulated height of a panel's content
this.getScrollPosition()
Method defined in packages/scroll-pane/AbstractScrollPane.js#113
Get current scroll position (scrollTop) of .se-scrollable
element
Get offset relative to .se-content
.
Parameters
el | DOMNode | DOM node that lives inside the |
this.scrollTo(componentId)
Method defined in packages/scroll-pane/AbstractScrollPane.js#135
Scroll to a given sub component.
Parameters
componentId | String | component id, must be present in data-id attribute |