|
|
@ -61,7 +61,13 @@ |
|
|
|
if (isEdit) |
|
|
|
if (isEdit) |
|
|
|
this.setValue(element.getAttribute('value')); |
|
|
|
this.setValue(element.getAttribute('value')); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
id: 'value-help', |
|
|
|
|
|
|
|
type: 'html', |
|
|
|
|
|
|
|
html: 'Leave blank for an automatic sequential reference number, or enter a custom footnote value', |
|
|
|
|
|
|
|
} |
|
|
|
], |
|
|
|
], |
|
|
|
} |
|
|
|
} |
|
|
|
], |
|
|
|
], |
|
|
@ -107,4 +113,4 @@ |
|
|
|
CKEDITOR.dialog.add( 'editreferencefootnotes', function( editor ) { |
|
|
|
CKEDITOR.dialog.add( 'editreferencefootnotes', function( editor ) { |
|
|
|
return referenceFootnotesDialog( editor, 1 ); |
|
|
|
return referenceFootnotesDialog( editor, 1 ); |
|
|
|
}); |
|
|
|
}); |
|
|
|
})(); |
|
|
|
})(); |
|
|
|