#2599: Allow an arbitrary query string, and propagate it to dialog boxes
--------------------------------+-------------------------------------------
  Reporter:  kennardconsulting  |       Owner:           
      Type:  New Feature        |      Status:  closed   
  Priority:  Normal             |   Milestone:           
 Component:  UI : Dialogs       |     Version:           
Resolution:  wontfix            |    Keywords:  Confirmed
--------------------------------+-------------------------------------------
Changes (by fredck):

  * status:  reopened => closed
  * resolution:  => wontfix


Comment:

 @kennardconsulting,

 As explained by Alfonso, this is totally doable today, with easy. Taking
 your original reported example, you could do the following:

 {{{
 var editor = new FCKEditor( 'x' );
 editor.Config['foo'] = 'bar';
 }}}

 Then, you just need to retrieve the 'foo' configuration value in the
 dialog for your custom needs.

 If you instead need to retrieve the main page querystring from inside the
 dialog, top.document.location is enough for it.

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/2599#comment:4>
FCKeditor <http://www.fckeditor.net/>
The text editor for Internet
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to