Customizing iPhone HTML Export Template
Posted: Mon Mar 29, 2010 7:56 pm
Hi,
Here's what I'm doing. I have 2 HTML exports that I use regularly. Basic and iPhone. On both of these I want to replace the rating stars with the contents of Custom1.
I was able to successfully modify the "Basic" template by replacing
with
This worked well.
Doing this with the iPhone template is proving to be far more difficult, mostly because I don't know a thing about javascript , and the part I would need to change seems to be within another file that I'm not sure how to get to....
Can anyone help point me in the right direction?
Thanks!
Here's what I'm doing. I have 2 HTML exports that I use regularly. Basic and iPhone. On both of these I want to replace the rating stars with the contents of Custom1.
I was able to successfully modify the "Basic" template by replacing
Code: Select all
<img src="[key:starRatingURL]" width="77" height="14">
Code: Select all
[key:custom1]
Doing this with the iPhone template is proving to be far more difficult, mostly because I don't know a thing about javascript , and the part I would need to change seems to be within another file that I'm not sure how to get to....
Can anyone help point me in the right direction?
Thanks!