最大化Office Fabric UI对话框

时间:2016-09-20 05:21:45

标签: javascript office-ui-fabric

我没有找到任何有关调整Office Fabric Ui Dialog大小的文档。我需要一个靠近“关闭”按钮的按钮。因此,对话框可以最大化并调整大小到原始位置。任何人都可以为此提出建议吗?

2 个答案:

答案 0 :(得分:1)

来自Fabric团队的Mike。

对话框现在包含topButtonProps道具,可用于在顶部添加其他按钮:

<Dialog
  ...
  topButtonsProps={ [{
    key: 'More',
    buttonType: ButtonType.icon,
    icon: 'More',
    ariaLabel: 'More',
    onClick: this._onMoreButtonClicked.bind(this)
  }] }
>
  Dialog content.
</Dialog>

这会导致添加一个新命令:

enter image description here

答案 1 :(得分:0)

没有什么可以阻止您使用source code on GitHub中自己的CSS和JavaScript自定义扩展Fabric组件。

如果您认为有些功能有用,可以在此处提出请求:https://trello.com/b/sPTXiMzG/office-ui-fabric-core-requests