Click here to Skip to main content
15,921,716 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am new to Flex and developing a Content Management system.
I have a page to Enter a data and save it in database.
(ASP.Net web service as back end to save data)
In CMS Admin enters the page data and load it on user side.
When I enter a HTML data and renders it on the user side page it seems the HTML tables and tags are not working, So what is the alternative to it:confused:. so can any one tell me the solution for it.

Also I am looking for a editor control, to create content for CMS pages. like we are using the Telerik editor in our ASP.Net websites.

I come to know about FCKEditor, but dont know how to use it with Flex.

Thanks,
Ritz
Posted
Updated 3-May-10 23:01pm
v2

For HTML tables and tags to work I think you need the HTML header () and body() element and also html() element in which the contents should be wrapped.

The best open source editor nowadays developers using is FCKEditor. Try it out, it is very nice.

http://sourceforge.net/projects/fckeditor/[^]




Hope this will help!
 
Share this answer
 
v2
Comments
Rritesh Ravlani 4-May-10 4:30am    
Thanks for your reply however I am aware about the FCK editor but as I know it does not support flex and I am using Flex as Front end..
Rritesh Ravlani 4-May-10 7:58am    
Yes I had look into the FCK editor and It can be used with Flex.
I had tried with it by downloading it from http://blog.aboutme.be/2009/08/17/using-fckeditor-in-flex-and-air/. but I could not find how to make it work.
Can anyone provide me the steps how can i add the FCK in my existing project.


Thanks
Ritz
Yes I had look into the FCK editor and It can be used with Flex.
I had tried with it by downloading it from http://blog.aboutme.be/2009/08/17/using-fckeditor-in-flex-and-air/. but I could not find how to make it work.
Can anyone provide me the steps how can i add the FCK in my existing project.


Thanks
Ritz
 
Share this answer
 
v2
Following link will be useful to you to add FCKEditor to any project (New or Existing)

http://blog.aboutme.be/2009/08/17/using-fckeditor-in-flex-and-air/[^]

Hope this will help!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900