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
AdamSBealAdamSBeal 

"Development Mode Tools" bar showing on VF page

I created a simple inline VF page that does a window.open if there is anything in a custom field called Alerts on our Account Object. It opens another Visual Force page in the window.open which simply displays the important alert for the user.

 

This worked great on the sandbox no issues at all but on production when the window opens it has a bar at the bottom with an 'X' like symbol that says "VisualForce Development Mode Tools" on it. Next to that is a button with the name of the visual force page "AccountAlertPop" and another button next to that with the name of the Apex Controller. If I click on these then the actual source code loads up in the popup window.

 

Why is this showing up and how do I get rid of it? 



Best Answer chosen by Admin (Salesforce Developers) 
AdamSBealAdamSBeal

Never mind I figured it out myself I had Development mode set under my personal information. Found the answer here:

https://login.salesforce.com/help/doc/en/pages_dev_mode.htm

 

As you can tell I am somewhat new to vf development lol.

All Answers

AdamSBealAdamSBeal

Never mind I figured it out myself I had Development mode set under my personal information. Found the answer here:

https://login.salesforce.com/help/doc/en/pages_dev_mode.htm

 

As you can tell I am somewhat new to vf development lol.

This was selected as the best answer
jd_06jd_06

Hi Adam - Any chance you could post you VF /JS code.  I believe that I'm trying to do something similar,  but not real certain on the VF/JS...also anything you needed to do declaratively to put your VF page inline would also be helpful.  Thank you!