• sfdevelop011.3903242333401877E12
  • NEWBIE
  • 10 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 5
    Questions
  • 3
    Replies
WHAT IS GOOGLE TICKER? HOW TO USE IT IN VISUALFORCE PAGES??

I got a task from my company.. they are asking google ticker in one of vf page. am unable to understand their requirement!! pls someone help me!! Thanks in ADv...
What we call those highlited things?In this above image.. i want to know the area name which i highlighted with redcolour?
 and how to make it in visualforce page?

both Of u thank you verymuch....
One more doubt is >>> 
 how to insert a checkbox in vf page.
for example::
am creating a VF page on controller called User
 in User there are lot of Checkboxes are there
in that i want to insert anyof them into VF page
like:Knowledge User
      Allow Forecasting
     Call Center
     Offline User
these above are the check boxes i want insert all these in User VF page
<apex:outputlabel value="Address:">
      <apex:outputtext value="{!user.city}  {!user.street} {!user.Country}">
     </apex:outputtext>
</apex:outputlabel>

TheO/P is: ex like Hyderabad yusufguda india

But my requirement is the O/P shud be like this:: Hyderabad
                                                                        yusufguda
                                                                        india
Like this.. Pls any one tell me the missing code. i know its simple.. thanks in advance
pls anybody help... actually i missed trigger class in my institute. and now i want to know what is trigger? why we use it? what is the step by step process for creating trigger? am spent lotof days on this concept. pls am really loosing my confidence. pls help me
thank in adv

both Of u thank you verymuch....
One more doubt is >>> 
 how to insert a checkbox in vf page.
for example::
am creating a VF page on controller called User
 in User there are lot of Checkboxes are there
in that i want to insert anyof them into VF page
like:Knowledge User
      Allow Forecasting
     Call Center
     Offline User
these above are the check boxes i want insert all these in User VF page
<apex:outputlabel value="Address:">
      <apex:outputtext value="{!user.city}  {!user.street} {!user.Country}">
     </apex:outputtext>
</apex:outputlabel>

TheO/P is: ex like Hyderabad yusufguda india

But my requirement is the O/P shud be like this:: Hyderabad
                                                                        yusufguda
                                                                        india
Like this.. Pls any one tell me the missing code. i know its simple.. thanks in advance