mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-05 15:46:54 +00:00
First step of turning the rabbit hole inside out
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
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]>>
|
||||
Reference in New Issue
Block a user