PslResource.OpenResourceEditor
Opens the resource editor for this resource.
Syntax
Expression.OpenResourceEditor ([optional] idDisplay as String) as PslResourceEditor
Expression Object of type PslResource
idDisplay optional, the name of the resource display to show. The names are depending on the parser and the add-ins, that provide the source display. Valid names are "Translation" shows the 'normal' resource used for translation "Source" shows the original resource from the source file "Source Text" shows a text display of the source file (e.g. HTML parser, Java parser) "Text Renderer" shows the rendered text, if the project is prepared for text rendering
Returns the PslResourceEditorobject, if successful.