📄 calendar.js
字号:
function fPopUpCalendarDlg(ctrlobj,webContext)
{
showx = event.screenX - event.offsetX +20 ; // + deltaX;
showy = event.screenY - event.offsetY + 20; // + deltaY;
newWINwidth = 210 + 4 + 18;
//retval = window.showModalDialog(webContext+"/common/calendar/CalendarDlg.htm", "", "dialogWidth:197px; dialogHeight:230px; dialogLeft:"+showx+"px; dialogTop:"+showy+"px; status:no; directories:yes;scrollbars:no;Resizable=no; " );
retval = window.showModalDialog("common/js/calendar/CalendarDlg.htm", "", "dialogWidth:150px; dialogHeight:180px; dialogLeft:"+showx+"px; dialogTop:"+showy+"px; status:no; directories:yes;scrollbars:no;Resizable=no; " );
if( retval != null ){
ctrlobj.value = retval;
}else{
//alert("canceled");
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -