The reason I ask is looking at the attached pic, you'll see the mouse cursor, a move cursor and the LI item (wrapped with a dotted border). That Top/Left distance is exactly the Top/Left distance from the DIV class=section to the DIV class=row inside the LI.
Should I be using an itemPath, ContainerPath, both? I'm just unclear. Any help would be appreciated.
Here is the basic code layout:
<div class="section">
<div class="row">
<div class="tab-content">
<div class="tab-pane">
<ol class="mycourselist">
<li>
<div class="row">
<div class="icon-move"><span class="glyphicon glyphicon-move"></div>
<div>col 2</div>
<div>col3</div>
<div>col4</div>
</li>
</ol>
</div>
</div>
</div>
</div>
</div>
