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
DevAngelDevAngel 

AJAX Toolkit - S-Controls redifined

If you ever had any question regarding how to build S-Controls check out this blog post

http://blog.sforce.com/sforce/2005/07/ajax_toolkit.html

Ron HessRon Hess

Very cool, will try this out right away, one quick question after reviewing the doc and hello world file.

Do we depend on the core JS code which lives on:

 https://www.sforce.com/ajax/beta1/sforceclient.js

or do we copy this into our scontrols ?

personaly i think this is huge!, and will re-write all my scontrols to use it ( one at a time...)

qmanqman

I know regular scontrols will work on a Professional Edition license.

Does the account need api access for the AJAX toolkit to work ? 

Thanks,

Bill

benjasikbenjasik
This toolkit requires API access.

Regarding referencing these libraries or hosting them, it's your choice, but we get out of beta, we'll host each version for a period of time (yet to be defined).

If there's any major bugs, the benefit is we'll patch the shared libraries. Any major changes, and we'll create a new version/directory so we don't break people.