getData('doc') ?? new NullEditorDoc(); $isNewDoc = $doc->id === 0; /** @var \phpOMS\Views\View $this */ echo $this->data['nav']->render(); ?>
>
getData('editor')->render('editor'); ?>
getData('editor')->getData('text')->render( 'editor', 'plain', 'fEditor', $doc->plain, $doc->content ); ?>