Home
last modified time | relevance | path

Searched refs:GalleryNodeView (Results 1 – 1 of 1) sorted by relevance

/plugin/gallery/script/
Dprosemirror.js292 function GalleryNodeView(node, outerview, getPos) { class
300 GalleryNodeView.prototype = Object.create(AbstractNodeView.prototype); class
301 GalleryNodeView.prototype.constructor = GalleryNodeView;
310 GalleryNodeView.prototype.renderNode = function (attrs) {
346 GalleryNodeView.prototype.update = function (node) {
353 GalleryNodeView.prototype.selectNode = function () {
357 GalleryNodeView.prototype.deselectNode = function () {
362 return new GalleryNodeView(node, outerview, getPos);