Am Mittwoch, 12. November 2014 20:20:07 UTC+1 schrieb Danielo Rodríguez:
>
> But with the same name, not with skeeve as title. 


???

Just try it. Ready to be pasted to tiddlywiki.com:

|!Username |<$edit-text tiddler="$:/temp/newuser" placeholder="username" tag
="input" type="text"/> |
|!First Name |<$edit-text tiddler="$:/temp/newuser" field="firstname" 
placeholder="first name" tag="input" type="text"/> |
|!Last Name |<$edit-text tiddler="$:/temp/newuser" field="lastname" 
placeholder="last name" tag="input" type="text"/> |
|!E-Mail |<$edit-text tiddler="$:/temp/newuser" field="email" 
placeholder="e-mail 
address" tag="input" type="text"/> |
|!sometags |<$checkbox tiddler="$:/temp/newuser" tag="Admin"> Admin<
/$checkbox><br/><$checkbox tiddler="$:/temp/newuser" tag="cron"> cron<
/$checkbox><br/><$checkbox tiddler="$:/temp/newuser" tag="www"> www</$checkbox> 
|

<$reveal type="nomatch" text="" state="$:/temp/newuser">
  <$button set="$:/temp/newuser!!title" setTo={{$:/temp/newuser}}>
    <$reveal type="match" text={{$:/temp/newuser}} 
state={{$:/temp/newuser}}>
      Modify
    </$reveal>
    <$reveal type="nomatch" text={{$:/temp/newuser}} 
state={{$:/temp/newuser}}>
      Create
    </$reveal>
  </$button>
</$reveal>

 

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to