I need to create menu buttons that I can populate dynamically. How would I 
change menu buttons from static definition such as:
                        <MenuButton>
                            <menu>
                                <Menu>
                                    <sections>
                                        <Menu.Section>
                                            <Menu.Item buttonData="XXXX" 
action="myaction"/>
                                        </Menu.Section>
                                    </sections>
                                </Menu>
                            </menu>
                        </MenuButton>


so that I can add start with empty Menu.Section and add Menu.Item 
programmatically. Thanks.


______________________________________________

See  http://www.peak6.com/email_disclaimer.php
for terms and conditions related to this email

Reply via email to