Dave Burke : Freelance .NET Web Developer specializing in Online Communities

CS Nuglet: On Telligent_Modal is not defined in CS2007

A Community Server project I'm working on currently is based on a custom theme that I received from my client.  It's a very attractive theme that I like a lot.  Seriously.  And there aren't a lot of attractive Community Server sites out there, so I appreciate working with a standout theme.

I was working on a custom Chameleon form that contained a modal window link, but a Javascript "Telligent_Modal is not defined" error prevented the modal window from opening.  Looking in the custom theme's .Master file I saw the problem:  a missing Telligent Modal Web Control.


<TWC:Modal ID="Modal1" runat="server" CssClasses="CommonModal,
      CommonModal1,CommonModal2.....MaskCssClasses="CommonModalMask"
      LoadingUrl="~/utility/loading.htm" />


So if you're customizing a CS2007 site and see the above in a .Master file and think it doesn't do anything...well, it does.

Comments (0) | Post RSS RSS comment feed

Posted on 2/20/2008 9:57:16 PM by Dave Burke
Categories: Community Server
Tags: No tags for this post

Related posts

Comments are closed

This site was built with the Sueetie .NET Online Community Framework. Learn more about Sueetie at Sueetie.com.