﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1834	FCKeditor ASP -	BlazTer		"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)
"	New Feature	closed	Normal		Server : ASP		invalid	HasPatch	
