Hi Danielo > > There are several examples of how create child widgets, refresh them, > append them to the domnode... But how can I access and modify the content > of any child widget inside my widget? >
A widget should not reach into its child nodes to manipulate them directly. You have to do things more indirectly: your widget can modify tiddlers or variables, either of which can be used to trigger the updating of the child widgets. If you can describe a use case a little I may be able to advise on alternative approaches, Best wishes Jeremy > > Thanks in advance. > > -- > You received this message because you are subscribed to the Google Groups > "TiddlyWikiDev" 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/tiddlywikidev. > 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 "TiddlyWikiDev" 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/tiddlywikidev. For more options, visit https://groups.google.com/d/optout.
