Hi,
We are planning to migrate/implement our plugin from flex to pure HTML plugin (i.e; vSphere-Client only, no need to support vSphere Web Client).
Even Plugin-Seed-0.9.8 will use swf (as the seed supposed to work in both clients)
plugin.xml:
....
<resources>
<resource locale="{locale}">
<module uri="locales/some-ui-{locale}.swf"/>
</resource>
</resources>
......
My question is "Is it possible to get rid of swf for pure HTML plugin without losing the ability of localization?Because given custom-object-ui sample is not using localization"
It will be helpful if we can get working sample plugin.xml snippet?
Thanks,
Kumar T.