Created
July 14, 2015 19:47
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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