Hi All,
I want to know the general tile manager list view goes to right side, i need to change the position to bottom please any one help me. Thanks.
Hi Tamilmani Mohan,
Thank you for posting in our forum!
First, I would like to present you an article from our tile manager help: Configuring igTileManager , which explains in details how to configure the igTileManager.
In your case is enough to configure the "items" option, responsible for the layout of the items and then set "maximizedTileIndex" option to 0.
The "items" can be ordered and re-sized as they are cells in a table, by using rowSpan and colSpan, just like you can use the similar attributes of table cell to specify its height and width. Also you can specify the row index and column index of every tile receptively by "rowIndex" and "colIndex". Define the width of first tile to be as long as all others together and it will push them below. In the end, by setting the option "maximizedTileIndex" to 0, you are specifying the position of the maximized tile.
I'm sending you a sample that demonstrate my explanations. Hope it helps!
Hi Petko Petkov,
Thanks for you reply, if it possible to sent the code in html javascript. i need the page like, first time loaded the all are small when i click the box it shows to full screen and the remaining boxes goes to bottom please help me.
Thanks
I'm sending you the previous sample as html file.