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
pedzpedz 

S-Control Tutorial

I may be jumping the gun. I plan to download Eclipse and follow the instructions I found on another note about installing it and using it.

But I have not seen much information on the SF web site about S-Controls. I guess there is a Java Library that they can tie into. What can and can not be done and how?

My first hope is that there is a reference guide somewhere. Second to that would be a tutorial. Third would be some sample code.

Are any of those available?

Thank you for your help,
Perry
Ron HessRon Hess
S-Controls are usualy html, dhtml, javascript and AJAX, but can contain Java or VB COM objects as well.

good link with sample code showing what you can do with AJAX in an s-control is at

http://blog.sforce.com/sforce/2006/04/ajax_toolkit_be.html
   

Message Edited by Ron Hess on 11-08-2006 11:22 AM

PKPK
Hey Perry

There are some videos from ADN@Dreamforce '06 that may help you:

Demystifying S-Controls and Ajax
http://blogs.salesforce.com/dreamforce06/2006/09/demystifying_sc.html

The Future of Composite Apps: S-Controls and Beyond
http://blogs.salesforce.com/dreamforce06/2006/09/future_of_compo.html

Also this, though more admin than developer focussed:

S-Controls for Dummies
http://blogs.salesforce.com/dreamforce06/2006/09/scontrols_for_d.html

Cheers.

PK