Forum Post: RE: How to change image component

  • Thread starter Thread starter Phillip Molly Malone
  • Start date Start date
Status
Not open for further replies.
P

Phillip Molly Malone

Guest
hi Valeriy, Yep. here is some old code that should work: ------------------- var input = Tiggzi('imageURL'); Tiggzi('image1').attr('src', input.val()); ================= imageURL is an input field with the value of the URL for the image you want. image1 is the image component. HTH

Continue reading...
 
Status
Not open for further replies.
Back
Top