Really cool and very fast answer indeed!!!! THANK YOU!!!! I was about to write I forgot to mention that the $edit-text widget have a focusPopup property, which I have not found out how to use. I saw it apparently required the widget having css class tc-popup-handle. I put my help in focusPopup, but not directly: I use a tiddler name "grid" where I specify the help text (as focusPopup needs to be a tiddler title or perhaps more broadly a tw reference (?)). In my case, the reference was "grid##a3" for instance and in grid (a simple dictionary) I had "a3: A3" (just to show what cell you are editing). But when I clicked on the cell, it has the hidden effect to switch "a3: A3" to something like "a3: (42,142,225,24)".
While I'm at it, I cannot see any reference for style like tc-popup-handle in the standard tw docs. Is there a place to look at for them (apart source code and css classes maybe)? Ads for tool-tips, accessibility rules insists on having some helps for all kinds of inputs. Surely input widgets would be better having a title option (it's simple and quick, event though it may not be sufficient and then popup mechanism already existing would surely bring the solution). Regards. Le vendredi 20 novembre 2020 à 11:51:48 UTC+1, Eric Shulman a écrit : > On Friday, November 20, 2020 at 2:35:33 AM UTC-8 [email protected] > wrote: > >> I'd like to have a help message appear within an input box having the >> focus (we call it "bulle d'aide" in French -- Help bubble, literally). >> I have seen mechanism for popup in tw, but this is not what I want, or >> not like that (I don't want to click to make it appear). I would rather >> have a standard help text mechanism. >> a point is, this is not supported by the wiki markup so far. >> > > Most of the input widgets ($edit-text, $checkbox, $radio) widgets don't > support a tooltip="..." parameter (note: $select DOES have a tooltip="..." > param) > > However, as an easy workaround, you can wrap the input widget side a > <span> that specifies a title="..." param, like this: > > <span title="enter something here"> > <$edit-text tiddler="temp" field="foo" /> > </span> > > Note: this method can also be used to add a mouseover tooltip to ANY > content, even plain text. Thus: > > This text is before > <span title="tooltip text goes here"> foo baz baz mumble frotz gronk snork > snerfle plurm </span> > this text is after > > 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 view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/b42ed7fc-d30b-44eb-b8d8-084daacd87b4n%40googlegroups.com.

