19,809
edits
No edit summary |
No edit summary |
||
| Line 23: | Line 23: | ||
if (typeof XEBHideDelay === 'undefined') { | if (typeof XEBHideDelay === 'undefined') { | ||
// Time before the popup disappears after the mouse moves out | // Time before the popup disappears after the mouse moves out | ||
window.XEBHideDelay = 0 | window.XEBHideDelay = 1.0; | ||
} | } | ||
if (typeof XEBExtendEditSummary === 'undefined') { | if (typeof XEBExtendEditSummary === 'undefined') { | ||
| Line 572: | Line 572: | ||
var m = new GetPos(e || event); | var m = new GetPos(e || event); | ||
curPopup = new XEBPopup('bslfunc', m.x, m.y); | curPopup = new XEBPopup('bslfunc', m.x, m.y + 22); | ||
var mt = '<p>Enter the BSL function information: <\/p>' + | var mt = '<p>Enter the BSL function information: <\/p>' + | ||
'<form name="XEBPopupBSLfuncForm">' + | '<form name="XEBPopupBSLfuncForm">' + | ||
'<div id=" | '<div id="bsl_return_type">Function type: <select name="inputType"><option value="void">void</option><option value="bool">bool</option><option value="int">int</option><option value="float">float</option><option value="string">string</option></select></div><p\/>' + | ||
'Default return value: <input type="text" name="inputDefaultReturn" value="" size="10"><p\/>' + | '<div id="bsl_return_default">Default return value: <input type="text" name="inputDefaultReturn" value="" size="10"><p\/>' + | ||
'Function name: <input type="text" name="inputName" value="" size="20"><p\/>' + | 'Function name: <input type="text" name="inputName" value="" size="20"></div><p\/>' + | ||
'Number of columns: <input type="text" name="inputCol" value="3" size="2"><p\/>' + | 'Number of columns: <input type="text" name="inputCol" value="3" size="2"><p\/>' + | ||
// 'Alternating grey lines: <input type="checkbox" name="inputLine" checked="1" ><p\/>' + | // 'Alternating grey lines: <input type="checkbox" name="inputLine" checked="1" ><p\/>' + | ||