>  config.macros.closeAll.handler = function(place)
>  {
...
>  
> createTiddlyButton(place,this.label,this.prompt,this.onClick,null,null,this.accessKey);
...

This will set the access key on *every* instance of the closeAll
command.  If this command occurs in more than one place in the
document, then there will be multiple DOM nodes with the same assigned
access key.  This is generally not a good idea, as this can be handled
differently by different browsers.

-e
Eric Shulman
TiddlyTools / ELS Design Studios


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/tiddlywikidev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to