fix editor

merge-requests/119/head
Anton Romanov 4 years ago
parent 30e06335e9
commit 2110c21be7

@ -25,6 +25,10 @@
#mainForm\:paperPanel > tbody > tr > td { #mainForm\:paperPanel > tbody > tr > td {
border: none; border: none;
} }
.ui-editor.ui-widget-content {
background: white !important;
}
</style> </style>
<p:panel id="panel" header="Статья" style="margin-bottom:10px;"> <p:panel id="panel" header="Статья" style="margin-bottom:10px;">
<p:panelGrid cellpadding="5" id="paperPanel"> <p:panelGrid cellpadding="5" id="paperPanel">
@ -81,8 +85,8 @@
<p:outputLabel for="comment" value="Комментарий:"/> <p:outputLabel for="comment" value="Комментарий:"/>
</p:column> </p:column>
<p:column> <p:column>
<p:textEditor id="comment" widgetVar="editor2" value="#{paperView.paper.comment}" height="300" <p:editor id="comment" widgetVar="editor2" value="#{paperView.paper.comment}" height="300"
style="margin-bottom:10px" placeholder="Комментарий"/> style="margin-bottom:10px" placeholder="Комментарий"/>
</p:column> </p:column>
</p:row> </p:row>
<p:row> <p:row>

@ -32,7 +32,7 @@
<p:confirmDialog global="true" showEffect="fade" hideEffect="fade"> <p:confirmDialog global="true" showEffect="fade" hideEffect="fade">
<p:commandButton value="Да" type="button" styleClass="ui-confirmdialog-yes" icon="pi pi-check"/> <p:commandButton value="Да" type="button" styleClass="ui-confirmdialog-yes" icon="pi pi-check"/>
<p:commandButton value="Нет" type="button" styleClass="ui-confirmdialog-no" icon="pi pi-times"/> <p:commandButton value="Нет" type="button" styleClass="ui-confirmdialog-no" icon="pi pi-times"/>
</p:confirmDialog> </p:confirmDialog>te
</div> </div>
<p:dataTable value="#{papersView.papers}" var="paper" paginator="true" paginatorPosition="bottom" <p:dataTable value="#{papersView.papers}" var="paper" paginator="true" paginatorPosition="bottom"

Loading…
Cancel
Save