Guest User

Untitled

a guest
Apr 24th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. var suggContNode = dijit.byId("suggestionContainer");
  2. var suggDiv = new dijit.layout.ContentPane({
  3. id: "hoverDiv" + i,
  4. style: {width: "100%",height: "32%"}
  5. });
  6. suggContNode.addChild(suggDiv);
  7.  
  8. This is not working....I mean the contentpane is not visible, so I am assuming that its not working :-)
Add Comment
Please, Sign In to add comment