【apicloud】如何禁止openFrameGroup侧滑/关闭左右滚动

通过setFrameGroupAttr可对已经开启的FrameGroup重新设置参数。

通过setFrameGroupAttr设置scrollEnabled参数可关闭或开启侧滑功能。(true:开启  false:关闭  默认为空)

代码案例:

api.setFrameGroupAttr({    
    name: '你之前openFrameGroup对应的name',
    scrollEnabled: false  //关闭左右滚动
});


同时也可通过setFrameGroupAttr设置其他属性,例如

  • hidden:是否隐藏 (true:隐藏   false:取消隐藏   默认为空)

  • rect:FrameGroup的界面定位及宽高


猿教程
请先登录后发表评论
  • 最新评论
  • 总共0条评论