Hello
This is Karthik from bangalore. i have some issues in fire-fox in rad editior. rad editor have one feture called apply css class dropdown tool in tool bar.i bind the css file in server side its working fine IE all the version but fire fox getting problem please check it attached file u will find out the proplem. Please give me the solution for this how to solve this problem.. Here by i pasted my server side Code for your reference..
RadEditor1.CssFiles.Clear()
If odb.IsExist("SELECT [StyleSheetID] FROM [" & ClientName & "].[dbo].[Templates] WHERE [TemplateID] = " & TemplateID) Then
Dim AllCSSFiles As New DataTable
AllCSSFiles = odb.GetDataTable("SELECT [StyleSheetID] FROM [" & ClientName & "].[dbo].[Templates] WHERE [TemplateID] = " & TemplateID)
For Each CSSFile As DataRow In AllCSSFiles.Rows
RadEditor1.CssFiles.Add("http://" & hidStageUrl.Value & "/CSS/css_" & Val(CSSFile("StyleSheetID")) & ".css")
Next
End If
Thanks & Regards
Pl.Karthik
This is Karthik from bangalore. i have some issues in fire-fox in rad editior. rad editor have one feture called apply css class dropdown tool in tool bar.i bind the css file in server side its working fine IE all the version but fire fox getting problem please check it attached file u will find out the proplem. Please give me the solution for this how to solve this problem.. Here by i pasted my server side Code for your reference..
RadEditor1.CssFiles.Clear()
If odb.IsExist("SELECT [StyleSheetID] FROM [" & ClientName & "].[dbo].[Templates] WHERE [TemplateID] = " & TemplateID) Then
Dim AllCSSFiles As New DataTable
AllCSSFiles = odb.GetDataTable("SELECT [StyleSheetID] FROM [" & ClientName & "].[dbo].[Templates] WHERE [TemplateID] = " & TemplateID)
For Each CSSFile As DataRow In AllCSSFiles.Rows
RadEditor1.CssFiles.Add("http://" & hidStageUrl.Value & "/CSS/css_" & Val(CSSFile("StyleSheetID")) & ".css")
Next
End If
Thanks & Regards
Pl.Karthik
