• <tfoot id='0LTQF'></tfoot>

          <bdo id='0LTQF'></bdo><ul id='0LTQF'></ul>
      1. <small id='0LTQF'></small><noframes id='0LTQF'>

        <i id='0LTQF'><tr id='0LTQF'><dt id='0LTQF'><q id='0LTQF'><span id='0LTQF'><b id='0LTQF'><form id='0LTQF'><ins id='0LTQF'></ins><ul id='0LTQF'></ul><sub id='0LTQF'></sub></form><legend id='0LTQF'></legend><bdo id='0LTQF'><pre id='0LTQF'><center id='0LTQF'></center></pre></bdo></b><th id='0LTQF'></th></span></q></dt></tr></i><div id='0LTQF'><tfoot id='0LTQF'></tfoot><dl id='0LTQF'><fieldset id='0LTQF'></fieldset></dl></div>
        <legend id='0LTQF'><style id='0LTQF'><dir id='0LTQF'><q id='0LTQF'></q></dir></style></legend>

        FB.ui 和设置弹出窗口大小

        时间:2023-09-30

                <bdo id='J7Ode'></bdo><ul id='J7Ode'></ul>
              • <small id='J7Ode'></small><noframes id='J7Ode'>

                  <tbody id='J7Ode'></tbody>

                <i id='J7Ode'><tr id='J7Ode'><dt id='J7Ode'><q id='J7Ode'><span id='J7Ode'><b id='J7Ode'><form id='J7Ode'><ins id='J7Ode'></ins><ul id='J7Ode'></ul><sub id='J7Ode'></sub></form><legend id='J7Ode'></legend><bdo id='J7Ode'><pre id='J7Ode'><center id='J7Ode'></center></pre></bdo></b><th id='J7Ode'></th></span></q></dt></tr></i><div id='J7Ode'><tfoot id='J7Ode'></tfoot><dl id='J7Ode'><fieldset id='J7Ode'></fieldset></dl></div>

                <tfoot id='J7Ode'></tfoot>

                  <legend id='J7Ode'><style id='J7Ode'><dir id='J7Ode'><q id='J7Ode'></q></dir></style></legend>
                  本文介绍了FB.ui 和设置弹出窗口大小的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我正在使用 FB.ui 并将显示参数设置为弹出.

                  I am using FB.ui with the display parameter set to popup.

                  当方法是stream.publish"时,它会在加载内容时自动调整大小.但是,当使用fbml.dialog"(为了显示多朋友选择器)时,它会显示我无法更改的大小(并且显示的内容会被裁剪).

                  When the method is 'stream.publish', it autoresizes when the content is loaded. However, when using 'fbml.dialog' (in order to display a multi-friend selector) it shows a size that I'm not able to change (and the content is displayed cropped).

                  我尝试了以下方法,但没有成功:

                  I have tried with the following approaches, with no luck:

                  FB.ui({
                  method: 'fbml.dialog',
                  size: {width: 800, height: 500},
                  ...
                  
                  FB.ui({
                  method: 'fbml.dialog',
                  width: 800,
                  height: 500,
                  ...
                  

                  我也一直在查看 API 源代码,它以这种方式声明方法:

                  Also I've been looking at the API source code, and it declares the method this way:

                  方法声明:

                  'fbml.dialog': {
                      size : { width: 575, height: 300 },
                      url : 'render_fbml.php',
                      loggedOutIframe : true
                  }...
                  

                  执行方法的函数:

                  // the basic call data
                  var call = {
                    cb : cb,
                    id : id,
                    size : method.size || {},
                    url : FB._domain.www + method.url,
                    params : params
                  };
                  

                  任何帮助将不胜感激......

                  Any help would be much appreciated...

                  推荐答案

                  在他们解决这个问题之前,我使用了一些 hacky 解决方法:

                  I've used a bit of a hacky workaround until they fix this:

                  http://pastebin.com/Qwu0bEed

                  这篇关于FB.ui 和设置弹出窗口大小的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:Angular 2中的禁用按钮 下一篇:带有表格的 HTML/Javascript 弹出框

                  相关文章

                  1. <tfoot id='rPAon'></tfoot>

                    <small id='rPAon'></small><noframes id='rPAon'>

                  2. <legend id='rPAon'><style id='rPAon'><dir id='rPAon'><q id='rPAon'></q></dir></style></legend>
                    <i id='rPAon'><tr id='rPAon'><dt id='rPAon'><q id='rPAon'><span id='rPAon'><b id='rPAon'><form id='rPAon'><ins id='rPAon'></ins><ul id='rPAon'></ul><sub id='rPAon'></sub></form><legend id='rPAon'></legend><bdo id='rPAon'><pre id='rPAon'><center id='rPAon'></center></pre></bdo></b><th id='rPAon'></th></span></q></dt></tr></i><div id='rPAon'><tfoot id='rPAon'></tfoot><dl id='rPAon'><fieldset id='rPAon'></fieldset></dl></div>

                    • <bdo id='rPAon'></bdo><ul id='rPAon'></ul>