Hi CPorter9 Try this:
************ ''We will meet here:'' <$edit-text tag="textarea" tiddler="Family Emergency Plan Edit Page" placeholder="Make the meeting place somewhere close to your home" field="f_meet_here" class="tc-edit-texteditor"/> ************ The "tag" attribute that controls which HTML element is generated. The "rows" and "cols" attributes aren't supported. Instead you can size the textarea through CSS - here we use the class tc-edit-texteditor that is defined in the core for the edit template. The textarea will expand automatically to fit the text that it contains. Best wishes Jeremy. On Wed, Oct 15, 2014 at 9:41 PM, CPorter9 <[email protected] > wrote: > I'm looking to make a text area field like below: > > I'm looking to make a text area field like below: > > ************ > ''We will meet here:'' > <$edit-text type="textarea" rows="4" cols="50" tiddler="Family Emergency > Plan Edit Page" placeholder="Make the meeting place somewhere close to your > home" field="f_meet_here"/> > *********** > > and I'm not having any luck with that. I can change the size (length) of > the field, but not the row number. Is such a thing possible? > > > and I'm not having any luck with that. I can change the size (length) of > the field, but not the row number. Is such a thing possible? > > -- > 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. > -- Jeremy Ruston mailto:[email protected] -- 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.

