[twdev] Refreshing tiddlywiki automatically with scroll position intact

2009-09-11 Thread Labsji
I have a readonly tiddlywiki that needs to be refreshed automatically. I'm able to accomplish the refresh easily( within a macro): - window.readonlyTimerHandler = function (){ story.permaView(); window.location.href = window.location.

[twdev] Re: Cancelling double-click event?

2009-09-11 Thread FND
> Is there a standard way to cancel the double-click event on > tiddlers in the story See here: http://tiddlywiki.org/wiki/Tiddler_Toolbar#Special_Symbols If you wanna do it programmatically, there respective toolbar command has a "defaultCommand" class which you can remove from the DOM el

[twdev] Re: Cancelling double-click event?

2009-09-11 Thread FND
> Is there a standard way to cancel the double-click event on > tiddlers in the story See here: http://tiddlywiki.org/wiki/Tiddler_Toolbar#Special_Symbols If you wanna do it programmatically, just remove the "defaultCommand" class from the respective DOM element. -- F. --~--~-~-

[twdev] Cancelling double-click event?

2009-09-11 Thread mahemoff
Hi All, Is there a standard way to cancel the double-click event on tiddlers in the story, the event which switches the tiddler into Edit mode? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To