Changeset 1715
- Timestamp:
- 2010-09-28 12:24:13 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/kauri-forms/kauri-forms-framework/src/main/kauri/static-{build}.key/kauri.forms/control.js
r1693 r1715 283 283 }); 284 284 }else{ 285 // it's a layout element : check if there is a cursor otherinsert a cursor before the element before removing it285 // it's a layout element : check if there is a cursor, otherwise insert a cursor before the element before removing it 286 286 if( ! store.getCursorIndex(index, group) ){ 287 287 var cursor = $this.clone(); 288 288 cursor.empty(); 289 cursor.hide(); 289 290 cursor.insertBefore($this); 290 291 store.addCursorIndex(index, cursor, group);
Note: See TracChangeset
for help on using the changeset viewer.