SmartIT_Extensions/BMC/smart-it-full/views/knowledge-article/edit-knowledge-article.html

10 lines
613 B
HTML

<div prevent-click-event class="ka-ckeditor">
<div ng-if="!removeToolbar" id="ckeditor-top-bar" class="ka-ckeditor__top-bar"></div>
<div class="ka-ckeditor__content">
<div class="ka-ckeditor__section" ng-repeat="section in article.content">
<div class="ka-ckeditor__section-name" ng-click="handleSectionLabelClick($event)">{{section.label}}</div>
<edit-knowledge-article-section options="editorOptions" section="section" article-uuid="{{article.uuid}}"></edit-knowledge-article-section>
</div>
</div>
<div ng-if="!removeToolbar" id="ckeditor-bottom-bar" class="ka-ckeditor__bottom-bar"></div>
</div>