Book a Demo

Author Topic: TABS in the EA Tool  (Read 3475 times)

Sowvarnica S

  • EA Novice
  • *
  • Posts: 8
  • Karma: +0/-0
    • View Profile
TABS in the EA Tool
« on: March 24, 2014, 05:06:00 pm »
Hi

Can we add a new tab in addition to the existing tabs using JavaScript code?
If yes, how to do it?

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: TABS in the EA Tool
« Reply #1 on: March 24, 2014, 05:41:27 pm »
See Repository.AddTab (string TabName, string ProgID). No idea how you can deal with an ActiveX in JavaScript. You could ask Google....

q.

Sowvarnica S

  • EA Novice
  • *
  • Posts: 8
  • Karma: +0/-0
    • View Profile
Re: TABS in the EA Tool
« Reply #2 on: March 24, 2014, 05:50:22 pm »
Thank you.