michalvich / SalesforceCanvasJavascriptSDK

A JavaScript SDK used to integrate applications with the Force.com Canvas framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SalesforceCanvasJavascriptSDK

A JavaScript SDK used to integrate applications with the Force.com Canvas framework

###Introduction

Force.com Canvas is a mechanism for consuming third-party applications within Salesforce. Its goal is to connect applications at a UI level instead of just an API level. The purpose of this GitHub repository is to provide third-party applications with a JavaScript SDK so you can easily integrate canvas-style applications into Salesforce, while developing in the technology and platform of your choice.

The best place to get started building canvas applications is the Summer '15 online developer's guide (version 34.0).

Currently, we provide Java and Ruby examples, but you can develop in whatever language you prefer. Most of the integration with Salesforce is through JavaScript and REST. You can also run and test your application locally from your own host, or from Heroku. For a quick example of how to create a Java Canvas application, please see the SalesforceCanvasFrameworkSDK GitHub project

How to clone the SDK repository

git clone git@github.com:forcedotcom/SalesforceCanvasJavascriptSDK.git

How to use the Canvas JavaScript SDK

To use this SDK, simply include the canvas-all.js file in your page.

Documentation

You can find JSDoc generated documentation for the JavaScript function in the docs directory.

About

A JavaScript SDK used to integrate applications with the Force.com Canvas framework

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 96.8%Language:CSS 2.9%Language:HTML 0.3%