autocomplete: add [embed] tag to tag autocomplete and to docu docs
This commit is contained in:
		
					parent
					
						
							
								e20e64390b
							
						
					
				
			
			
				commit
				
					
						7a9a1b3722
					
				
			
		
					 2 changed files with 5 additions and 1 deletions
				
			
		|  | @ -296,7 +296,7 @@ function string2bb(element) { | |||
| 	$.fn.bbco_autocomplete = function(type) { | ||||
| 
 | ||||
| 		if(type=='bbcode') { | ||||
| 			var open_close_elements = ['bold', 'italic', 'underline', 'overline', 'strike', 'quote', 'code', 'spoiler', 'map', 'img', 'url', 'audio', 'video', 'youtube', 'vimeo', 'list', 'ul', 'ol', 'li', 'table', 'tr', 'th', 'td', 'center', 'color', 'font', 'size', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'nobb', 'noparse', 'pre', 'abstract']; | ||||
| 			var open_close_elements = ['bold', 'italic', 'underline', 'overline', 'strike', 'quote', 'code', 'spoiler', 'map', 'img', 'url', 'audio', 'video', 'embed', 'youtube', 'vimeo', 'list', 'ul', 'ol', 'li', 'table', 'tr', 'th', 'td', 'center', 'color', 'font', 'size', 'h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'nobb', 'noparse', 'pre', 'abstract']; | ||||
| 			var open_elements = ['*', 'hr']; | ||||
| 
 | ||||
| 			var elements = open_close_elements.concat(open_elements); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 rabuzarus
				rabuzarus