Skip to content

Instantly share code, notes, and snippets.

@MeoMix
Created November 13, 2012 01:54
Show Gist options
  • Save MeoMix/4063435 to your computer and use it in GitHub Desktop.
Save MeoMix/4063435 to your computer and use it in GitHub Desktop.
//Create a storage location for the tree view dialog.
var treeViewDialog = $('<div />', {
id: 'TreeViewDialog'
}).appendTo(workflowDialog);
//Create a storage location for the lookup tree which is about to be created inside of our dialog.
var dialogContent = $('<div />', {
id: 'TreeViewDialogContent'
});
dialogContent.appendTo(treeViewDialog);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment