| http://www.w3.org/ns/prov#value | - In this case we need to utilize the RadNotification's client-side events and more precisely the OnClientShowing and OnClientHidden to respectively show and hide the modality div. Below is an example how to create such an element: if (!modalDiv) { modalDiv = document.createElement(div); modalDiv.style.width = 100%; modalDiv.style.height = 100%; modalDiv.style.backgroundColor = #aaaaaa; moda
|