Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
On 09/10/2014 at 13:07, xxxxxxxx wrote:
Hi there,
I have a tag plugin with a custom group (tab) which I want to be selected when I start the plugin. Any ideas on how to do this? I guess it should be in my Init method, but I don't know how to access a group.
On 09/10/2014 at 13:13, xxxxxxxx wrote:
In your .res file. Put this inside the group's curly braces: DEFAULT 1;
-ScottA
On 09/10/2014 at 13:41, xxxxxxxx wrote:
That does it, thanks Scott!!