Is there a trick to getting the appearance to look like the "Json" example with the title bar, minimize button and then content area? I have compared the json example with the other two examples and they don't seem that much different other than the content template which should be controlling the contents in the tile and not the header portion.
Hello Tammy,
I am just following up to see if you need any further assistance with this matter.
Hi Tammy -
As you can see working with the igTileManager can be a little tough. I think it is cool, but overall I found the api a little tough to deal with at this point in the products life cycle.
Check out http://gridster.net/. I am using that in my project and am very happy because it meets my needs more.
Hello Tammy ,
When Tile Manager is created using contentTemplate the source code uses igTemplating to provide headerTemplate. Default header is used if none is specified in content template. You can also specify a header on your own in the html markup and style it as you want. A useful option for that case might be the headerSelector. If you provide the headerSelector, you can choose which element to trigger focusing the tile.
I hope this helps.