Office / Outlook 2013的Manifest.xml的Max RequestedHeight [英] Max RequestedHeight for Manifest.xml for Office / Outlook 2013

查看:79
本文介绍了Office / Outlook 2013的Manifest.xml的Max RequestedHeight的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我正在为Outlook创建一个应用程序,我正试图让平板电脑应用程序扩展窗口的整个高度...

例如:

< FormSettings> 
< Form xsi:type =" ItemRead">
< DesktopSettings>
< SourceLocation DefaultValue =" https:// xxx" />
< RequestedHeight> 300< / RequestedHeight>
< / DesktopSettings>
< TabletSettings>
< SourceLocation DefaultValue =" https:// xxx" />
< RequestedHeight> 400< / RequestedHeight>
< / TabletSettings>
< PhoneSettings>
< SourceLocation DefaultValue =" https:// xxx" />
< / PhoneSettings>
< / Form>
< / FormSettings>

桌面是完美的......我想要300 px高度的网页浏览...移动是完美的它使用整个窗口大小..但是我不能让平板电脑尺寸空白......而且我希望它高于400px ..我理想地希望它能够响应平板电脑的高度......
如何思考如何这样做?


提前Thx


Alan


解决方案

唉...所以最大值是450 ...  http://msdn.microsoft.com/EN-US /library/dn592044(v=office.1501401).aspx默认情况下这应该是全高:(


否则在面板区域的邮件应用程序下面有一个巨大的空白区域:/


Hi

I'm creating an app for outlook and I'm trying to get the Tablet app to scale the full height of the window...
For example:

<FormSettings>
    <Form xsi:type="ItemRead">
      <DesktopSettings>
        <SourceLocation DefaultValue="https://xxx"/>
        <RequestedHeight>300</RequestedHeight>
      </DesktopSettings>
      <TabletSettings>
        <SourceLocation DefaultValue="https://xxx" />
		<RequestedHeight>400</RequestedHeight>
      </TabletSettings>
      <PhoneSettings>
        <SourceLocation DefaultValue="https://xxx" />
      </PhoneSettings>
    </Form>
  </FormSettings>

Desktop is perfect... I want 300 px height for my web view... Mobile is perfect it used the whole window size.. But I can't leave the Tablet size blank... and I want it to be higher than 400px.. I ideally want it to be responsive to the height of the tablet... Any thoughts on how to do this?

Thx in advance

Alan

解决方案

Argh... so the max is 450... http://msdn.microsoft.com/EN-US/library/dn592044(v=office.1501401).aspx Surely this should be full height by default :(

otherwise theres a huge white space under the mail app in the panel area :/


这篇关于Office / Outlook 2013的Manifest.xml的Max RequestedHeight的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆