gpt4 book ai didi

ExtJS GridPanel 数据工具提示

转载 作者:行者123 更新时间:2023-12-04 05:18:52 26 4
gpt4 key购买 nike

我想向我的 gridpanel 数据添加工具提示。我想把 map 放在工具提示面板上,我明白了,但是我的静态 map 的宽度是 600 像素,它从工具提示面板溢出。我使用了下面的代码,它工作正常,但不能为工具提示设置宽度。我该怎么办?

this.renderToolTip = function(argVal, metadata, record, rowIndex, colIndex, store)
{
var toolTipImg = '<img src="http://maps.googleapis.com/maps/api/staticmap?markers=color:green%7C' + record.data.latitude + ',' + record.data.longtitude + '&zoom=15&size=600x200&sensor=false" />';
var title = record.data.title;

return '<div ext:qtitle="' + title + '" ext:qtip="' + toolTipImg + '">' + argVal + '</div>';
};

最佳答案

试试这个:

...

ext:qwidth="100"

...

关于ExtJS GridPanel 数据工具提示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13914009/

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