Skip to content

Instantly share code, notes, and snippets.

@sunvisor
Created March 12, 2019 23:17
Show Gist options
  • Select an option

  • Save sunvisor/91a19a08f8f48923d9a1ea4483f895cc to your computer and use it in GitHub Desktop.

Select an option

Save sunvisor/91a19a08f8f48923d9a1ea4483f895cc to your computer and use it in GitHub Desktop.
Ext JS での外部ライブラリの読み込み

Ext JS での外部ライブラリの読み込み

`Ext.mixin.Mashup’ を使う

 mixins: [ 'Ext.mixin.Mashup' ], 
 requiredScripts: [ 'http://d3js.org/d3.v3.min.js' ], 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment