Hi
I'm trying to implement a htmlform into a customized edittemplate.
At the moment I'm using a htmltemplate from a formtiddler - which I
publish in tiddlers tagged with a certain tag. (manually).
I would like this htmlform to appear in editmode instead - for
inserting <data>.
If there is a way to insert <data> into the tiddler without the html -
I would prefer that.

I would like some/most of the data to be viewable wikified in viewmode
- but also accessible as "data" for fET to fetch - from other
tiddlers...

I'm playing around with toggletags in a customized viewedittoolbar -
but need to toggle (I use listboxplugin) and write data in predefined
fields in the editviewtemplate too fx:<data>{"Tiddler title":"Name of
tiddler","Somedata":"xx","Some data":"XX","Tiddler tags":"yyy","Some
data":"yy","Some data":"YY","References":"xxx."}</data>

Maybe I could use something like: <div class='editor' macro='select
Somedata rows:1 width:100% allowBlank allowOther xx xX xy xY YY'></
div>
or
<div class='editor' macro='select Sometag rows:1 width:100% allowBlank
allowOther tag1 tag2 tag3 tag4 tag5'></div>

Am I unrealistic?? Can I have all these different datafields in a
customized editviewtemplate- dooing more than one type of entry at the
same time? - fx. <div class='small'>XXname (tiddler name):</div>
        <div class='editor' macro='edit title'></div>  also to appear in the
<data> field?
and fx.:
<div class='small'>year:</div>
        <div class='editor' macro='edit year'></div> also to appear in the
<data> field - beeing able to use fET to fetch the data for a table in
another tiddler?

If I knew the syntax for implementing my htmlform into my customized
XXEditViewTemplate - I would get there some way or another...  -

YS Måns Mårtensson


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to