Customizing Lists and tags
With a noob stillsuit on, I'm going to ask this question.
I've searched somewhat but I still dont think I understand it fully.
Here is problem statement: My app is running and I've customized the back-end and its ready to go. Coming to the front-end I feel rather helpless and embarrassed.
The entity I'm exposing with this listview has 7 fields, out of those I'm making 4 visible.
Out of those 4, one is a value for a img src (1st Problem Here, how do I do this - just wrap it in an img tag somehow?)
The second problem is the layout, Right now its a row layout and I want a grid layout(2nd problem here)
Also, I'm sure I'm going to run into more issues, are there are books/resources you guys can recommend for the jspx pages
Edit: I understand I can push html to the page but the page source itself looks very elegant and I'm hoping that there must be elegant ways to solve my problems.