TkinterWeb icon indicating copy to clipboard operation
TkinterWeb copied to clipboard

Is there any way to change the text in a node?

Open Zamy846692 opened this issue 1 year ago • 1 comments

Hello, I am trying to figure out if there is any way of changing the text contents of a node? like this: <H1></H1> to <H1>Changed</H1>. I am aware that there is a way to get text get_node_text, but is there any way of changing it, even if you have to replace it with another node or something?

EDIT: I have forked the library and have been able to add this (among other things). Will upload once I figure out how to get git push to work on MSYS2 .

Zamy846692 avatar Sep 07 '24 00:09 Zamy846692

Sorry for the delay. Do let me know or submit a pull request when you get the changes uploaded!

Andereoo avatar Oct 07 '24 13:10 Andereoo

Done it, check Pull requests now.

Zamy846692 avatar Nov 24 '24 16:11 Zamy846692