Hi Hubert
There’s a CSS property that lets you control resizability of text areas. This
will disable resizing on all textareas:
textarea {
resize: none;
}
Best wishes
Jeremy
> On 28 Mar 2019, at 17:45, Hubert <[email protected]> wrote:
>
> Hello,
>
> When an <$edit-text/> widget is tagged 'textarea' we get a multi-line text
> editor.
>
> This text editor is resizeable: it can be dragged by its bottom-right corner
> and resized.
>
> I want to prevent/disable this but so far I have been unsuccessful. I've
> tried closing the widget in a div with specific height and width but still,
> the text widget located inside the div could be dragged and resized just the
> same.
>
> There are a few similar posts elsewhere in this group about auto-resize of
> text widgets. This is not my issue. What I'm trying to prevent/disable is the
> ability for the user to drag a corner of the text editor in order to resize
> it. I want the text edit to be fixed in size (when tagged=textarea) as
> specified by the widget's parameters.
>
> Thank you very much for your help and apologies if I didn't phrase it clearly.
>
> Thanks,
> Hubert
>
>
> --
> 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]
> <mailto:[email protected]>.
> To post to this group, send email to [email protected]
> <mailto:[email protected]>.
> Visit this group at https://groups.google.com/group/tiddlywiki
> <https://groups.google.com/group/tiddlywiki>.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/ec8d2c12-792f-4e10-9f06-a203d3077988%40googlegroups.com
>
> <https://groups.google.com/d/msgid/tiddlywiki/ec8d2c12-792f-4e10-9f06-a203d3077988%40googlegroups.com?utm_medium=email&utm_source=footer>.
> For more options, visit https://groups.google.com/d/optout
> <https://groups.google.com/d/optout>.
--
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/05F85102-C061-42B3-86FC-66590FDB83C1%40gmail.com.
For more options, visit https://groups.google.com/d/optout.