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
<variablename="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 ?