This is a migrated thread and some comments may be shown as answers.

Close playlist and Open play list tool tip

1 Answer 43 Views
MediaPlayer
This is a migrated thread and some comments may be shown as answers.
Pradeep Deshpande
Top achievements
Rank 1
Pradeep Deshpande asked on 18 May 2017, 09:03 AM

Support ,
As mentioned in the attached File, Open Play List and Close Play List tool tip are showing wrongly .
When the Play list are showing, Tool tip Shows as Open Play list. 
When the Playlist are not showing, Tool tip Shows as Close Play list. 
Is there any way to inter change this tool tip ?

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 23 May 2017, 07:56 AM
Hello,

You can update the title attribute values of the open/close playlist button using the following script:

<script>
    function pageLoad()
    {
        $telerik.$(".rmpOpenPlaylistButton").attr("title", "Close Playlist");
        $telerik.$(".rmpClosePlaylistButton").attr("title", "Open Playlist");
    }
</script>


Best regards,
Rumen
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
MediaPlayer
Asked by
Pradeep Deshpande
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or