Hi ,
I am working on a asp.net 2.0 application now.
I want to pass variables from a popup windows to fckeditor.I can pass varibale from form or query variables to fckeditor.I do not have idea how the fckeditor can get the variables.Please give me a idea about this.
Thanks
Mark
I am working on a asp.net 2.0 application now.
I want to pass variables from a popup windows to fckeditor.I can pass varibale from form or query variables to fckeditor.I do not have idea how the fckeditor can get the variables.Please give me a idea about this.
Thanks
Mark

Re: How to pass variables to fckeditor?
$sBasePath = '/admin/FCKeditor/' ; $oFCKeditor = new FCKeditor('FCKeditor1') ; $oFCKeditor->ToolbarSet = 'MyTools' ; $oFCKeditor->BasePath = $sBasePath ; $oFCKeditor->Value= $postedValue ; $oFCKeditor->Width = '445' ; $oFCKeditor->Height = '500' ; $oFCKeditor->Create() ;HTH
Mike