#3026: Provide a method for making iframe based dialogs
--------------------------------------+-------------------------------------
 Reporter:  martinkou                 |       Owner:  martinkou   
     Type:  New Feature               |      Status:  new         
 Priority:  High                      |   Milestone:  CKEditor 3.0
Component:  UI : Dialogs              |     Version:  SVN         
 Keywords:  Confirmed Oracle Review?  |  
--------------------------------------+-------------------------------------
Changes (by martinkou):

  * keywords:  Confirmed Oracle Review- => Confirmed Oracle Review?


Comment:

 To test it, use the following code:
 {{{
 CKEDITOR.dialog.addIframe(
 'test',
 'Testing',
 'http://www.cksource.com/',
 500,
 400,
 function(){ alert( 'iframe loaded' ); }
 );

 CKEDITOR.instances.editor1.openDialog( 'test' );
 }}}

 It can be pasted directly into Firebug console or compressed into a
 javascript: URL for other browsers without a JavaScript console. A dialog
 should appear and loads the www.cksource.com homepage. After the dialog is
 closed, subsequent calls to CKEDITOR.instances.editor1.openDialog( 'test'
 ) should open the dialog and load the page again.

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/3026#comment:5>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
FCKeditor-Trac mailing list
FCKeditor-Trac@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to