Can I open a specific entry in a dojo accordion?
问题 I want to put links in the left navigation of my application that open an xPage and select a specific accordion entry. Not sure how to do this Any thoughts? 回答1: I am assuming here that you want to do this programmatically. Look into this answer- https://stackoverflow.com/a/1190455/1047998 - which describes the usage of selectChild which is used to select specific accordion pane. You can also go through the Dojo API documentation of dijit.layout.AccordionContainer - http://dojotoolkit.org/api