Editor: Define help mouse handlers
This commit is contained in:
parent
594085c6f5
commit
1c56b3b206
1 changed files with 9 additions and 1 deletions
|
@ -1,6 +1,14 @@
|
|||
// Editor specific functions
|
||||
|
||||
function selectFieldChange(form) {
|
||||
function selectFieldChange() {
|
||||
}
|
||||
|
||||
var helpOpen;
|
||||
|
||||
function helpMouseover() {
|
||||
}
|
||||
|
||||
function helpMouseout() {
|
||||
}
|
||||
|
||||
function whisperClick(event, field) {
|
||||
|
|
Loading…
Add table
Reference in a new issue