SitePoint Sponsor |
|
User Tag List
Results 1 to 6 of 6
Thread: Fckeditor problem
-
Feb 15, 2008, 06:38 #1
Fckeditor problem
hey guys,
I am having problem in fckeditor in asp.net in mozilla browser...
it is working fine in IE, but doesn't show up in mozilla 2.0...
regards,
rainadaman.I was born intelligent,
But Google ruined me.
-
Feb 15, 2008, 07:09 #2
- Join Date
- May 2003
- Location
- Washington, DC
- Posts
- 10,653
- Mentioned
- 4 Post(s)
- Tagged
- 0 Thread(s)
Have you checked the error console or got firebug to debug the issue?
-
Feb 15, 2008, 07:17 #3
yes I did that, but still not showing...
is there somew configuration issue with IE and FIREFOX...I was born intelligent,
But Google ruined me.
-
Feb 15, 2008, 08:38 #4
- Join Date
- May 2003
- Location
- Washington, DC
- Posts
- 10,653
- Mentioned
- 4 Post(s)
- Tagged
- 0 Thread(s)
Sorry, I left my crystal ball, FCK edition, at home today.
Did you track down any error messages? Is the html code valid? Can you post the code here? Just having "I try to put FCK editor in firefox and it don't work" is nowhere near enough to go on to help you or even to help you help yourself.
-
Feb 15, 2008, 09:03 #5
this is code in my html page
<FCKeditorV2:FCKeditor Height="300px" Width="670px" BasePath="~/FCKeditor/" ID="FCK1" runat="server" ToolbarSet="Default"></FCKeditorV2:FCKeditor>
on page load :
FCK1.SkinPath = ConfigurationManager.AppSettings["skinPath"];
FCK1.ImageBrowserURL = ConfigurationManager.AppSettings["imageURL"];
and web.config file
<add key="skinPath" value="file:///C:\Documents and Settings\dammanjit.singh\Desktop\admin\FCKeditor\editor\skins\default\"/>
<add key="imageURL" value="http://localhost:1700/admin/FCKeditor/editor/filemanager/browser/default/connectors/aspx/connector.aspx"/>
actually fckeditor is loading but images are not showing.
thanxI was born intelligent,
But Google ruined me.
-
Feb 15, 2008, 09:05 #6
maybe skin is not loading...
but working fine on IE
I am still tryingI was born intelligent,
But Google ruined me.
Bookmarks