This question is locked. New answers and comments are not allowed.
i want to change the font settings of the title and also, i want to place a logo beside title to the left side. How to do that?
Can you write a sample code. Or direct me to appropriate place.
var alertWindow = $.telerik.window.create({
title: "MedAssets Revenue Solutions",
draggable: true,
resizable: false,
modal: true,
actions: ["Close"],
html: "<br><table><tr><td><img src='../Content/Images/red_x_sign.jpg' height='32' width='32'/></td><td valign='center'>" + msg + "<br>" + message + "</td></tr></table><br><br>" + "<div align='center'><input type='button' value=' OK ' style='width: 60px' class='t-button' onclick='CloseMessageBox()'></div>",
width: 400,
height: "auto"
Can you write a sample code. Or direct me to appropriate place.
var alertWindow = $.telerik.window.create({
title: "MedAssets Revenue Solutions",
draggable: true,
resizable: false,
modal: true,
actions: ["Close"],
html: "<br><table><tr><td><img src='../Content/Images/red_x_sign.jpg' height='32' width='32'/></td><td valign='center'>" + msg + "<br>" + message + "</td></tr></table><br><br>" + "<div align='center'><input type='button' value=' OK ' style='width: 60px' class='t-button' onclick='CloseMessageBox()'></div>",
width: 400,
height: "auto"