A common practice is to use the SaveScript with standard HTML controls. The following code illustrates how a save action can be attached to a picture:
JScript |
<img onclick='<% #((AppointmentInplaceEditorTemplateContainer)Container).SaveScript %>'
src="../Images/CustomImages/Close.png" alt="Close" />
|