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

10 lines
690 B
HTML

<div ux-id="edit-ka" 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 ux-id="{{section.name}}" 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 ux-id="edit-ka-section_{{$index}}" 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>