Displaying 1 result from an estimated 1 matches for "posticons".
2006 Feb 22
3
Reading files from dir
I have gif files in my public/images/posticons directory, I want to read
their filenames without the extension to list the files as a set of
radio buttons in the form:
[code]<%= radio_button("thread", "posticon", imgname) %>
<img src="/images/posticons/<%= imgname%>.gif" alt="" />[cod...