setFrameGroupAttr

2022-06-13 13:51 更新

設置 frame 組屬性

setFrameGroupAttr({params})

params

name:

  • 類型:字符串
  • 默認值:無
  • 描述:frame 組名字

hidden:

  • 類型:布爾
  • 默認值:無
  • 描述:(可選項)frame 組是否隱藏,設置顯示隱藏并不會改變frame組在整個窗口系統(tǒng)之間的層級關系。

scrollEnabled:

  • 類型:布爾
  • 默認值:無
  • 描述:(可選項)frame 組是否能夠左右滾動

rect:

  • 類型:JSON 對象
  • 默認值:無
  • 描述:(可選項)frame 組區(qū)域
  • 內(nèi)部字段:

{
    x:0,             //左上角x坐標
    y:0,             //左上角y坐標
    w:320,           //寬度,若傳'auto',frame組從x位置開始自動充滿父頁面寬度
    h:240            //高度,若傳'auto',frame組從y位置開始自動充滿父頁面高度
}

示例代碼

api.setFrameGroupAttr({
    name: 'group1',
    hidden: true
});

可用性

iOS系統(tǒng),Android系統(tǒng)

可提供的1.0.0及更高版本

以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號