Class orion.SyntaxChecker
Provides access to validation services registered with the service registry.
Defined in: </shared/eclipse/e4/orion/I201404012230/bundles/org.eclipse.orion.client.ui/web/orion/syntaxchecker.js>.
Constructor Attributes | Constructor Name and Description |
---|---|
Provides access to validation services registered with the service registry.
|
Method Attributes | Method Name and Description |
---|---|
checkSyntax(contentType, title, message, contents)
Looks up applicable validators, calls them to obtain problems, passes problems to the marker service.
|
Class Detail
orion.SyntaxChecker()
Provides access to validation services registered with the service registry.
Method Detail
checkSyntax(contentType, title, message, contents)
Looks up applicable validators, calls them to obtain problems, passes problems to the marker service.
- Parameters:
- contentType
- title
- message
- contents