andlio

Untitled

May 16th, 2012
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // Here I declare
  2. <div data-dojo-id="mocSearchDlg" data-dojo-type="dijit.Dialog">
  3.     <div data-dojo-id="mocSearchPanel" data-dojo-type="widgets.panels.MocsSearchPanel"></div>
  4. </div>
  5.  
  6.  
  7. // Here I use
  8. mocSearchPanel.projectId = this.projectId;
  9. mocSearchDlg.show();
Advertisement
Add Comment
Please, Sign In to add comment