mirror of
				https://github.com/pierre42100/ComunicWeb
				synced 2025-11-03 19:54:14 +00:00 
			
		
		
		
	Sceditor auto-expanding on post create form.
This commit is contained in:
		@@ -115,9 +115,9 @@ ComunicWeb.components.posts.edit = {
 | 
			
		||||
		
 | 
			
		||||
		sceditor.create(editorTextarea, {
 | 
			
		||||
			format: 'bbcode',
 | 
			
		||||
			height: "200px",
 | 
			
		||||
			width: "100%",
 | 
			
		||||
			icons: "material",
 | 
			
		||||
			height: "200px",
 | 
			
		||||
			toolbarExclude: "youtube,image,size,link,print,mail,emoticon,maximize"
 | 
			
		||||
		});
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -57,13 +57,14 @@ ComunicWeb.components.posts.form = {
 | 
			
		||||
 | 
			
		||||
		sceditor.create(inputMessageTextarea, {
 | 
			
		||||
			format: 'bbcode',
 | 
			
		||||
			height: "100px",
 | 
			
		||||
			width: "100%",
 | 
			
		||||
			toolbar: 'bold,italic,underline,subscript,superscript,' +
 | 
			
		||||
			'left,center,right,justify,color,' +
 | 
			
		||||
			'bulletlist,orderedlist,table,code,quote,source',
 | 
			
		||||
			emoticonsEnabled: false,
 | 
			
		||||
			icons: "material",
 | 
			
		||||
			autoExpand: true,
 | 
			
		||||
			resizeMaxHeight: -1,
 | 
			
		||||
			toolbarContainer: inputMessageToolbarTarget
 | 
			
		||||
		});
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user