[TW5] EditTextWidget's input loses focus after one keypress
139 views
Skip to first unread message
Andrei Dorian Duma
unread,
Apr 20, 2014, 3:01:00 PM4/20/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tiddl...@googlegroups.com
Hi guys!
First of all, TiddlyWiki is a great tool! I've discovered it a few days ago and I really like it.
I want to create a form, so I can add items to a list without manually creating tiddlers. I've only got this far:
<$edit field="book_name"/>
This creates an input field which defocuses after entering one character. It correctly updates the field, but I cannot type continuously. What am I doing wrong?
Regards,
Andrei
Matabele
unread,
Apr 20, 2014, 3:54:28 PM4/20/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tiddl...@googlegroups.com
Hi
Works better if you use an input form to edit a field in another tiddler -- in this case data entered will first create a tiddler called 'target' (if 'target' does not exist) and enter text into a field called 'test'.
<$edit tiddler="target" field="test" />
regards
Danielo Rodríguez
unread,
Apr 20, 2014, 3:55:36 PM4/20/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tiddl...@googlegroups.com
That's because you're editing a field of the current tiddler. You have to edit other tiddler fields. Take a look to editabke rable at my site, braintest.tiddlyspot.com. thats a pretty complex example but demonstrates how powerful TW is.
Andrei Dorian Duma
unread,
Apr 23, 2014, 9:16:06 AM4/23/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tiddl...@googlegroups.com
Thanks Matabele and Danielo. Editing other tiddler's fields works indeed.
On Sun, Apr 20, 2014 at 10:55 PM, Danielo Rodríguez <rdan...@gmail.com> wrote:
> That's because you're editing a field of the current tiddler. You have to edit other tiddler fields. Take a look to editabke rable at my site, braintest.tiddlyspot.com. thats a pretty complex example but demonstrates how powerful TW is.
>