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
sevgisevgi 

What reference/guide should I use to understand JavaScript Samples givenin forums?

Just learning how to Develop with SalesForce and dont have much experience in WebProgramming.

 

Trying to create a lookup list for a field and examples I have seen here all refer to a function called openpopup which seems to be predefined.

One example was given in http://blogs.developerforce.com/developer-relations/2009/10/lookup-filters-beta-release-in-winter-10.html as:

......
 <ahref="javascript&colon; openPopup(%27/apex/MyCustomSearchPage?id={!My_Object__c.Id}%27, %27CCBCCLookup%27, 420, 490, %27width=420,height=490,toolbar=no,status=no,directories=no,menubar=no,resizable=yes,scrollable=no%27, true);"
......

 

Searched internet/SFDC but unable to find any explanation; neither about a function with this signature in any of the JS ref/guide documents nor description of what CCBCCLookup is

 

Can someone explain what they are or where they are defined?

 

Thank You