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
MegachuckmcMegachuckmc 

Error message for standardStyleSheets

I'm just getting started with Visual force and am following exactly the steps in the HelloWorld demo that they just did in the Webinar...
 
But when I go to turn off standardStyleSheets 
 
<apex:page standardStyleSheets="false">
 
I get the following error message:
 
Error: Unsupported attribute standardstylesheets in <apex:page>
 
:smileymad:
 
Am I crazy?
 
Mike
 
 

dchasmandchasman
You're not crazy - but you are trying to use a feature that was only added to Winter '08 about a week ago and will be available when that release is deployed.
MegachuckmcMegachuckmc

Thanks Doug!

do you mean just the standardStyleSheets attribute or the whole VisualForce piece?  I am able (in my Developer Instance) to do other things with VisualForce?

Also. I know that they are going to start enabling Winter '08 in the Sandbox environment as early as next week.  Will that be as fully functional as the Prodcution release which I think is scheduled for Nov 10th or so?

Mike

 

 

dchasmandchasman
Mike -

Just the standardStyleSheets attribute!

The functionality in Sandbox will be identical to the production deployment of Winter '08 w.r.t. visualforce (that may not be true of everything in salesforce of course).


mtbclimbermtbclimber
Remember, however, that visualforce is in developer preview in winter '08 which still means for developer edition accounts only.