a9b8ac09db98761bc0709f7c7d33835e4b459745
Guides/Toolbar-Buttons.md
| ... | ... | @@ -195,3 +195,17 @@ Clicking this causes the current report to be exported in RTF format. |
| 195 | 195 | </li> |
| 196 | 196 | ``` |
| 197 | 197 | |
| 198 | +##Send Button |
|
| 199 | + |
|
| 200 | + |
|
| 201 | + |
|
| 202 | +Clicking this will send the current report via email. |
|
| 203 | + |
|
| 204 | +```html |
|
| 205 | +<div class="btn-group"> |
|
| 206 | + <button type="button" class="btn" lang-title="js_SendReport" title="Send report" onclick="InitiateEmail();"> |
|
| 207 | + <img class="icon" src="rs.aspx?image=ModernImages.mail.png" lang-alt="js_SendReport" alt="Send report" /> |
|
| 208 | + <span class="hide" lang-text="js_SendReport">Send report</span> |
|
| 209 | + </button> |
|
| 210 | +</div> |
|
| 211 | +``` |
|
| ... | ... | \ No newline at end of file |