|
|
@ -102,9 +102,9 @@ CKEDITOR.plugins.reference_footnotes = { |
|
|
|
realElement = origElement; |
|
|
|
realElement = origElement; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
if (text && text.length > 0 ) |
|
|
|
if (text && text.length > 0 ) { |
|
|
|
realElement.setText(text); |
|
|
|
realElement.setText(text); |
|
|
|
if (value && value.length > 0 ) |
|
|
|
} |
|
|
|
realElement.setAttribute('value',value); |
|
|
|
realElement.setAttribute('value',value); |
|
|
|
|
|
|
|
|
|
|
|
var fakeElement = editor.createFakeElement( realElement , 'cke_reference_footnote', 'hiddenfield', false ); |
|
|
|
var fakeElement = editor.createFakeElement( realElement , 'cke_reference_footnote', 'hiddenfield', false ); |
|
|
|