On Oct 20, 1:25 am, Eric Shulman <[email protected]> wrote: > a tiddler. This is not always the case: some themes and plugins use > modified ViewTemplate/EditTemlate definitions, to add their own > additional toolbars.
So it would be better to search all toolbars. How deeply do I need to search? (Can toolbars contain toolbars?) Do any plugins currently add accessKeys to toolbar buttons? That might make it dangerous for the core to remove keys that it didn't add. However, if the data (potential accessKey assignments) is kept separate from the code (assigning and deassigning accessKeys to tool- bar buttons) I think the idea could still work. > Rather than writing your own accessor function, why not just use the > native DOM function: > var val=e.getAttribute(name); Thanks, I'll do that. I missed that function in the DOM tutorial page I was using. -- Derek --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
