Posts tagged salesforce
Posts tagged salesforce
4 notes &
Another code sample to demonstrate the new jQuery Grid (pre1.9) widget on the Force.com platform. This sample hooks up paging and selecting.
References
- Salesforce AJAX Toolkit
- jQuery UI Grid (Github)
- jQuery UI Grid Planning & Development Wiki
1 note &
This code sample demonstrates how to use jQuery Template Plugin on the Force.com platform. This sample uses a SOQL query to select user data. The rendered template is switched onclick to an editable row. The updates are then persisted back to salesforce using the .update() javascript method.
References
- Salesforce AJAX Toolkit
- jQuery Templates (Github)
0 notes &
I’ve had a healthy amount of exposure to the Salesforce.com platform from an integration standpoint, and I’ve done some tinkering with the web front-end and eclipse IDE in the past, but recently I’ve been involved in a project that’s going to be developed directly on the SFDC platform. Here are some of my initial thoughts on it…