﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3315	addIframe method is not available by default	Senthil		"When i call the addIframe method, browser returns an error as ""addIframe is not a function""

As per the discussion with Martin, to use this function i have to add iframeDialog plugin to my config.Toolbar. Yes, this can be added to the default config file but our customer will be overriding this default config file with their own custom config file. Thus addIframe will not work for the customer since they have overidden the default config file.

Our existing 2.6 plugins are using the following code to render the dialog:
Ex: FCKCommands.RegisterCommand( 'CustomLinks', new FCKDialogCommand( 'Oracle', 'Oracle',URL, 700, 600 ) ) ;

But in CKEditor3.0, i couldn't invoke the addIframe method since it is not available by default.

To support the 2.6 plugins, please make this function available by default."	Bug	closed	Must have (possibly next milestone)	CKEditor 3.0	General		invalid	Oracle	Senthil
