Class orion.editor.Style
This object is used to define style information for the text view.
See:
orion.editor.TextView
orion.editor.TextView#event:onLineStyle
Defined in: </shared/eclipse/e4/orion/I201404012230/bundles/org.eclipse.orion.client.editor/web/orion/editor/textView.js>.
| Constructor Attributes | Constructor Name and Description | 
|---|---|
| Field Attributes | Field Name and Description | 
|---|---|
| An object with DOM attributes. | |
| An object with CSS properties. | |
| A CSS class name. | |
| A DOM tag name. | 
					Field Detail
				
				
					 
					
					
					{Object}
					attributes
					
					
					
						An object with DOM attributes.
						
						
					
					
					
						
						
						
						
					
					
					{Object}
					style
					
					
					
						An object with CSS properties.
						
						
					
					
					
						
						
						
						
					
					
					{String}
					styleClass
					
					
					
						A CSS class name.
						
						
					
					
					
						
						
						
						
					
					
					{String}
					tagName
					
					
					
						A DOM tag name.