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
hamstermancerhamstermancer 

any complete reference guides out there?

I like to learn more about Visualforce but all I keep seeing are how-tos and a lot of total beginner stuff. What about more definitive reference guides? Sorry, guess I'm just pretty used to old-school code bibles... but I'd really like to know how, say, the classes work, with all possible parameters and options built into them.
mtbclimbermtbclimber
Have you reviewed the Apex language reference? From a class and typing perspective it is the right place to go. The types that are specific to visualforce can be found in both that and the visualforce guide.

Does that help?


hamstermancerhamstermancer
ah, the part at the end, yes... this should be helpful

thanks!
capnkaoscapnkaos
Is there a definitive list of the CSS styles available in Vf?