Skip to content

Instantly share code, notes, and snippets.

@sunvisor
Created March 12, 2019 23:17
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 sunvisor/91a19a08f8f48923d9a1ea4483f895cc to your computer and use it in GitHub Desktop.
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