I was able to smooth the loaded, rotated images in my textbox as discussed in this question. That solution requires that I know the id of the images that are coming in. Is there a way to generalize and get a list of all the images coming in?
hmm, yeah, that will work, assuming the images all have ids in the source. I can probably enforce that, but what if they don't?
sprugman
2009-03-10 13:33:52
Interesting, you could actually add the id tags to the string representing the HTML before applying it to the textfield. That way you would always be aware of the ids and the exact number. Same method of course (replace + regexp)
Theo.T
2009-03-10 14:08:44