You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dbuthay edited this page Jun 8, 2011
·
3 revisions
Custom rendering templates
Why do I need this ?
Sometimes you'll want to override the default templates used to render results. [Indextank-jquery][] allows you to do so, so you can get almost any look you want.
OK, I think I need this
Before writing a custom rendering template, you should consider a few things.
If the default examples look good enough for you, but you can't get it to display that way for your index, check the Field Naming Guidelines
If the rendering is OK, but you want to tweak the style, check the CSS Rules
What do I need to know ?
You need to know how to code a bit of javascript, and write some HTML.
OK, I want to do it!
TODO
There's an example on the README.md file. I'll add some more soon.