wv-modal-footer
Purpose
<wv-modal-footer/>. Used in conjunction with <wv-modal/> and <wv-modal-body/>
Properties
| name | description | 
|---|---|
| does not have any specific properties | |
Example
<wv-modal title="SQL Result" id="modal-sql-result" size="Large">
	<wv-modal-body>
		...
	</wv-modal-body>
	<wv-modal-footer>
		...
	</wv-modal-footer>
</wv-modal>