Hi, complementing...

Add in your web.config configuration

<appSettings>
    <add key="FCKeditor:BasePath" value="~/fckeditor/"/>
</appSettings>



2010/5/7 Alex Vidotto <[email protected]>

> Hi,
>
> Add to a project folder fckeditor.
> Add assembly reference
>
>
> In page:
>
> <%@ Register Assembly="FredCK.FCKeditorV2" Namespace="FredCK.FCKeditorV2"
> TagPrefix="FCKeditorV2" %>
>
>
> control:
>
> <FCKeditorV2:FCKeditor ID="FCKeditor" runat="server"
> AutoDetectLanguage="true" StartupFocus="false" Height="400px" Width="700px"
> />
>
> behind
>
> using FredCK.FCKeditorV2.FileBrowser;
>
> control behind:
>
> FCKeditor.Value
>
>
> Regards.
> Alex Vidotto
>
>
>
>
>
> 2010/5/6 Santhosh Kumar <[email protected]>
>
>
>>
>> On Thu, May 6, 2010 at 11:34 AM, Raghupathi Kamuni <[email protected]
>> > wrote:
>>
>>> Open source project "BugNET" has used FCKeditor, download the code and
>>> see if anything is missing in your implementation
>>>
>>> http://www.bugnetproject.com/
>>>
>>>
>>> On Thu, May 6, 2010 at 10:15 AM, Santhosh V Kumar <
>>> [email protected]> wrote:
>>>
>>>> Hi all,
>>>>     I tried to implement FCKeditor to my page I followed these steps
>>>>
>>>> 1) Downloaded the FCKeditor
>>>> 2) Extracted it
>>>> 3) Add .dll in the tools and drag and drop
>>>> 4) For base path I created folder in that name.
>>>> 5) Tried to execute it
>>>>
>>>>  But the error which I got was
>>>>  Server Error in '/' Application.
>>>> The resource cannot be found.
>>>>
>>>> Description: HTTP 404. The resource you are looking for (or one of its
>>>> dependencies) could have been removed, had its name changed, or is
>>>> temporarily unavailable.  Please review the following URL and make
>>>> sure that it is spelled correctly.
>>>>
>>>> Requested URL: /fckeditor/editor/fckeditor.html
>>>>
>>>> I don't what I have to follow now was there is any other relevant tool
>>>> for this.
>>>>
>>>
>>>
>> Any other solution other than this since I felt difficult in finding
>> solution form this.
>>
>>
>>
>
>
> --
> Att.
> Alex Vidotto
>
>


-- 
Att.
Alex Vidotto

Reply via email to