mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-04 17:16:18 +00:00
24 lines
376 B
Plaintext
24 lines
376 B
Plaintext
title: saveChanges macro
|
|
modifier: colmbritton
|
|
created: 20110211143953
|
|
modified: 20110211144610
|
|
tags: macro
|
|
creator: colmbritton
|
|
|
|
Using the following creates a save changes button
|
|
{{{
|
|
<<saveChanges>>
|
|
}}}
|
|
|
|
Displays as:
|
|
|
|
<<saveChanges>>
|
|
|
|
The button label can also be changed and a tooltip added:
|
|
{{{
|
|
<<saveChanges [label] [tip]>>
|
|
}}}
|
|
Displays as:
|
|
|
|
<<saveChanges [label] [tip]>>
|