create a html list, but with a char where the image shall be
Klaus Major
klaus at major-k.de
Thu Jul 26 14:46:27 EDT 2007
Hi friends,
I often create a html list that look like:
1 TAB some text
0 TAB some other text
etc...
and then replace the numbers (first char) with an image of a checkbox
1 = checked
0 = unchecked
This way I can check the clicked imagesourece and change the icon AND
the number accordingly.
I do this by creating the content first and then set the imagesource
of the first chars.
This is OK for a couple of lines, but If I want to peed up things for
a LOT of lines, I can't think of any way
to generate HTML text WITH the numbers as the fist char of every
line, know what I mean?
"<p><img src=" & q(1125) & "> " & "sometext</p>"
etc...
Will generate 1000s of lines in millisecs, but where can I put my
necessary numbers this way?
Maybe this is just a flaw in the HTML text/imagesource implementation
of Rev?
I hope you understand what I'm after...
Regards
Klaus Major
klaus at major-k.de
http://www.major-k.de
More information about the use-livecode
mailing list