gpt4 book ai didi

javascript - 如何在jsfiddle中创建面板?

转载 作者:行者123 更新时间:2023-12-02 18:56:50 25 4
gpt4 key购买 nike

var layout = Ext.create('Ext.panel.Panel', {
//renderTo: 'layout',
width: 500,
height: 500,
//title: 'Border Layout', //no title will be blank
layout: 'border',
items: [{
xtype: 'gmappanel',
id : 'mygooglemap',
gmapType: 'map',
zoomLevel: 7,
mapConfOpts: ['enableScrollWheelZoom','enableDoubleClickZoom','enableDragging'],
mapControls: ['GSmallMapControl','GMapTypeControl','NonExistantControl'],
setCenter: {
lat: 3.951941,
lng: 102.052002,
}
}],
renderTo: Ext.getBody() //get the body and display Layout at there
});

我有 renderto Body 但仍然无法显示任何内容?

这是我的 jsfiddle http://jsfiddle.net/anthor/Y4jP4/ 的链接

最佳答案

宝贝脚步 Chin Ye,宝贝脚步。

修改了代码以呈现面板: http://jsfiddle.net/dbrin/tayua/

您在 fiddle 中选择了 extjs 库,然后通过资源链接再次包含该库。相反,您需要包含 css 资源。

关于javascript - 如何在jsfiddle中创建面板?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15254801/

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