#1834: FCKeditor ASP -
---------------------+------------------------------------------------------
 Reporter:  BlazTer  |        Type:  New Feature                  
   Status:  new      |    Priority:  Normal                       
Milestone:           |   Component:  Server : ASP                 
  Version:           |    Keywords:  Sub Create to Function Create
---------------------+------------------------------------------------------
 fckeditor line 56,57,58
 Old:
 {{{
 Public Sub Create( instanceName )
         Response.Write CreateHtml( instanceName )
 End Sub
 }}}

 New:
 {{{
 Public Function Create( instanceName )
         Create = CreateHtml( instanceName )
 End Function
 }}}


 When creating the FCKeditor:

 {{{
 strMyVariable = oFCKeditor.Create("FCKeditor1")
 }}}

 Now I can do watever i want with the variable. And have more controle of
 the position  and stuff.
 In this way, the website developer can control the complete editor.

 You can think about this feature form template's and stuff.

 Greetings,
 Jeffrey Grune
 (Keep up the good work :D)

-- 
Ticket URL: <http://dev.fckeditor.net/ticket/1834>
FCKeditor <http://www.fckeditor.net>
The text editor for Internet
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
FCKeditor-Trac mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fckeditor-trac

Reply via email to