473,386 Members | 1,706 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Anyone here use FCKEditor for ASP.NET?

I was experimenting w/ Freetextbox. One thing i noticed w/ FTB was that when
you look at the html source generated by FTB its not xhtml i.e. the tags are
uppercased. I just saw on the FTB forums that it has to do w/ how MSIE
handles the tags. Wondering if anyonehere has used FCKEditor and what they
think? Thx Ashok
Nov 23 '05 #1
4 3180
I have used FCK Editor , but havent worried abt the XHTML part.. But I think
in the config JS file there is a setting for XHTML..
I found it well suited when I needed a simple HTML editor.. The best part
was that I could edit the code and trim out all unwanted stuff to reduce the
loading time..

"Showjumper" wrote:
I was experimenting w/ Freetextbox. One thing i noticed w/ FTB was that when
you look at the html source generated by FTB its not xhtml i.e. the tags are
uppercased. I just saw on the FTB forums that it has to do w/ how MSIE
handles the tags. Wondering if anyonehere has used FCKEditor and what they
think? Thx Ashok

Nov 23 '05 #2
Did you edit the js config file to customize the display becuase i dont want
all those toolbar buttons displayed? Thx
"Sreejith Ram" <Sr*********@discussions.microsoft.com> wrote in message
news:9E**********************************@microsof t.com...
I have used FCK Editor , but havent worried abt the XHTML part.. But I
think
in the config JS file there is a setting for XHTML..
I found it well suited when I needed a simple HTML editor.. The best part
was that I could edit the code and trim out all unwanted stuff to reduce
the
loading time..

"Showjumper" wrote:
I was experimenting w/ Freetextbox. One thing i noticed w/ FTB was that
when
you look at the html source generated by FTB its not xhtml i.e. the tags
are
uppercased. I just saw on the FTB forums that it has to do w/ how MSIE
handles the tags. Wondering if anyonehere has used FCKEditor and what
they
think? Thx Ashok

Nov 23 '05 #3
yes. I initially edited the js config file to hide buttons.. that works well

Later after going through the other js files, I could remove the code for
the unwanted buttons to reduce the size of the control.. This was a while
back and I remeber I had to do some trial-error to remove the code.. not much
help documetns available in FCK Edit website..

"Showjumper" wrote:
Did you edit the js config file to customize the display becuase i dont want
all those toolbar buttons displayed? Thx
"Sreejith Ram" <Sr*********@discussions.microsoft.com> wrote in message
news:9E**********************************@microsof t.com...
I have used FCK Editor , but havent worried abt the XHTML part.. But I
think
in the config JS file there is a setting for XHTML..
I found it well suited when I needed a simple HTML editor.. The best part
was that I could edit the code and trim out all unwanted stuff to reduce
the
loading time..

"Showjumper" wrote:
I was experimenting w/ Freetextbox. One thing i noticed w/ FTB was that
when
you look at the html source generated by FTB its not xhtml i.e. the tags
are
uppercased. I just saw on the FTB forums that it has to do w/ how MSIE
handles the tags. Wondering if anyonehere has used FCKEditor and what
they
think? Thx Ashok


Nov 23 '05 #4
Ok thx for the info. Also there appears to be a security issue related to
the connector file which could allow people access to directories they
should have etc. Do you know if this still an issue with the latest version?
"Sreejith Ram" <Sr*********@discussions.microsoft.com> wrote in message
news:1E**********************************@microsof t.com...
yes. I initially edited the js config file to hide buttons.. that works
well

Later after going through the other js files, I could remove the code for
the unwanted buttons to reduce the size of the control.. This was a while
back and I remeber I had to do some trial-error to remove the code.. not
much
help documetns available in FCK Edit website..

"Showjumper" wrote:
Did you edit the js config file to customize the display becuase i dont
want
all those toolbar buttons displayed? Thx
"Sreejith Ram" <Sr*********@discussions.microsoft.com> wrote in message
news:9E**********************************@microsof t.com...
>I have used FCK Editor , but havent worried abt the XHTML part.. But I
>think
> in the config JS file there is a setting for XHTML..
> I found it well suited when I needed a simple HTML editor.. The best
> part
> was that I could edit the code and trim out all unwanted stuff to
> reduce
> the
> loading time..
>
> "Showjumper" wrote:
>
>> I was experimenting w/ Freetextbox. One thing i noticed w/ FTB was
>> that
>> when
>> you look at the html source generated by FTB its not xhtml i.e. the
>> tags
>> are
>> uppercased. I just saw on the FTB forums that it has to do w/ how MSIE
>> handles the tags. Wondering if anyonehere has used FCKEditor and what
>> they
>> think? Thx Ashok
>>
>>
>>


Nov 23 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: Ronald | last post by:
Hi, I'm am trying to implement FCKeditor in my webapplication, but unfortunatly, I haven't succeeded in doing this. After almost a week, I finally got an compiled application, but now I get some...
0
by: Gerry | last post by:
FCKeditor appears to be a good product. Unfortunately, the documentation is severaly lacking. (Due to this?)I am having a problem and I have a question. Problem: FCKeditor appears to function...
2
by: Ferret Face | last post by:
Has anyone had any success using ASP.NET with FCKEditor?
1
by: deneb | last post by:
Hello everyone, I know this isn't related to generic javascript but I didn't found a group dedicated to the FCKEditor. I'm sorry for the inconvenience. I'm desperately trying to set the focus...
5
by: Jeff | last post by:
Hey ASP.NET 2.0 lets say I have a web page containing a FCKeditor, when this page loads it will fill the FCKeditor with some kind of text... I'm wondering how to set this text in the...
0
by: beemer127 | last post by:
Hello: I'm really new to both .NET and SQL, and I am still learning. I have the FCKeditor working, meaning that it displays in my page, and I have the SQL connection string established, but I'm...
0
jariaman
by: jariaman | last post by:
Hi all, I'm using FCKeditor in my website project, i think it can upload image and file and also edit the content page. But, i can't upload file with the tools. I found message erorr say: XML...
1
by: Archana1 | last post by:
hi I want to add fckeditor in asp. but it have some error like page can not be display Please reply urgently my code is: <!-- #include...
1
by: ShirishKumar | last post by:
Hi, I have some problem with FCKEditor . First of all Required FiledValidator is not working for FCKeditor . I searched google and kept EnableClientScript of requiredfieldvalidator for...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.