Browse by Tags

Related Posts

  • Re: Best FREE Rich Text Editor?

    [quote user="Mikesdotnetting"] [quote user="Endurance Man"] I decided to give FreeRichTextEditor a go. I am having a problem with it though and there is no support at all [/quote] That's as good a reason as any for NOT using it. [/quote] Regarding support and documentations, fckeditor...
    Posted to Getting Started (Forum) by sangam100 on 06-10-2009, 12:00 AM
    Filed under: asp.net, fckeditor, free text editor
  • BIND FCKEDITOR on more than one textarea with same name

    I want to convert both the textarea with FCKEDITOR functionlaity but only first one is converting to FCKEDITOR and the second one remains the simple textarea PLZ NOTE: textArea name should have same name because i m creating text area with some loop < html xmlns ="http://www.w3.org/1999/xhtml">...
    Posted to Client Side Web Development (Forum) by miwasi2002 on 05-18-2009, 12:00 AM
    Filed under: FCKeditor
  • FCKEditor Customization

    Hello! i m using FCKEditor with my ASP .Net application. i want to customize its file browsing and file uploading mechanism. i want tht when image is uploaded its thumbnail should also be saved to some location and then later i want to show it in image browser. i hv done coding of showing it in image...
    Posted to Component Discussions (Forum) by Mahwish on 04-15-2009, 12:00 AM
    Filed under: FCKeditor
  • Re: Fck Editor Image uploading problem

    Hi jack_tom, i am sure by now you would have resolved your problem. But i just came across a solution to this problem so i am sharing it with you.. just modify the connector.aspx file as // URL path to user files. UserFilesPath = "~/Resources/ArticleData/" ; // The connector tries to resolve...
    Posted to Component Discussions (Forum) by KushKashyap on 03-28-2009, 12:00 AM
    Filed under: UserfilesAbsolutePath, asp.net 2.0, fckeditor image adding problem, FCKeditor
  • Get Client ID from inside a formview

    I am using the FCKeditor text editor inside my website. I am trying to use a plugin with the editor that requires me to find the value of a control using documnet.getElementbyID(). I have NO Javascript experience but from what I can tell I need to do something like the following. document.getElementById...
    Posted to Client Side Web Development (Forum) by laurav_00 on 01-12-2009, 12:00 AM
    Filed under: ClientID, FCKeditor
  • FCKeditor works but when copying to asp.net website -> error uploading file

    I have unziped fckeditor kit,made it work on http://test.ghidmanagement.ro/editor.aspx Now If I copy/paste files from my working test website to my real website, the editors upload and browse server functions does not work anymore It gives me some xml error.... On my real website I have a web.config...
    Posted to Component Discussions (Forum) by victorantos on 11-28-2008, 12:00 AM
    Filed under: upload functions, FCKeditor
  • Re: need Help for HTML editor in ASP.net, C#.net

    Hi, Check this sample code, aspx page <%@ Page Language="C#" ValidateRequest="false" AutoEventWireup="true" CodeFile="FCKEditor_Sample.aspx.cs" Inherits="FCKEditor_Sample" %> <%@ Register Assembly="FredCK.FCKeditorV2" Namespace="FredCK...
    Posted to Client Side Web Development (Forum) by ASP.NET Dev on 11-19-2008, 12:00 AM
    Filed under: FCKeditor
  • Re: FCKEditor gives 404

    Hi, You have to copy the FCEditor folder into root folder of your website and add the following keys in web.config file. < appSettings > <!-- FCK Editor--> < add key= "FCKeditor:BasePath" value= "~/FCKeditor/" /> < add key= "FCKeditor:UserFilesPath"...
    Posted to Component Discussions (Forum) by ASP.NET Dev on 11-06-2008, 12:00 AM
    Filed under: FCKeditor
  • Re: FCKeditor - Syntax Highlighting / Code Listing

    The problem was actually with the version of FCKeditor .net I was using (2.6). Html elements entered in normal view (i.e. the code samples) were not being correctly encoded, so that when the resulting page was loaded, the browser was trying to render these elements i.e. rendering <html> instead...
    Posted to Component Discussions (Forum) by retroviz on 11-01-2008, 12:00 AM
    Filed under: syntax highlighting, FCKeditor
  • FCKeditor

    I have an FCKeditor control inside the form tag on a .aspx page. I am trying to add a simple ASP .NET button control below it but cannot make it appear when the page renders because the FCKeditor is spanning the whole page. The button shows for a split second before the FCKeditor fits the whole screen...
    Posted to Component Discussions (Forum) by sudeepunnikrishnan on 10-02-2008, 12:00 AM
    Filed under: FCKeditor
Page 1 of 6 (53 items) 1 2 3 4 5 Next > ... Last ยป