Project

General

Profile

« Previous | Next » 

Revision 1039

Added by Matthias almost 15 years ago

- Updated FCKEditor Modul Version Number to 2.8.9

- added in FCKEditor Advisory Relation to Links (thanks to Luisehahne)

View differences:

fck_link.js
475 475
	GetE('txtAttTabIndex').value	= oLink.tabIndex <= 0 ? '' : oLink.tabIndex ;
476 476
	GetE('txtAttTitle').value		= oLink.title ;
477 477
	GetE('txtAttContentType').value	= oLink.type ;
478
	GetE('cmbAttContentRel').value	= oLink.rel ;
478 479
	GetE('txtAttCharSet').value		= oLink.charset ;
479 480

  
480 481
	var sClass ;
......
767 768
		SetAttribute( oLink, 'tabindex'	, ( GetE('txtAttTabIndex').value > 0 ? GetE('txtAttTabIndex').value : null ) ) ;
768 769
		SetAttribute( oLink, 'title'	, GetE('txtAttTitle').value ) ;
769 770
		SetAttribute( oLink, 'type'		, GetE('txtAttContentType').value ) ;
771
		SetAttribute( oLink, 'rel'		, GetE('cmbAttContentRel').value ) ;
770 772
		SetAttribute( oLink, 'charset'	, GetE('txtAttCharSet').value ) ;
771 773

  
772 774
		if ( oEditor.FCKBrowserInfo.IsIE )

Also available in: Unified diff