Hi,
I've been working on my checklist plugin (site
here), see
this thread.
I've been following a suggestion by @Jon to use the keyboard when editing an item of the checklist.
I found the keyboard widget useful for that. But it creates a div and it's not looking pretty in the checklist.
To see it, go to the
site, click on the tiddler "EditCheckboxMod" in the recent tiddlers, and check the checkbox. Then go to the example and edit an item. You can now user the "return" key to save the modification. But the elements of the checklist under the one that is edited are pushed down a bit too much because of the div created by the keyboard widget.
To correct that, in my own working file; I modified the keyboard widget to generate a "span" instead of a "div", and it works just fine.
So I was wondering whether the keyboard widget could be modified, and have a "tag" attribute to choose the html element that is created (just like the button widget for instance).
Regards
FrD