Classes
AbstractEditorAnnotationCommandCommandComponentConfiguratorContainerSelectionDOMImporterDocumentDocumentNodeEditAnnotationCommandEditingEventEmitterInsertInlineNodeCommandNodeIndexPropertyAnnotationPropertySelectionProseEditorScrollPaneSelectionSpellCheckCommandSurfaceTextNodeTransactionDocumentVirtualElement
Components
Modules
AbstractScrollPane
Class defined in packages/scroll-pane/AbstractScrollPane.js#5 inherits from
this.getHeight()
Method defined in packages/scroll-pane/AbstractScrollPane.js#70
Returns the height of scrollPane (inner content overflows)
this.getContentHeight()
Method defined in packages/scroll-pane/AbstractScrollPane.js#77
Returns the cumulated height of a panel's content
this.getScrollPosition()
Method defined in packages/scroll-pane/AbstractScrollPane.js#96
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#118
Scroll to a given sub component.
Parameters
componentId | String | component id, must be present in data-id attribute |