Dear All,
I am using the tileGrid to display images from the database, below is my code
currently part of the image is displayed in the tiles as my images dimension is bigger than the tileWidth and the tileHeight, can you tell what attributes should I use to stretch the images within the tile boundaries
Version : v9.1p_2014-06-28
Best Regards
I am using the tileGrid to display images from the database, below is my code
Code:
isc.TileGrid.create({
autoDraw:false,
ID:"boundList",
tileWidth:158,
tileHeight:205,
canReorderTiles:true,
showAllRecords:true,
dataSource:"VJK8_COMPONENT_ATTACHMENTS",
autoFetchData:true,
animateTileChange:true,
fields : [
{
name : "JK8_ATTACHMENT", imageType:"stretch"
}
]
}),
Version : v9.1p_2014-06-28
Best Regards
Comment