forked from ZwiiCMS-Team/ZwiiCMS
blocage annulation saisie commentaire
This commit is contained in:
parent
e44575d0ae
commit
52a22f5717
@ -67,6 +67,7 @@
|
|||||||
<?php echo template::textarea('blogArticleContent', [
|
<?php echo template::textarea('blogArticleContent', [
|
||||||
'label' => 'Commentaire avec maximum '.$this->getData(['module', $this->getUrl(0), $this->getUrl(1), 'maxlengthcomment']).' caractères',
|
'label' => 'Commentaire avec maximum '.$this->getData(['module', $this->getUrl(0), $this->getUrl(1), 'maxlengthcomment']).' caractères',
|
||||||
'class' => 'editorWysiwygComment',
|
'class' => 'editorWysiwygComment',
|
||||||
|
'noDirty' => true,
|
||||||
'maxlength' => $this->getData(['module', $this->getUrl(0), $this->getUrl(1), 'maxlengthcomment'])
|
'maxlength' => $this->getData(['module', $this->getUrl(0), $this->getUrl(1), 'maxlengthcomment'])
|
||||||
]); ?>
|
]); ?>
|
||||||
<div id="blogArticleContentAlarm"> </div>
|
<div id="blogArticleContentAlarm"> </div>
|
||||||
|
Loading…
Reference in New Issue
Block a user