GC Tools Modal

This sample page demonstrates how you can display a GCTools Modal that will contain the GC Tools links.

Implementation

By default, there are four GC Tools links that show in the header. You can replace all that with a single link to a modal dialog which will contain the GC Tools links instead.

This can be done through the GCToolsModal parameter in the top section of your page.

document.write(wet.builder.top({
...
    "GCToolsModal": true
...
});