save_button

NAML documentation   Watch a video
   Usages of this macro
... in macro_viewer.naml
570
571
572
573
574
<macro name="save_button" requires="macro_source">
    <button id="saveButton" class="toolbar" style="font-weight:bold;display:none" onclick="saveChanges()">
        Save Changes
    </button>
</macro>