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
Shane_CRShane_CR 

Developer Mode Checkbox Option | Visualforce.com

Hi All,
 
I have created DFC account using http://wiki.apexdevnet.com/events/regular/registration.php?d=70130000000DJmf link.  I want to create sample page using visualforce.com.
 
I am not able to see Developer Mode Checkbox option Edit screen (Click Setup - My Personal Information - Personal Information, and click Edit.)
 
Please tell me the settings, through which visualforce.com is enabled in my DFC account.
 
Regards
Shane
Ron HessRon Hess
Please visit this link :

http://wiki.apexdevnet.com/events/visualforce/signin.php

to enable Visualforce for your org
Shane_CRShane_CR
Thank you so much :)
 
I have created hello world program and hello world visualforce tab. But how can i remove search and other things from the left of hello world program. I need 100% screen.
 
Regards
Shane.
Ron HessRon Hess

http://www.salesforce.com/us/developer/docs/pages/index.htm

Using Custom Styles

If you do not want a page to have the Salesforce look and feel, specify false for the header attribute on the <apex:page> tag, and then use the <apex:stylesheet> tag or HTML to include your own stylesheet and body.

All tags that produce HTML have pass-through style and styleClass attributes. They allow you to use your own styles and style classes to control the look and feel of any HTML component.