Tag: Visualforce
-
Use Visualforce in Classic and Lightning Experience
How to design a Visualforce page so that It would be displayed properly in classic as well in Salesforce Lightning Experience
-
Spell checker in custom Visualforce page
Using Salesforce Spell checker in custom Visualforce pages
-
Salesforce Developers interview questions – Most commonly used code snippets – part 21
Salesforce interview questions – Most frequently used Apex and visualforce code used by Salesforce developers like “How to query and abort scheduled job using Apex”, “Defining VF page as HTML5”, “Visualforce page as JSON” , “Handling colon in element Id for Jquery” , “Chatter using Apex” and many more.
-
Salesforce interview question related to Lightning framework – Part 20
Salesforce interview questions for Salesforce developers and admin , mostly related to newly released Salesforce Lightning components and applications
-
Salesforce – Drag and Drop File Uploader Component with Progress Bar – HTML5 and Pure Javascript Based
You may find many ways to upload attachments in Salesforce using visualforce however most of them uses some Javascript libraries (means either you need to depend on static resources or add CDN in remote site settings) or they do not have progress bar or they are not drag and drop. I thought to create one simple Visualforce…
-
Salesforce interview questions – Part 19
Salesforce interview questions for developers and admins around Apex, Visualforce, getting Salesforce object name on basis of Id, Apex API limits
-
Access Camera and Audio recorder of Mobile device in Visualforce and upload as chatter file
In this article we will see how to use Camera and Audio recorder of mobile device in Visualforce and upload as chatter file. It may look that it is very tricky to access device camera and audio control in Visualforce however you may be right if there were no HTML5. Thanks to HTML5 for magic.
-
Ajax based AutoComplete / TypeAhead Directive in AngularJS
Previously we already discussed below Auto Complete components: Ajax Based Multiselect JQuery Autocomplete Control in ASP.Net AutoComplete Component in Visualforce using JQueryUI In this article, we will be creating TypeAhead Directive (Auto Complete) again in Salesforce However this time we will use AngularJs. Why we are using AngularJS ? We discussed already in one of…
-
Salesforce REST API Playground
What is REST API ? In my words, Getting data from Other System or Same System using HTTP request is known as REST API. If you know, how website works, you know REST API. Before REST API, there was SOAP request which needed lots of configuration and very tightly coupled. If you make any modification…