Skip to content

dirigiblelabs/template-extension-view

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template V3 - Extension IDE View

Eclipse License GitHub contributors

Overview

  1. IDE view
  ...
<body>
  <h1>Hello World!</h1>
</body>
  ...
  1. View extension
{
  "module": "{{view-template-definition-location}}",
  "extensionPoint": "ide-view",
  "description": "{{view-description}"
}
  1. View template definition
exports.getView = function() {
  return {
    "id": "{{view-id}}",
    "name": "{{view-name}}",
    "factory": "frame",
    "region": "center-bottom",
    "label": "{{view-label}}",
    "link": "{{view-page-location}}"
  };
};

License

This project is copyrighted by SAP SE and is available under the Eclipse Public License v 2.0. See LICENSE and NOTICE.txt for further details.

About

Extension view template for version 3.x and above

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors