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
AskFreeAskFree 

Controller

 

Hi,


Please tell me how many controller and controller extension can be created in one visualforce page.
And what is component in visualforce page it is similar to the custom component.
Regards
Siddhartha
jhansisridhar_2011jhansisridhar_2011

Hi ,

 

We have two types of controller Standard and Custom Controller , by using extension you can create contoller in visual force ex:<apex:page standardController="Account" extensions="myControllerExtension">

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

 

pages.refer this below link for component topic.

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

 

mark as solution if this post helps you.