|
|
|
'
},
position: {
target: $(document.body), // Position it via the document body...
corner: 'center' // ...at the center of the viewport
},
show: {
when: 'click', // Show it on click
solo: true // And hide all other tooltips
},
hide: false,
style: {
width: { max: 350 },
padding: '14px',
border: {
width: 9,
radius: 9,
color: '#666666'
},
name: 'light'
},
api: {
beforeShow: function()
{
// Fade in the modal "blanket" using the defined show speed
$('#qtip-blanket').fadeIn(this.options.show.effect.length);
},
beforeHide: function()
{
// Fade out the modal "blanket" using the defined hide speed
$('#qtip-blanket').fadeOut(this.options.hide.effect.length);
}
}
});
// Create the modal backdrop on document load so all modal tooltips can use it
$('')
.css({
position: 'absolute',
top: $(document).scrollTop(), // Use document scrollTop so it's on-screen even if the window is scrolled
left: 0,
height: $(document).height(), // Span the full document height...
width: '100%', // ...and full width
opacity: 0.7, // Make it slightly transparent
backgroundColor: 'black',
zIndex: 5000 // Make sure the zIndex is below 6000 to keep it below tooltips!
})
.appendTo(document.body) // Append to the document body
.hide(); // Hide it initially
});
|
|
|
|
|
|
您的位置 » 主页
» 行业类别
» ADVANTECH Europe GmbH
ADVANTECH Europe GmbH
|
|
成立于1983年的研华科技是处于领先地位的科技行业公司,为您提供值得信赖的新型嵌入式和自动化产品及配套解决方案。研华科技为客户打造完善的系统集成方案,硬件、软件配套设施,以及以客户为核心的设计服务,另外拥有全球物流支持。行业领先地位的前台和后台电子商务办公系统方案为研华企业的运营提供了强有力的后盾。我们和旗下伙伴通力合作,为大范围多种行业提供各种不同领域内完善的运营方案。研华科技一直是高品质、高性能计算机平台开发和制造的鳌头企业,我们的使命是通过提供忠实可靠的网络平台产品和服务为我们企业的创新方案保驾护航。选择研华,应用创新无极限。
全球认可的知名度 研华科技是英特尔和微软官方认可的合作联盟,我们的客户会发现我们的产品所包含的技术和全球市场上其他产品具有广泛的兼容性。
|
|
|
|
|