Thursday, April 28, 2011

Visualforce component basic examples (more to come)

This is a collection of different basic visualforce components for getting started with developing in salesforce. Also a few examples of components that are similar to someone coming from a .NET background into salesforce developing. Hopefully eliminating wasted time searching all over for samples of these different controls.

Live demo available here.




Listbox control


   
   



Select List(Dropdown List)


   
   



HTML CheckBox


Input check boxes

                 
   
      
      
   
 
   
   
     
   
      
      
   
 
   
   
     


Radio Buttons


   
   

   
   



panelGrid/panelGroup (allows for more control of layout, rendered as html table)

 
   

      
      

   
 
   

      
      
 
      
      

   



No comments:

Post a Comment