Home
last modified time | relevance | path

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

/plugin/prosemirror/
H A Drenderer.php24 public $nodestack; variable in renderer_plugin_prosemirror
45 $this->nodestack->addTop($node);
50 $this->nodestack->add($node);
55 $this->nodestack->drop($nodeType);
68 $parentNode = $this->nodestack->current()->getType();
70 $this->nodestack->drop($parentNode);
79 $this->nodestack = new NodeStack();
85 if ($this->nodestack->isEmpty()) {
89 $this->doc = json_encode($this->nodestack->doc(), JSON_PRETTY_PRINT);
93 $docNode = $this->nodestack
[all...]
/plugin/gallery/action/
H A Dprosemirror.php93 $event->data['renderer']->nodestack->add($node);