Class: FMButtonGroupsControl

FMButtonGroupsControl

FMButtonGroupsControl 按钮型楼层控制器

new fengmap.FMButtonGroupsControl(map, ctrlOpts)

Name Type Description
map fengmap.FMMap

FMMap的实例

ctrlOpts json

控件参数配置

Name Type Description
allLayer boolean

初始显示多层还是单层,默认值false,单层显示。

showBtnCount number

初始楼层按钮显示个数配置。默认显示5层,其他的隐藏,可滚动查看

position fengmap.FMControlPosition

控件位置。分为左上、左下、右上、右下。

offset json

控件位置偏移。{x:0,y:0},基于原始位置的x,y方向的偏移。

imgURL string

配置组件引用图片资源的路径地址。默认在页面的'resource/style/wedgets/img/'路径下

Members

readonlyallLayer

返回当前是否展示多层

Properties:
Name Type Description
allLayer bool

单楼层或多楼层

enableExpand

是否允许展开控件操作

Properties:
Name Type Description
enableExpand bool

【true】:允许【false】:不允许

expand

展开控件

Properties:
Name Type Description
expand bool

【true】:展开【false】:收起

Methods

changeFocusGroup(gid, allLayer)

楼层切换

Name Type Description
gid number

楼层id

allLayer bool

是否展示多楼层

onChange(tchangeBack)

注册楼层change事件

Name Type Description
tchangeBack function

回调函数