ExtJs Accordion Panel



We can show accordion panel in the ExtJS window. We can call accordion as collapsible menu that can be expand or collapse on clicking header.

Required Libraries :

  1. ext-all.css
  2. ext-base.js
  3. ext-all.js

Showing Accordion Panel to a Window in ExtJS ?

<html>
<head>
<title>Hello Accordion</title>
<link rel="stylesheet" type="text/css" href="../extjs/resources/css/ext-all.css"/>