Viewpoint Developer Central    Viewpoint Forums    Viewpoint Forums  Hop To Forum Categories  JavaScript FAQ's    How can I turn on/off Hyperview from JavaScript?

Read-Only Read-Only Topic
Go
New
Find
Notify
Tools
-star Rating Rate It!  Login/Join 
<Viewpoint>
Posted
How can I switch between Hyperview mode and normal mode via JavaScript?
 
Report This Post
<Viewpoint>
Posted
To go into hyperview from JavaScript you make this call (assuming the instance variable is called vmp):

vmp.SetProperty('MTSBaseComponent','smod','1','mts_int')

To exit hyperview you make this call:

vmp.SetProperty('MTSBaseComponent','smod','0','mts_int')
 
Report This Post
  Powered by Eve Community  

Read-Only Read-Only Topic

Viewpoint Developer Central    Viewpoint Forums    Viewpoint Forums  Hop To Forum Categories  JavaScript FAQ's    How can I turn on/off Hyperview from JavaScript?