Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@goofmint
Last active October 14, 2016 08:14
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 goofmint/fb7f087f0ec6dddb54e681d79eb7dd20 to your computer and use it in GitHub Desktop.
Save goofmint/fb7f087f0ec6dddb54e681d79eb7dd20 to your computer and use it in GitHub Desktop.
9.md
var controller = {
__name: 'Drag&DropController',
// 初期化処理
__ready: function() {
},
// 要素がドロップされた時のコールバック
drop: function(org, event, ui) {
}
};
// コントローラの作成と要素へのバインド.
h5.core.controller('#container', controller);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment