Size to fit option
Hi , How to make work "Size all columns to Fit" option datagrid.I checked on ChassisRack sample where also it does not work .Could someone guide to make it work. I am using web client SDK 5.1 for my...
View ArticleFailing to load class com.vmware.vsphere.client.htmlbridge.HtmlView
Hi, I downloaded the vsphere_client_sdk directory that had all the HTML bridge documentation. I tried to import the vsphere-wssdk-html example to see if I can run that sample. However, I noticed that...
View ArticleGood patterns for storing small amounts of editable configuration data for a...
Hello,(my apologies if this has been asked already; I looked but couldn't find a similar discussion) I'm working on a vCenter plugin that needs a small amount (less than 1Kb) of configuration data (in...
View ArticleUse sendNavigationRequest to navigate to native vsphere views using htmlbridge?
Taking a look at the htmlBridge chassis sample, there are the references to something like: WEB_PLATFORM.sendNavigationRequest("com.vmware.samples.chassisb.SummaryView", objectId); used to navigate to...
View ArticleHiding plugin extension points
Hi, If we wanted a plugin extension point conditionally, is that possible in the web client? For example, if one of the extension points need to be hidden as a feature under certain conditions, can we...
View Articlewebclient_plugin: Tips for troubleshooting plugin registration
I'm building a new plugin for the html-bridge with both server and client components.My plugin registers fine, but virgo server log do not show it. And the plugin itself does not show up. I'm using...
View ArticleNeed Help on How to get navigation Tree style in Web client SDK 5.5 ? [URGENT]
hi, Recently we are working on vsphere web client SDK.We have to develop a tree fashioned navigator based plugin.Whatever the extension points in the sdk documentation and samples shows for inventory...
View ArticleColumnSetContainer user preferences for width of columns
hi laurentsd,I want to set width of columnsetContainers (datagrid ) column at run time and save it .so the next time when user login then user will see the columns as per his last preferences.Is this...
View ArticlePlugin Web ContextPath remappable
In the process of development I have found that if deploy our plugin on our vcenter server, I cannot then run properly from my Eclipse environment without first unregistering our plugin on our vcenter...
View ArticleHide Related Objects tab
Hi, Is there a way to hide the Related Objects tab.I am using VmWare SDK 5 for plugin development. Thanks ,
View ArticleAppWizard vs Wizard
I have noticed that AppWizard has been deprecated in 5.5 and no longer supported. If I replace AppWizard with its parent class Wizard, the wizard does not seem to work. Do you have examples showing how...
View ArticleError 2025 occurring when resizing browser window after instantiating...
I am getting an Error #2025 ("An internal error has occurred - Error #2025.") when resizing the browser window after instantiating an html-bridge view. This doesn't seem to happen when loading the...
View ArticleList your vSphere Web Client Plug-in on VMware Solution Exchange (VSX)
See the attached document describing how you can list your Web Client plugin on VSX: http://solutionexchange.vmware.com/For help please contact VSXAlliance@vmware.com directly.
View Articleget current user name on vsphere web client
Hi All, How can we get the current logged in username in vsphere web client. Threads https://communities.vmware.com/message/2297455#2297455 and https://communities.vmware.com/message/2246358#2246358...
View ArticleAccessing User information and privileges
I have a situation where we redirect the handling presentation of our management UI pages using the HTML Bridge to our back end server. In our plugin.xml file we have something along the lines of:...
View ArticleNeed help on objectViewTemplate extension
My intention is to get the Default tabs like gettingStarted, Summary, manage etc for my own solutionsCategoryIs it possible to extend a pointer node using objectViewTemplate (like VCO Home as shown in...
View ArticleHow to create Related Objects View in vSphere Webclient 5.1?
I am currently working on adding Related objects for each item in list view. What i intend to do is below....
View ArticleFiltering by privilege
I have some questions about filtering by privilege using the plugin.xml markup like: <metadata> <privilege>MyCustomPrivGroup.read</privilege> </metadata> Can this...
View ArticleInconsistent Object count in web client 5.5
Hi , I am using 5.1 SDK for developing web client plugin. 1)We have custom object listing in our plugin. 2)When we delete some objects from the list and click on refresh button, the object count in...
View ArticleHow t o check if current user has administrator role
Hi All, I have a requirement to check the role for user which is currently logged in web client. I want to provide some administrator only features and want to control flex UI based on the role....
View Article