Leo's Blog

Sunday, June 21, 2009

Open Accordion on click using javascript

In this example I'm going to show how to open an AjaxToolkit Accordion control using Javascript.

Let us have this following scenario. Lets have an Asp RadioButtonList who is going to have the declaration of the onClick event and call our javascript function.

<asp:RadioButtonList ID="rbl_Obj" runat="server" RepeatDirection="Horizontal" onclick="OpenAccordion(this)">

<asp:ListItem Value="1">Open Accordion<\asp:ListItem>

<asp:ListItem Value="0">Close Accordion<\asp:ListItem>

<\asp:RadioButtonList>

And here is our AjaxToolkit Accordion declaration:

<ajaxToolkit:Accordion ID="ajax_Accordion" runat="server" AutoSize="None" FadeTransitions="True"

RequireOpenedPane="false" SelectedIndex="-1" SuppressHeaderPostbacks="true" Visible="True">

Now, here is the Javascript function receiving just one parameter. In this case we are sending the ASP RadioButtonList object itself.

function OpenAccordion(objRadioButtonList) {

try {

var objAccordion = $get('<%ajax_Accordion.ClientID%>');

if (isChecked(objRadioButtonList)) {

/*--- For the toolkit version 1.0 use the following line ---*/

objHTML.AccordionBehavior.set_SelectedIndex(0); // 0 is the accordion pane index to be display.

/*--- For the toolkit version 3.0 use the following line instead ---*/

objHTML.set_SelectedIndex(0); // 0 is the accordion pane index to be display.

else {

/*--- For the toolkit version 1.0 use the following line ---*/

objAccordion.AccordionBehavior.set_SelectedIndex(-1); // Close opened pane

/*--- For the toolkit version 3.0 use the following line instead ---*/

objAccordion.set_SelectedIndex(-1); // Close opened pane.

}


objAccordion = null;

}

catch (ex) {

alert("Error: " + ex.description);

}

}

The method set_SelectedIndex needs to be invoke thru the property AccordionBehavior if your are still using the toolkit version 1.0 and .NET Framework 2.0.

Browser compatibility tested: IE 6 SP2, IE 7, IE 8, Safari 4, Chrome, Opera 9.6, Firefox 3.0

Thanks.

Labels:

207 Comments:

    «Oldest ‹Older 201 – 207 of 207
  • What's Taking place i'm new to this, I stumbled upon this I have discovered It positively helpful and it has
    aided me out loads. I'm hoping to contribute & assist different customers like its helped me. Great job.

    Also visit my page Louis Vuitton Bags

    By Anonymous Anonymous, At 2:32 PM  

  • Hiya! I know this is kinda off topic however , I'd figured I'd ask.
    Would you be interested in trading links or maybe guest writing a blog article or vice-versa?
    My blog discusses a lot of the same subjects as yours and I believe we could greatly benefit from each other.
    If you might be interested feel free to shoot me an e-mail.
    I look forward to hearing from you! Fantastic blog by the way!


    Feel free to surf to my web site - devenir riche

    By Anonymous Anonymous, At 2:29 PM  

  • Of this uncomplicated and fabulous meal you can expect to shock your family and friends!
    Doing this worked very well, must have been
    speedy and when required 2 rounds carried out, in your
    house . sprang while in the additionally order.
    To generate a feathered have an effect on, consist of the main cookie that have icing since listed, following that cylinder a couple right away similar lines among topping using a contrasting color or shade surrounding the head.
    I did this method around 25 days as well as , got rid of 4-5 P .
    c bodyfat. The housing market times could be
    Fri, that is definitely really venturing, and much much more other kinds of stores here in inevitable smaller communities.


    An advanced toaster oven ovens develop pushed close
    to just exactly toasting loaf of bread and it could be bagels.
    Considering that stove vacuums make way too high fumes, you require to launch you're window shades have all that is needed ventilation. Each ipad 2 is really easy take advantage of, and also its particular vent out is highly intuitiveeven individuals who have zero preceding familiarity with pc can easily get pleasure from taking capsule. Buy an elite array of cooking and allow your folks and you quite a few simple surprises. Strain a sauce down the beefs.

    Replace one side regarding your pies press even though batter, your helmet, to prepare rather than tiny energy. Clay-based blending technique Any category of clay surfaces normally requires joining and so fitness.

    my web page :: under counter oven microwave combo

    By Anonymous Anonymous, At 10:14 AM  

  • Thanks for some other informative website. The place else could
    I am getting that kind of info written in such a perfect method?
    I have a venture that I'm just now operating on, and I have been on the look out for such information.

    Feel free to surf to my website - http://slc-wireless.com/

    By Anonymous Anonymous, At 7:58 AM  

  • Hi Dear, are you actually visiting this site daily, if so afterward you will
    absolutely take pleasant experience.

    my site ... parquet flottant pas cher

    By Anonymous Anonymous, At 2:24 PM  

  • Hey I know this is off topic but I was wondering if you knew of any widgets
    I could add to my blog that automatically tweet my newest twitter updates.
    I've been looking for a plug-in like this for quite some time and was hoping maybe you would have some experience with something like this. Please let me know if you run into anything. I truly enjoy reading your blog and I look forward to your new updates.

    Stop by my homepage; fenetre pvc sur mesure prix

    By Anonymous Anonymous, At 6:27 AM  

  • qweqw qweqwfrom my iphone. I'm trying to finfrom my iphone. I'm trying to finBordo Klavyeli

    By Anonymous Anonymous, At 7:13 PM  

  • «Oldest ‹Older 201 – 207 of 207

Post a Comment

Subscribe to Post Comments [Atom]



<< Home