Class LinkedContentAssist
Defined in: </jobs/genie.orion/orion-client-stable/workspace/bundles/org.eclipse.orion.client.editor/web/orion/editor/linkedMode.js>.
Constructor Attributes | Constructor Name and Description |
---|---|
LinkedContentAssist(linkedData)
Creates a new LinkedContentAssist object which is used for linked data in templates
|
Method Attributes | Method Name and Description |
---|---|
chop(prefix, string)
Removes the prefix from the given string
|
|
computeProposals(buffer, offset, context)
|
Class Detail
LinkedContentAssist(linkedData)
Creates a new LinkedContentAssist object which is used for linked data in templates
- Parameters:
- {Object} linkedData
- The linked data
- Since:
- 9.0
- Returns:
- A new LinkedContentAssist object
Method Detail
{String}
chop(prefix, string)
Removes the prefix from the given string
- Returns:
- {String} The substring after removing the prefix
computeProposals(buffer, offset, context)
- Parameters:
- buffer
- offset
- context