Skip to content
Adglob Infosystem Pvt Ltd
  • About Us
  • B2B and B2C Database
  • Bulk Email Solution
  • Contact Us
  • Corporate Email Service
  • Database Portfolio
  • Database Process Flow
  • Database Services
  • FAQs
  • Lead Generation
  • Managed Email Campaign Solution
  • Our Clients
  • Privacy Policy
  • Product Blog
  • Request Sample for Free Database
  • Terms & Conditions
  • Web Scrapping
  • Ext.js

    1. Home>
    2. Ext.js>
    3. Page 5

    Ext.js – Area Chart

    • Post author:SUBHA S
    • Post published:October 21, 2021
    • Post category:Ext.js
    • Post comments:0 Comments

    Ext.js Area chart is used for representing data in the Area graph format. It is a Cartesian Chart. Syntax Following is a simple syntax. Ext.create('Ext.chart.CartesianChart',{ series: [{ type: 'area', xField:…

    Continue ReadingExt.js – Area Chart

    Ext.js – Bar Chart

    • Post author:SUBHA S
    • Post published:October 21, 2021
    • Post category:Ext.js
    • Post comments:0 Comments

    Ext.js Bar chart is used for representing data in the Bar graph format. It is a Cartesian Chart. Syntax Following is a simple syntax. Ext.create('Ext.chart.CartesianChart',{ series: [{ type: 'bar', xField:…

    Continue ReadingExt.js – Bar Chart

    Ext.js – Line Chart

    • Post author:SUBHA S
    • Post published:October 21, 2021
    • Post category:Ext.js
    • Post comments:0 Comments

    Ext.js - Line Chart is used for representing data in the Line graph format. It is a Cartesian Chart. Syntax Following is a simple syntax. Ext.create('Ext.chart.CartesianChart',{ series: [{ type: 'line',…

    Continue ReadingExt.js – Line Chart

    Ext.js – Pie Chart

    • Post author:SUBHA S
    • Post published:October 21, 2021
    • Post category:Ext.js
    • Post comments:0 Comments

    Ext.js - Pie chart is used for representing data in the pie graph format. It is a polar chart. Syntax Following is a simple syntax. Ext.create('Ext.chart.PolarChart', { series: [{ Type:…

    Continue ReadingExt.js – Pie Chart

    Ext.js – Yes NO Cancel Box

    • Post author:SUBHA S
    • Post published:October 21, 2021
    • Post category:Ext.js
    • Post comments:0 Comments

    Ext.js - Yes NO Cancel Box is like a confirm box which asks the user for some confirmation, such as whether the user wants to do the task or decline…

    Continue ReadingExt.js – Yes NO Cancel Box

    Ext.js – Multiline User Input Box

    • Post author:SUBHA S
    • Post published:October 21, 2021
    • Post category:Ext.js
    • Post comments:0 Comments

    Ext.js - Multiline User Input Box is also like the prompt box but it allows THE user to enter multiline information instead of just one line. Syntax Following is a…

    Continue ReadingExt.js – Multiline User Input Box

    Ext.js – Prompt Box

    • Post author:SUBHA S
    • Post published:October 21, 2021
    • Post category:Ext.js
    • Post comments:0 Comments

    This message box prompts for user input. It is a single line user input.So all the details of Ext.js Prompt Box given below- Syntax Following is a simple syntax. Ext.Msg.prompt('Name',…

    Continue ReadingExt.js – Prompt Box

    Ext.js – Confirm Box

    • Post author:SUBHA S
    • Post published:October 21, 2021
    • Post category:Ext.js
    • Post comments:0 Comments

    Ext.js - Confirm Box is message box asks for user confirmation and different methods called on different options the user selects as yes or no. Syntax Following is a simple…

    Continue ReadingExt.js – Confirm Box

    Ext.js – Basic Alert Box

    • Post author:SUBHA S
    • Post published:October 21, 2021
    • Post category:Ext.js
    • Post comments:0 Comments

    This is the simplest alert box just to show some information on some event in Ext.js - Basic Alert Box. Syntax Following is a simple syntax for basic alert box.…

    Continue ReadingExt.js – Basic Alert Box

    Ext.js – Progress Bar

    • Post author:SUBHA S
    • Post published:October 20, 2021
    • Post category:Ext.js
    • Post comments:0 Comments

    This Ext.js Progress Bar is used to show the progress of the work done and to show that the backend work is still in progress, hence wait until its done.…

    Continue ReadingExt.js – Progress Bar
    • Go to the previous page
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP