when the message is large, text overlap each other and it is not looking good.
function showMessagePopup(errorMessage){
var popupXMLString =
‘’
+ ‘’
+ ‘’
+ ‘ ‘+ messageString +’’
+‘’
+‘’
+‘’
+‘’
+'</actions>'
+'</action>'
+ '</actions>'
+ '</pagetitle>'
+ '</components>'
+ '</popup>';
var popupXML = skuid.utils.makeXMLDoc(popupXMLString);