﻿
    
    // SET JAVASCRIPT FOR CHAT WINDOW TRIGGERS
    $(document).ready(function () {

        $('.cod-content-editable')
    	//.attr("title", "USE BUTTONS TO EDIT OR CREATE NEW RECORD")
        .css("cursor", "pointer")
	    /*.click(function () {
	        openPopup('https://www.securedata-trans16.com/ap/educationmangement/index.php?page=10', 'AppointmentSet', '800', '650', '');
	        return false;
	    });
        */

	});


    function openRadWindow(windowName) {
        try { radopen(null, windowName); }
        catch (ex) {
            //alert(ex);
        }
    }
    function closeRadWindow() {
        var activeToolTip = Telerik.Web.UI.RadToolTip.getCurrent();
        activeToolTip.hide();
    }

