function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
stcforcestcforce 

console navigation

1) when performing navigation within a component (stored in a page, embedded into the contact view), some of my links are misbehaving. The related list the page is replacing however behaves perfectly. upon inspection, it apparently uses different navigation mechanism via a normal page and via the console.

 

My issue is that due to the link occuring within the component (inside an html body, apparently), it doesn't receive the javascript necessary to determine whether the current view is the console. the javascript method i'm trying to use to confirm whether i'm in the console is:

 window.confirm(typeof(srcUp));

I would appreciate any suggestions if you have them.

 

2) does anyone know of any good resources about navigating within the console?