If I use the delete
function on some Element
s, how can I then recreate them (as in make them appear again)?
I have looked around the examples and documentation, but I couldn't find any function that would allow me to do this except maybe mkElement
which requires me to pass it a String
. However since I'm working with Element
s getting the String
that would create it would be a bit difficult.
So is there any way to do that?