|
|
|
'
},
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
});
|
|
|
|
|
|
您的位置 » 主页
» 行业类别
» Motorola Solutions, Inc.
Motorola Solutions, Inc.
|
|
摩托罗拉解决方案(Motorola
Solutions )联通人与科技。
摩托罗拉解决方案公司为全球企业和政府客户提供商业用以及关键业务通信产品和服务。它设计制造、销售安装、检修并维护模拟及数字双向无线电、无线局域网和安全产品、语音和数据通信产品和系统,其产品主要服务于专用网络、无线宽带系统和应用于政府和公共安全机构的终端到终端的移动解决方案,另外还包括零售业、能源、公用事业,运输和制造业、医疗保健以及其他商业客户。
|
|
|
|
|