gpt4 book ai didi

sencha-touch - Ext.msg.alert 只渲染第一行

转载 作者:行者123 更新时间:2023-12-01 08:38:28 26 4
gpt4 key购买 nike

我正在为 Android 设备开发一个应用程序,当我使用 Ext.msg.alert 时,如下所示:

Ext.msg.alert('Little fox jumped over something');

只有文本“Little fox jumped”显示在警报中,因为文本到达屏幕的右边界并且它不会自动将其余部分放在第二行。

我认为这是某种自动调整问题(?)。Ext.msg.alert 不会使文本适合其边框(?)。

我试过了
Ext.msg.alert('Little fox jumped over something').doComponentLayout();


Ext.msg.alert('Little fox jumped over something').doLayout();

但那些都没有用。

有没有人遇到过这个问题?有什么建议?

谢谢你。

最佳答案

该函数有3个参数:

Ext.Msg.alert('Title', 'The quick brown fox jumped over the lazy dog.', Ext.emptyFn);

尝试使用“更长”的文本设置第二个参数。应该是这样的: http://dev.sencha.com/deploy/touch/docs/?class=Ext.MessageBox

关于sencha-touch - Ext.msg.alert 只渲染第一行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6952903/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com