Skip to content

Instantly share code, notes, and snippets.

@goofmint
Last active October 14, 2016 08:14
Embed
What would you like to do?
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