tinyfactory
7 Jul 2011, 10:28 PM
In the API docs for Sencha Touch's Ext.util.Droppable there is an important typo under the config options:
validDropMode : String
Determines when a drop is considered 'valid' whether it simply need to intersect the region or if it needs to be contained within the region. Valid values are: 'intersects' or 'contains'
'intersects' should be 'intersect'
validDropMode : String
Determines when a drop is considered 'valid' whether it simply need to intersect the region or if it needs to be contained within the region. Valid values are: 'intersects' or 'contains'
'intersects' should be 'intersect'