| Constructor Summary | |
|---|---|
| Public | Echo.Sync.ContentPane()Constructor. |
| Instance Method Summary | |
|---|---|
| Public | getSize()Returns the measured size of the content pane element. |
| Public | raise()Raises a floating pane child to the top. |
| Public | renderAdd() |
| Internal | _renderAddChild()Renders the addition of a child component. |
| Public | renderDisplay() |
| Public | renderDispose() |
| Internal | _renderFloatingPaneZIndices()Updates the rendered CSS z-index attribute of all floating panes based on their positions in _floatingPaneStack.
|
| Internal | _renderRemoveChild()Renders the removal of a child component. |
| Public | renderUpdate() |
| Internal | _storeFloatingPaneZIndices()Sets "zIndex" property on all child components based on their positions within the _floatingPaneStack.
|
| Methods inherited from class Echo.Render.ComponentSync |
renderAdd, renderDispose, renderUpdate |
the
(Echo.Component)
- child component to raisethe
(Echo.Update.ComponentUpdate)
- updatechild
(Echo.Component)
- the child component to add_floatingPaneStack..
the
(Echo.Update.ComponentUpdate)
- updatechild
(Echo.Component)
- the child component to remove_floatingPaneStack.