/
Open Table Fields By Default

Open Table Fields By Default

Live Fields have access to the DOM, and can trigger events within it. In some cases, it can be helpful to users if the Table Field Indexer is open by default. A very simple script can trigger this behavior.

document.getElementsByClassName("tablefield-button")[0].click(); return "Table Field Opened By Script";

Manipulating the DOM of the GlobalSearch Viewer is generally discouraged, but possible. Advanced users who go beyond very basic scripts like this one should use caution, and understand that elements your scripts rely on have and will change between version upgrades.

 

Related content

Live Field Developer Guide - Javascript
Live Field Developer Guide - Javascript
More like this
Enable Key Free Indexing By Default
Enable Key Free Indexing By Default
More like this
What's New 6.3
What's New 6.3
Read with this
Live Fields
Live Fields
More like this
Manage Data XChange Sources
Manage Data XChange Sources
Read with this
User Settings
User Settings
More like this