Gets or sets the width of the tile item.
$au.imageUploaderFlash({ uploadPane: { //...other params... tileItemWidth: 315, //...other params... } })Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').uploadPane().tileItemWidth(value); value = $au.imageUploaderFlash('uploaderID').uploadPane().tileItemWidth();
Type: Number
The width of the tile item.
Default value is 315.