Page 1 of 1

Issue with custom html in panel componenent

Posted: Sat Mar 23, 2013 2:57 pm
by Jonathan Clark

I currently have a list item component that is being used to display an array of records returned from a DBservice request. Inside the list item I have a panel component that has some custom HTML. The HTML is simply some jquery buttons.
When I have the panel included in the list item the page freezes when attempting to create more then one list item. If I remove the panel everything works just fine. Also if I don't map any response to the list item then the panels html displays just fine. I'm assuming there is something I need to add to the html in order for it work correctly.

Some additional information just in case it helps: I am using the custom HTML in order to utilize custom icons. I am have encoded the FontAwesome icons into a css stylesheet and the icons work fine everywhere, so I don't think they are the problem. Any advice is appreciated. THANKS.


Issue with custom html in panel componenent

Posted: Sun Mar 24, 2013 3:02 pm
by maxkatz

You should check in browser console if there are any errors, associated with your custom HTML code.