On Sunday, March 19, 2017 at 5:45:37 PM UTC-7, Dave wrote:
>
> \define bignotes(side)
> <$edit-text tiddler="notesInFields" field="$(currentTiddler)$.$side$" 
> class="tw-edit-texteditor"  tag="textarea">
> \end
> <<bignotes>>
> the width and height can be changed manually by a little drag bar that 
> appears in the lower right hand corner, 
> however, I'd like to force the width (especially) and (for extra points) 
> height to specific values when the tiddler first opens.
>

define a CSS class
.myTextEdit { width:50em; height:10em; }

then, add it to the <$edit-text> widget call:
<$edit-text tiddler="notesInFields" field="$(currentTiddler)$.$side$" 
class="tw-edit-texteditor myTextEdit"  tag="textarea">

enjoy,
-e

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/560446a5-784d-4847-9584-7fe0d636b93b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to