Browse by Tags

Related Posts

  • Re: Change Accordian SelectedIndex in the client

    I tried this a few different ways - but I always get "Object doesn't support this property or method" I downloaded the latest (i think) - no difference. Microsoft.Web.Atlas.dll - 9/19/06 AtlasControlToolkit.dll - 9/15/06 Microsoft.AtlasControlExtender.dll - 9/19/06 Do I have the right builds...
    Posted to "Atlas" Control Toolkit (Forum) by Vegivore on 09-20-2006, 12:00 AM
    Filed under: Accordion, JavaScript, Atlas Control Toolkit, Atlas, atlas Control Toolkit panel extender accordion
  • Re: How to catch AccordionPane Select Event ?

    Hi Ted ! I couldn't catch it using AccordionBehavior and selectedIndex but with the following it work's function accSelectedChange(sender, eventArgs) { if (eventArgs.get_propertyName() == "SelectedIndex" ) { alert(sender.get_ClientState()); } } function pageLoad() { $object( 'accObjekt_AccordionProperties'...
    Posted to AJAX Control Toolkit (Forum) by mc24 on 10-04-2006, 12:00 AM
    Filed under: Accordion, JavaScript
  • Re: Change Accordian SelectedIndex in the client

    Are old threads still checked? If so, how would one access the Accordion, client side, when it is embedded in a <UpdatePane>...<Multiview>....<View> <Atlas:Accordion... Using the code above I get 'undefined'. (Obviously I've changed accHost for my own control name) var...
    Posted to AJAX Control Toolkit (Forum) by angel1058 on 10-11-2006, 12:00 AM
    Filed under: Accordion, JavaScript, Atlas, accordian, UpdatePanel
  • Add Accordian Panels in Client-side JavaScript

    How can I add Accordian Panels dynamically to an Accordian control on the page using just cleint-side JavaScript?
    Posted to "Atlas" Control Toolkit (Forum) by Vegivore on 09-17-2006, 12:00 AM
    Filed under: Accordion, JavaScript, Dynamically Creating Controls, Atlas Control Toolkit, Atlas, atlas Control Toolkit panel extender accordion
Page 1 of 1 (4 items)