Is there a way to generate a title for a dialog dynamically?
Right now for an action that is triggered from a menu item I have added to an ESX Host, I have:
<object><root>
<actionUrl>/vsphere-client/vcenterWebClient-ui/redirect.html?page=MyPage</actionUrl>
<dialogTitle>#{MyFixedLabel.label}</dialogTitle>
<dialogSize>800,600</dialogSize>
</root></object>
I would like to add/append the identifying information of the ESX Host (i.e. IP address) being worked with to the title of the dialog box.
Is this possible?