Hi,
we had a problem with the new HTML Client. In one of our views, we start a wizard, in which a user has to make choises about some settings. These settings are quite involved, and have to be displayed correctly for the user to be able to choose. Since our wizard could only be as big as the IFRAME which contains our views, we had problems displaying the values...
THANKS to the modal in the htmSdk, we have much more room to show everything, and it is now usable. The modal is very easy to use, and works quite well!!! I can recommend it.
Just the one question though...
Our plug-in works in both the FLEX and the HTML Client, so we have to determine when the htmlSdk.modal can be used, and when not. If I understand correctly, it should only be used if the Client has version 6.5 U2 and greater...
I've used the following to make the decision:
var useSDKModal = WEB_PLATFORM.getClientType() != "flex";
But I don't think that this is good enough - can you suggest a better way? What if the user has WebClient version 6.5 U1??
thanks for the info
Cathy