极限OA开源系统
源代码在线查看: bgcolor.js
软件大小: |
783 K |
上传用户: |
lyyfengyutongzh |
|
|
关键词: |
开源
|
下载地址: |
免注册下载 普通下载
|
|
function onColor(td)
{
td.style.backgroundColor='#FFFF99';
td.style.color='#0600FF';
}
function offColor(td)
{
td.style.backgroundColor='';
td.style.color='';
}
// Table Td BgColor
function onShortcutMenu(td)
{
td.style.backgroundColor='#FFEFC3';
td.style.color='#0000FF';
}
function offShortcutMenu(td)
{
td.style.backgroundColor='';
td.style.color='';
}
// Shortcut Menu BgColor
function onShortcutMenu2(td)
{
td.style.backgroundColor='#FFFEBC';
td.style.color='#0000FF';
}
function offShortcutMenu2(td)
{
td.style.backgroundColor='';
td.style.color='';
}
// Shortcut Menu BgColor 2
function onShortcutMenu3(td)
{
td.style.backgroundColor='#E7FFC2';
td.style.color='#0000FF';
}
function offShortcutMenu3(td)
{
td.style.backgroundColor='';
td.style.color='';
}
// Shortcut Menu BgColor 3
function onBorderColor(td)
{
td.style.border='1px dotted #888888';
td.style.backgroundColor='#F6F6F6';
td.style.color='#0000FF';
}
function offBorderColor(td)
{
td.style.border='1px #FFFFFF solid';
td.style.backgroundColor='';
td.style.color='';
}
// mainButton BorderColor
function onButton(td)
{
td.style.backgroundImage='url(./images/button_a_blue.gif)';
td.style.color='#FFFFFF';
}
function offButton(td)
{
td.style.backgroundImage='';
td.style.color='';
}
// Button BgColor