Hi,

I have the following code in a tiddler  called "new entity":

\define main()
<$transclude tiddler="my input table/form" mode="block"/>
<$set name="tags" value={{!!tags}}>
<$set name="text" value={{!!text}}>
<$set name="skeleton" value="$:/_skl/person">
<$set name="newtitle" value=<<def_newtitle>>>
<$button param=<<skeleton>>>
<$action-sendmessage $message="tm-new-tiddler" title=<<newtitle>> 
tags=<<tags>> text=<<text>>/>
<$action-sendmessage $message="tm-close-tiddler" param="$:/_new/entitty/>
<$action-sendmessage $message="tm-delete-tiddler" 
param="$:/temp/new/entity">Create</$button>
</$set></$set></$set></$set>
\end
<$tiddler tiddler="$:/temp/new/entity"><<main>></$tiddler>

I would like to be able to:
(1) Create and save the new tiddler without entering edit mode (atm it 
enters into edit mode and I have to click on the save button).
(2) Automatically navigates to new tiddler (which it currently does) and 
then close the current tiddler ("new entity"). The close tiddler function 
does not work.
(3) Delete the temp file without the delete confirmation message.

Thank you.

James

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to