replaceContent (idx, amt, objects) Void
private
Should actually replace the specified objects on the content array. You can override this method in subclasses to transform the content item into something new.
This method will only be called if content is non-null
.
Parameters:
-
idx
Number
- The starting index
-
amt
Number
- The number of items to remove from the content.
-
objects
Array
- Optional array of objects to insert or null if no objects.
Returns:
-
Void
Please login to continue.