Guest User

Untitled

a guest
Jun 18th, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. loader.insert({
  2. onSuccess: function() {
  3.  
  4. var _myComponents = ["js/menu-renderer.js"];
  5.  
  6. YAHOO.util.Get.script(_myComponents, {
  7. onSuccess: function() {
  8.  
  9. }});
  10.  
  11. YAHOO.util.Event.onDOMReady(function () {
  12. var menu1 = new YAHOO.widget.AccordionView('myaccordion', {expandItem: 0, collapsible: true, expandable: false, width: '240px', animate: true, animationSpeed: '0.2'});
  13.  
  14. });
  15. },
  16. onFailure:function(msg) {
  17. //YAHOO.log(msg,'error','myPage');
  18. }
  19. }
Add Comment
Please, Sign In to add comment