Quantcast
Channel: SharePoint 2013 - Development and Programming forum
Viewing all articles
Browse latest Browse all 7589

Change Title of Modal Dialog Box

$
0
0

Hi all,

I am attempting to change the title of the display form modal dialog box. What's odd is that it works in the console after load, but doesn't execute to change the title of the modal.

$(document).ready(function () {
    //Set the title of the dialog box to my field    

var myField = $('h3:contains("My Field Name")').closest('td').next('td').text();
    $('#dialogTitleSpan').html(myField);

});

Personal Blog: http://thebitsthatbyte.com


Viewing all articles
Browse latest Browse all 7589

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>