
galleryClickAction [read-write]
ThumbGrid Version: ThumbGrid 2
Language Version: ActionScript 3.0
Player Version: Flash Player 9.0.0.0
Controls what happens when thumbnails on the Gallery screen are clicked.
Acceptable values include "Display Album" and "Request Album". "Display Album" will display the Album screen for that album's content. "Request Album" will not load the Album screen and instead request the album's load in the SlideShowPro player.
The default value is "Display Album".
public function get galleryClickAction():String
public function set galleryClickAction(value:String):void
The following loads album in :stapi: when Gallery screen thumbnails are clicked:
my_tg.galleryClickAction = "Request Album";