Tag: JSON

  • 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…

  • Pagination, Searching and Sorting of Data Table using AngularJS

    We have already discussed “Basics of AngularJS” and “Simple Searching and Sorting“. In this article, we will add Pagination feature also to our previous example. What makes difficult is Sorting result when values are returned from Search and pagination is enabled. Unlike previous post we cannot use standard “OrderBy” filter provided by AngularJs framework, this…

  • Table with Sorting and Searching using AngularJS

    I hope, from last article you got basic information about AngularJS. This time, I will demonstrate how to add basic Searching and Sorting capability to data table using AngularJs. Output will look something like this : Prerequisite Libraries : UnderscoreJs Bootstrap CSS AngularJs

  • Why should I use JSON over XML ?

    Why should I use JSON over XML ? Why JSON is given so importance these days ? Many questions like these are asked many times by new developers. So, I decided to write this article. However last year I presented same topic and uploaded in SlideShare. Before Winter12 release, for JSON related stuff we had…

  • AutoComplete Component in Visualforce using JQueryUI

    In this tutorial, I am going to explain very Simple AJAX and JSON based Auto Complete component with the help of JQuery UI. First I am assuming that you already have Static Resource of named “AutoCompleteWithModal“. This Static resource has all images, CSS and JQuery library needed to implement this component. In one of my…

  • Gantt Chart in Salesforce using JQuery and JSON

    Tutorial and Example of creating the Gantt Chart in Salesforce using JQuery and JSON

  • JSON output in Visualforce

    The Example of generating the JSON Output in Visualforce page using JSON.serialize method provided by Salesforce