gpt4 book ai didi

javascript - 如何在 Ext.window 中插入一个新的 div

转载 作者:太空宇宙 更新时间:2023-11-04 01:35:51 25 4
gpt4 key购买 nike

我需要创建一个新的 div 来包装现有的 ExtJS 制作的。我的目标是为这个新的 div 插入一个 CSS 属性 (背景图像)。以下是场景:

<!-- First div is ExtJS made-->
<div class="x-window">

<!-- I want to create this one to wrap image inserted div below! -->
<div class="newOne" style="text-align: center;">

<!-- This div is ExtJS made as well! -->
<div class="x-window-header" style="background-image: url('Icon.png');></div>

</div>

</div>

我使用了上面的 div ,它是 ExtJS 制作的,名称为 x-window 但它没有应用 text-align: center;属性。我已经尝试在相同的 x-window-header div 元素中对齐居中,但它也没有应用!

如何创建非ExtJS制作的div?

最佳答案

如果你想添加 css 使用 cls confid 和 giv 类名。

如果你想在标题中添加图像,请执行以下操作:-

第一步:-

'cls':'className'

第二步:- 在您的 css 文件中

.className .x-window-header{
background-image: url(...);
}

关于javascript - 如何在 Ext.window 中插入一个新的 div,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46235605/

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