On Jan 8, 9:59 am, Ted <
keyongj...@gmail.com> wrote:
> thanks Eric. another question: i know newTiddler has lable param,
> seems that closeAll not.
> how can i change the label on a button of closeAll?
Put the following line of javascript into a tiddler (e.g.,
[[ConfigTweaks]])
config.macros.closeAll.label="your text goes here";
Tag that tiddler with 'systemConfig' (i.e., making it plugin) and then
save-and-reload.
That's it.
enjoy,
-e