fredck wrote: Several bug fixes and new features have been added, especially to our table support, including the ability of defining header rows and columns to tables. Special thanks to Alfonso Martinez and Koen Willems for their support on this.
fredck wrote: Several bug fixes and new features have been added, especially to our table support, including the ability of defining header rows and columns to tables. Special thanks to Alfonso Martinez and Koen Willems for their support on this.
Hi there, just found a bug in the markup generated from this fabulous editor: --- FCKeditor generates the following-------
fredck wrote:@trumbitta, it looks like you have found one of those rare cases were the IE DOM is a bit smarter than FF's.
We need a ticket for it though. These forums are the wrong place for handling bugs. Please open a ticket at our dev site, including all the information you have precisely described here.
fredck wrote:@trumbitta, it looks like you have found one of those rare cases were the IE DOM is a bit smarter than FF's.
We need a ticket for it though. These forums are the wrong place for handling bugs. Please open a ticket at our dev site, including all the information you have precisely described here.
Re: FCKeditor 2.6.4 released!
http://xplus3.net/2008/05/29/how-to-install-fckeditor-on-drupal/#comment-483
http://www.normanfellows.com/drupal/node/17
I'll edit this post if I have any further comments to make.
Re: FCKeditor 2.6.4 released!
Re: FCKeditor 2.6.4 released!
Re: FCKeditor 2.6.4 released!
Re: FCKeditor 2.6.4 released!
dev site
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
Re: FCKeditor 2.6.4 released!
https://dev.fckeditor.net/ticket/2874
Re: FCKeditor 2.6.4 released!
http://code.google.com/p/bjspell/
http://webreflection.blogspot.com/2009/ ... dirty.html
Re: FCKeditor 2.6.4 released!
Can anybody let me know that, Do we require any licence to use FCKEditor in our System.
Thanks in advance
Re: FCKeditor 2.6.4 released!
var eCaption = oEditor.FCKDomTools.GetFirstChild( table, 'CAPTION' ) ; if ( document.getElementById('txtCaption').value != '') { if ( !eCaption ) { eCaption = oDoc.createElement( 'CAPTION' ) ; table.insertBefore( eCaption, table.firstChild ) ; } eCaption.innerHTML = document.getElementById('txtCaption').value ; } else if ( bExists && eCaption ) { // TODO: It causes an IE internal error if using removeChild or // table.deleteCaption() (see #505). if ( oEditor.FCKBrowserInfo.IsIE ) eCaption.innerHTML = '' ; else eCaption.parentNode.removeChild( eCaption ) ; }Re: FCKeditor 2.6.4 released!
Frederico Knabben
CKEditor Project Lead and CKSource Owner
--
Follow us on: Twitter | Facebook | Google+ | LinkedIn
Re: FCKeditor 2.6.4 released!
http://dev.fckeditor.net/ticket/2874