VIP Icon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2018 11:31 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2018 11:44 AM
Hi Ankita,
You can do that by modifying the client script Highlight VIP Caller
Thanks,
Berny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2018 11:48 AM
Within the client script, the trick can be done in line 27 where you can modify the style behavior...
callerLabel.setStyle({backgroundImage: "url(images/icons/vip.gif)", backgroundRepeat: "no-repeat", backgroundPosition: bgPosition, paddingLeft: '30px' });
Please note you will need to use a different property than the paddingLeft.
Thanks,
Berny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2018 12:00 AM
Thanks bernyalvarado for the reference, just made few more changes in script and it worked perfectly. In Client Script Highlight VIP Caller, In line 27 method bgPosition is being called, thus made changes in bgPosition values in line 25 where it is by default bgPosition = "5% 45%"; (both values representing x and y position coordinates), you can change values as required to move VIP tag (e.g. : bgPosition = "70% 100%";).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2024 04:01 PM
Hi Tushar,
May I know why we are using doctype variable? what is the exact use to check the doctype here?