How to integrate box2d and cocos2d-html5 for just collision detection?

I am making game project as academic project. I would like to use cocos2d-html5 for game logic and box2d, Physics-Editor for objects collision.

I am import the following GB2ShapeCache.js for import shapes created by Physics-Editor.
https://github.com/LemonTreeStudio/Sample_ShapeCache_HTML5

I use Physics-Editor and the GB2ShapeCache.js for import the collision mask. It’s works.

I want to use a collision mask for the map and a collision mask for ball… however, I have added some move control for the ball.
when the ball inside the map, it has collision but I can’t drag it to a location by mouse.

could anyone help me please??