NavigationHelpButton

导航帮助按钮是一个单按钮小部件,用于显示用鼠标导航全球的指示。


new NavigationHelpButton(options)
Parameters:
options (Object)
Name Description
options.container
(Element | String)
将包含该小部件的DOM元素或ID。
options.instructionsInitiallyVisible
Boolean
default false
如果导航指令最初应该可见,则为true;否则为false。
// In HTML head, include a link to the NavigationHelpButton.css stylesheet,
// and in the body, include: <div id="navigationHelpButtonContainer"></div>

var navigationHelpButton = new bmgl.NavigationHelpButton({
    container : 'navigationHelpButtonContainer'
});
Throws

Members

container : Element

获取父容器。

viewModel : NavigationHelpButtonViewModel

获取视图模型。

Methods

destroy()
销毁小部件。如果从布局中永久删除小部件,则应调用。
isDestroyed() → {Boolean}