Hi,
I originally installed the latest Trial Version of RadEditor, but it broke all editing capability of my MOSS test site collection. I removed the trial version and installed the Light Version which solved the editing problem, but now SpellCheck is broken.
The Spelling Form comes to life, but it seems to be checking the RadEditor contents with the HTML tags.
Any ideas how to fix this?
Thanks,
Craig
this.Tabs.Clear ( );
foreach ( nsMy.TabEnum eTab
in System.Enum.GetValues ( typeof ( nsMy.TabEnum ) ) )
{
string sTab = this.GetTabResourceString ( eTab );
Telerik.WebControls.
Tab oTab
=
new Telerik.WebControls.Tab ( sTab );
this.Tabs.Add ( oTab );
oTab.Visible =
true;
oTab.Width =
this.Width;
oTab.Height =
this.Height;
}
The page renders with no tabs as follows...
<div id="SiteNavigationTabs" class="tabstrip RadTabStrip_Default " style="height: 52px;
width: 996px;">
<!-- 3.6.6 -->
<script type="text/javascript" src="/Holstein.Business.Web.Ui.Y2k9/WebResource.axd?d=w3G4nS8o0t2zayUSiMlufsMDJVIituibxCiGv_d-TD3cAdYf9bXCOF1_zwdfZ4jaqvgpkZdnJwg4y0NOygwBmKIPWeOaLYlMSTe-X9Sq7w-WyjLI9gJO5hreQg5Dy0Ya0&t=633518902860000000"></script>
<span id="SiteNavigationTabsStyleSheetHolder" style="display: none;"></span>
<div class="levelwrap level1">
<ul>
</ul>
</div>
<input type="hidden" id="SiteNavigationTabs_Hidden" name="SiteNavigationTabs" /><script
type="text/javascript">window["SiteNavigationTabs"] = new RadTabStrip("SiteNavigationTabs");window["SiteNavigationTabs"].Initialize({"Enabled":true},{});</script>
</div>
RadChart1.ClientSettings.YScale = 1.0 in the code behind but it makes no difference. Is it possible there is a issue with something like the z-index or something. The project file is extremely large and has a lot of depebndencies otherwise I would send it directly.