Skip to content

Instantly share code, notes, and snippets.

@DavidSpriggs
Created July 14, 2015 19:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DavidSpriggs/edbb7a119d168b630cda to your computer and use it in GitHub Desktop.
Save DavidSpriggs/edbb7a119d168b630cda to your computer and use it in GitHub Desktop.
widget for viewer.js config file that loads an href via a content pane.
hrefContent: {
include: true,
title: 'hrefContent',
id: 'myWidgetID',
type: 'titlePane',
position: 10,
path: 'dijit/layout/ContentPane',
options: {
href: 'js/gis/dijit/Help/templates/HelpDialog.html',
preload: true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment