Small width layout Medium width layout Maximum width layout Small text Medium text Large text
     Search
Downloads Downloads Directory Directory Forums Forums Forge Forge Blogs Blogs        Marketplace Marketplace Careers Program Careers
Community › Forums Register  |  

AspDotNetStoreFront
  Ads  
OnyakTech
 


  Sponsors  

Meet Our Sponsors

OnyakTech
CrystalTech Web Hosting™
Webhost4life, specialists in DNN hosting
Mad Development is a full service interactive agency focusing on the merge of design, technology, e-commerce, and affiliate marketing by providing total website solutions.
SteadyRain
DataSprings - Great Ideas. Always Flowing.
 


DotNetNuke Forums
 
  Forum  General DotNetN...  Extend It! ( Pr...  accordion doesn't open anymore after dnn update to 4.8.4 (URGENT)
Previous Previous
 
Next Next
New Post 6/16/2008 3:33 AM
Unresolved
User is offline Senthrax
65 posts
10th Ranked


accordion doesn't open anymore after dnn update to 4.8.4 (URGENT) 

I just updated a site from DNN 4.7.0 to 4.8.4

After the update my accordions from the ajax control toolkit don't open and close anymore.

Does anyone know why this is happening?

I am using xhtml strict as doctype

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

and here is some code of an accordion:

<ajaxToolkit:Accordion ID="KDAcc4Cat" runat="server" SelectedIndex="-1"
HeaderCssClass="gm_kd_acc3header" Font-Bold="True" HeaderSelectedCssClass="gm_kd_acc3headerselected"
ContentCssClass="gm_kd_acc3content" FadeTransitions="false" FramesPerSecond="40" Enablev13wstat3="True"
TransitionDuration="150" AutoSize="None" RequireOpenedPane="false" SuppressHeaderPostbacks="false" >
<HeaderTemplate>
<asp:Label ID="lblID6" runat="server" Text='<%#DataBinder.Eval(Container.DataItem, "ID")%>' Visible="False"></asp:Label>
&nbsp;&raquo;<asp:Label ID="lblAcc3CatHeader" runat="server" CssClass="gm_kd_acc3header" Text='<%#DataBinder.Eval(Container.DataItem, "Naam")%>'></asp:Label>
</HeaderTemplate>
<ContentTemplate>
TEST<br />
</ContentTemplate>
</ajaxToolkit:Accordion>
 
New Post 6/16/2008 6:16 AM
User is offline Senthrax
65 posts
10th Ranked


Re: accordion doesn't open anymore after dnn update to 4.8.4 (URGENT) 

I have resolved the issue.

By adding:

If DotNetNuke.Framework.AJAX.IsInstalled Then
      DotNetNuke.Framework.AJAX.RegisterScriptManager()
End If

on the page load. Apparently this was not required in DNN 4.7.0 but it is in 4.8.4

I am having a strange issue with my accoridions though in IE6. The "a" tags that are in the content of the accordion don't remain in place, they jump down a couple of lines. The rest of the content stays in place.

Any ideas?

 
New Post 6/16/2008 6:26 AM
User is offline Michael Washington
2842 posts
ADefWebserver.com
5th Ranked










Re: accordion doesn't open anymore after dnn update to 4.8.4 (URGENT) 

When the page scrolls, the control will lose position unless you place the items in a panel and give it a CssClass class like:

< asp:Panel ID="pnlUsers" runat="server" Height="50px" Width="125px" CssClass="PanelExtender" >

Then you give that .css class a  position of relative like:

< style >
.PanelExtender
{
    position: relative;
}
< /style >

This is from Chris Han (The position problem with ListSearch control in Ajax ControlTool Kit)



Michael Washington
* ADefWebserver.com
* DNN Module Developer's Guide
* IWEB - DNN Web Services
* Silverlight and DotNetNuke
 
Previous Previous
 
Next Next
  Forum  General DotNetN...  Extend It! ( Pr...  accordion doesn't open anymore after dnn update to 4.8.4 (URGENT)
 


Forum Policy

These Discussion Forums are dedicated to the discussion of the DotNetNuke Web Application Framework.

For the benefit of the community and to protect the integrity of the project, please observe the following posting guidelines:

1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DotNetNuke.
2. Discussion or promotion of DotNetNuke product releases under a different brand name are strictly prohibited.
3. No Flaming or Trolling.
4. No Profanity, Racism, or Prejudice.
5. Site Moderators have the final word on approving/removing a thread or post or comment.
6. English language posting only, please.

 


Sunset Hill Solutions - Consulting and Development
We offer general DNN consulting services - including custom module development and commercial module integration/setup.
www.sunsethill.ca
MaximumASP
MaximumASP provides a wide array of web hosting plans to fit any hosting need. We also provide software and services needed to keep it running optimally.
MaximumASP.com
Mad Development: dotnetnuke design and development
We are an expert Dotnetnuke shop specializing in developing solutions that merge the requirements of design and branding, content management, ecommerce, search engine optimization and business logic.
www.MadDevelopment.com

DotNetNuke Corporation   Terms Of Use  Privacy Statement
DotNetNuke®, DNN®, and the DotNetNuke logo are trademarks of DotNetNuke Corporation
Hosted by MaximumASP