Wednesday, December 03, 2008 ..:: Forums ::.. Register  Login
 Forums Minimize
SearchForum Home
     
  Mainstream Forums  Developers  New module addi...
 New module addition question
 
kalchev
2 posts
Joined
11/1/2006

New module addition question
Posted: 15 Dec 06 9:59 AM

Hi-

Can anybody explain what we must to do to catch which is active menu tab.

The reason I am askin is because, we added some new menu tabs directly into the database (there is no other way or splendidCRM' control that can be used for that), but when we go to that page there is no active tab and under the tabs we have orange line about 3-4px width.

So what else we can do to remove that orange line?

Every idea is really welcome :)

Thanks

support
2153 posts
1st
Joined
1/3/2006

Re: New module addition question
Posted: 17 Dec 06 10:02 AM

The active tab is typically set as a property of the ~/_controls/Header.ascx control.  Most modules set the active tab in the default.aspx, view.aspx and edit.aspx. 

<%@ Register TagPrefix="SplendidCRM" Tagname="Header" Src="~/_controls/Header.ascx" %>

<SplendidCRM:Header ID="ctlHeader" Visible="<%# !PrintView %>" ActiveTab="Accounts" NewRecord="~/Accounts/NewRecord.ascx" Runat="Server" />

 

  Mainstream Forums  Developers  New module addi...

Forum Home  Search       

Copyright (c) 2006-2008 SplendidCRM Software, Inc. All Rights Reserved.   Terms Of Use  Privacy Statement
DotNetNuke® is copyright 2002-2008 by Perpetual Motion Interactive Systems Inc.