- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-25-2014 02:55 AM
I am calling a UI page from a Ui script on the basis of following code.
var Dialog = new GlideDialogWindow('MyDialog'); Dialog.setSize(580,550); Dialog.setTitle('${gs.getMessage("Test title")}'); Dialog.render();
But the dialog is opening without any text. Do anyone knows how to implement this because I want to use the localised values for title also.
Thanks
Deepak
Solved! Go to Solution.
- Labels:
-
Service Mapping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-25-2014 09:08 PM
Hi guys
Sorry to ask a silly question. I forgot that we can call getMessage('String') in client script while it is gs.getMessage('String') in server side. It is working fine now
Thanks
Deepak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-25-2014 05:29 AM
The script you have showed is a client script, better You need a jax call, before setting the dialog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-25-2014 09:08 PM
Hi guys
Sorry to ask a silly question. I forgot that we can call getMessage('String') in client script while it is gs.getMessage('String') in server side. It is working fine now
Thanks
Deepak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-25-2014 11:13 PM
Great Job!!!! and Great Invent as well