dijit.moveToBookmark
dojo.require("dijit");
defined in dijit/_base/focus.js
Moves current selection to a bookmark
Usage
function (/*Object*/ bookmark) (view source)
parameter | type | description |
---|---|---|
bookmark | Object | This should be a returned object from dojo.html.selection.getBookmark() |