VMware {code} Community
ilyak
Contributor
Contributor

Summary header view html5

Hello, I'm developing a new html 5 web client plugin (sdk 6.5), I want to add a summary for our custom object. The summary should have header and two or three portlets.

In the old flex sdk we added 

<variable name="summaryHeaderView" value="qualified flex class name"/> in the templateInstance of the object in the plugin.xml.
 
It seams that this way is not suitable for html5 plugin.
 
How can we solve it ?
 
 
Reply
0 Kudos
1 Reply
laurentsd
VMware Employee
VMware Employee

For a custom object your plugin owns the entire Summary page, so you can display what you want.  There is no access to portlets the way they are rendered in vSphere object's summary pages.  See the Chassis sample for instance.  Or download plugin-seed.zip from vSphere HTML5 Web Client  to get started with the Angular-Typescript-Clarity stack

Reply
0 Kudos