Paging for LibraryView added with JS tests.

This commit is contained in:
E. Kolpakov
2014-11-03 20:20:29 +07:00
parent 058176144e
commit ff1a08cbd5
22 changed files with 1987 additions and 630 deletions

View File

@@ -123,6 +123,10 @@ define(["jquery", "underscore", "js/views/xblock", "js/utils/module", "gettext",
});
},
acknowledgeXBlockDeletion: function(locator){
this.notifyRuntime('deleted-child', locator);
},
refresh: function() {
var sortableInitializedClass = this.makeRequestSpecificSelector('.reorderable-container.ui-sortable');
this.$(sortableInitializedClass).sortable('refresh');