EXT JS 4.3 在线学习

时间:2023-03-09 05:20:15
EXT JS 4.3 在线学习

官网地址:http://docs.sencha.com/extjs/4.1.3/

相关示例:http://docs.sencha.com/extjs/4.1.3/#!/example

Examples

Combination Examples
EXT JS 4.3 在线学习

Kitchen Sink (Webkit only)

Showcase of Ext JS components using a preview release of the new Neptune theme

EXT JS 4.3 在线学习

Feed Viewer

RSS feed reader example application that features a swappable reader panel layout.

EXT JS 4.3 在线学习

Ext JS Calendar

Example Calendar application. Demonstrates the new Day, Week and Month views and how to combine them.

EXT JS 4.3 在线学习

Web Desktop

Demonstrates how one could build a desktop in the browser using Ext components including a module plugin system.

EXT JS 4.3 在线学习

Portal Demo

A page layout using several custom extensions to provide a web portal interface.

EXT JS 4.3 在线学习

Ext JS 3 & 4 on one page

This example demonstrates Ext JS 4's sandboxing behavior which allows you to run Ext JS 3 & 4 on the same page.

EXT JS 4.3 在线学习

Image Viewer

DataView and TreePanel example that demonstrates dragging data items from a DataView into a TreePanel.

EXT JS 4.3 在线学习

Theme Viewer

View and test every Ext component against bundled Ext themes.

EXT JS 4.3 在线学习

Simple Tasks

Complete personal task management application example

Enterprise
EXT JS 4.3 在线学习

SOAP Grid

Grid loaded from SOAP data

EXT JS 4.3 在线学习

AMF Grid

Grid loaded from binary AMF (Action Message Format) data

Accessibility
EXT JS 4.3 在线学习

Keyboard Feed Viewer

Shows Ext JS 4's comprehensive keyboard support for users who have difficulty using a pointing device

EXT JS 4.3 在线学习

Binding a Grid to a Form

A grid embedded within a FormPanel that uses the Accessibility theme.

Grids
EXT JS 4.3 在线学习

Basic Array Grid

A basic read-only grid loaded from local array data that demonstrates the use of custom column renderer functions.

EXT JS 4.3 在线学习

XML Grid

A simple read-only grid loaded from XML data.

EXT JS 4.3 在线学习

Paging

A grid with paging, cross-domain data loading and custom- rendered expandable row bodies.

EXT JS 4.3 在线学习

Sliding Pager

A demonstration on the integration of the Slider with the Paging Toolbar using a custom plugin.

EXT JS 4.3 在线学习

Grouping

A basic grouping grid showing collapsible data groups that can be customized via the 'Group By' header menu option.

EXT JS 4.3 在线学习

Grid Plugins

Multiple grids customized via plugins: expander rows, checkbox selection and row numbering.

EXT JS 4.3 在线学习

Grid Filtering

Grid feature providing custom data filtering menus that support various data types.

EXT JS 4.3 在线学习

Grid Data Binding (basic)

Data binding a grid to a detail preview panel via the grid"s RowSelectionModel.

EXT JS 4.3 在线学习

Grid Data Binding (advanced)

Refactoring the basic data binding example to use a class-based application design model.

EXT JS 4.3 在线学习

Multiple Sorting

An example that shows multi-level sorting in a Grid Panel.

EXT JS 4.3 在线学习

Grid Cell Editing

An example that shows cell editing in a Grid Panel.

EXT JS 4.3 在线学习

Grouped Header Grid

A basic grouping grid showing collapsible data groups that can be customized via the 'Group By' header menu option.

EXT JS 4.3 在线学习

Grid Grouping with Summary

Advanced grouping grid that allows cell editing and includes custom dynamic summary calculations.

EXT JS 4.3 在线学习

Infinite Grid (Updated)

Sample grid which scrolls through thousands of rows dynamically loaded from a server

EXT JS 4.3 在线学习

Grid with Live Search Capability

Grid with Live Search Capability.

EXT JS 4.3 在线学习

Grid with Locking Capability

An example extension that introduces the ability to add locking columns to the GridPanel.

EXT JS 4.3 在线学习

Grouping with Remote Summary

Advanced grouping grid that allows cell editing and includes remotely loaded dynamic summary calculations.

EXT JS 4.3 在线学习

Grid Row Editing

An editable grid which allows the user to make modifications to an entire record at once.

EXT JS 4.3 在线学习

RESTful Store with GridPanel and RowEditor

A RESTful Store with JsonWriter which automatically generates CRUD requests to the server.

EXT JS 4.3 在线学习

Editable Grid with Writable Store

This Store uses Data's writer to automatically generate CRUD requests to the server through a standard Ajax Proxy.

EXT JS 4.3 在线学习

Editable Grid with Writable Store

This Store uses Data's writer to automatically generate CRUD requests to the server through a standard JsonP Proxy.

EXT JS 4.3 在线学习

Buffered Scrolling(Updated)

The new grid uses a virtualized scrolling system to handle potentially infinite data sets without any impact on client side performance.

EXT JS 4.3 在线学习

List View

Ext 4 replaces Ext.ListView with the default Ext.grid.Panel.

EXT JS 4.3 在线学习

Progress Bar Pager

Progress Bar Pager Extension.

EXT JS 4.3 在线学习

Property Grid

Create a property grid from an object.

EXT JS 4.3 在线学习

Reconfigure Grid

Reconfigure the columns & data of a grid dynamically

EXT JS 4.3 在线学习

Grid From Markup

Create a grid with from an existing, unformatted HTML table.

EXT JS 4.3 在线学习

Locking Grouping Grid with Summary

Advanced grouping grid that allows cell editing and includes custom dynamic summary calculations. With column locking capability

EXT JS 4.3 在线学习

Infinite Grid with remote filter (Updated)

Sample grid which scrolls through thousands of rows dynamically loaded from a server with a filtering UI

EXT JS 4.3 在线学习

Locking Grouping Grid with Summary and grouped headers

Grouped grid with locked columns and grouped column headers

Charts
EXT JS 4.3 在线学习

Area Charts

Display 7 sets of random data in an area series. Reload data will randomly generate a new set of data in the store.

EXT JS 4.3 在线学习

Custom Area Charts

Display browser usage trends in an area series. This chart uses custom gradients for the colors and the legend is interactive.

EXT JS 4.3 在线学习

Bar Charts

Display a sets of random data in a bar series. Reload data will randomly generate a new set of data in the store.

EXT JS 4.3 在线学习

Custom Bar Charts

Displaying a horizontal bar series with a bar renderer that modifies the color of each bar.

EXT JS 4.3 在线学习

Complex Dashboard

Showing companies information in a complex dashboard. Edit the information for each record in the form to see live updates in the charts and grid.

EXT JS 4.3 在线学习

Rich Tips

Showing a line series with rich tips. Tips show dynamic information in Grid and Pie chart components.

EXT JS 4.3 在线学习

Themed Line Charts

Using 3.x theme. Displaying multiple charts and mixed charts with mouse over and click interaction.

EXT JS 4.3 在线学习

Column Charts

Display a set of random data in a column series. Reload data will randomly generate a new set of data in the store.

EXT JS 4.3 在线学习

Line Charts

Display 2 sets of random data in a line series. Reload data will randomly generate a new set of data in the store.

EXT JS 4.3 在线学习

Column Custom Background

A Column chart with customized theme and animation transitions

EXT JS 4.3 在线学习

Mixed Series Chart

Display 3 sets of random data using a line, bar, and scatter series. Reload data will randomly generate a new set of data in the store.

EXT JS 4.3 在线学习

Pie Charts

Display 5 sets of random data using a pie chart. Reload data will randomly generate a new set of data in the store.

EXT JS 4.3 在线学习

Custom Pie Charts

Display 5 sets of random data using a pie chart. A renderer has been set up on to dynamically change the length and color of each slice based on the data.

EXT JS 4.3 在线学习

Radar Charts

Display 3 sets of random data in a radar series. Note this example uses a radial axis.

EXT JS 4.3 在线学习

Filled Radar Charts

Display 3 sets of random data in a filled radar series. Click or hover on the legend items to highlight and remove them from the chart.

EXT JS 4.3 在线学习

Scatter Charts

Display 2 sets of random data in a scatter series. A renderer has been set up on to dynamically change the size and color of the items based upon it's data.

EXT JS 4.3 在线学习

Stacked Bar Charts

Showing movie taking by genre as a stacked bar chart sample. Filter the stacks by clicking on the legend items.

EXT JS 4.3 在线学习

Live Updated Chart

Showing a line series with data updating at a regular interval.

EXT JS 4.3 在线学习

Live Animated Chart

Showing a line series with smooth transitions on data updating at regular intervals.

EXT JS 4.3 在线学习

Gauge Chart

Display three custom gauge charts bound to different data stores with different configuration options and easings.

EXT JS 4.3 在线学习

Grouped Bar

Display 3 sets of random data in a grouped bar series.

EXT JS 4.3 在线学习

Reload Chart

Display a Column Chart Sample that animates when refreshing the data set

Tabs
EXT JS 4.3 在线学习

Basic Tabs

Basic tab functionality including autoHeight, tabs from markup, Ajax loading and tab events.

EXT JS 4.3 在线学习

Advanced Tabs

Advanced tab features including tab scrolling, adding tabs programmatically and a context menu plugin.

EXT JS 4.3 在线学习

Tab overflow menu

Demonstrates the TabPanel overflow menu extension, which makes management of large numbers of tabs easier

EXT JS 4.3 在线学习

Group Tabs

A custom example on how to setup tab grouping using vertical tabs.

Windows
EXT JS 4.3 在线学习

Window Variations

A collection of Windows in different configurations, showing headers attached to any side of the window.

EXT JS 4.3 在线学习

Layout Window

A window containing a basic BorderLayout with nested TabPanel.

EXT JS 4.3 在线学习

MessageBox

Different styles include confirm, alert, prompt, progress and wait and also support custom icons.

Trees
EXT JS 4.3 在线学习

Drag and Drop Reordering

A TreePanel loaded asynchronously via a JSON TreeLoader that shows drag and drop with container scroll.

EXT JS 4.3 在线学习

Multiple trees

Drag and drop between two different sorted TreePanels.

EXT JS 4.3 在线学习

TreeGrid

The TreeGrid component

EXT JS 4.3 在线学习

Check Tree

An example showing simple checkbox selection in a tree.

EXT JS 4.3 在线学习

XML Tree

A custom TreeLoader implementation that demonstrates loading a tree from an XML document.

EXT JS 4.3 在线学习

Custom Drop Logic

Apply custom logic to determine where nodes can be moved.

Layout Managers
EXT JS 4.3 在线学习

Layout Browser

Comprehensive showcase of the standard layout managers as well as several custom and combination layouts and combination examples.

EXT JS 4.3 在线学习

Border Layout

A complex BorderLayout implementation that shows nesting multiple components and sub-layouts.

EXT JS 4.3 在线学习

Accordion Layout

A basic accordion layout within a border layout.

EXT JS 4.3 在线学习

Anchor Layout (Form)

A simple example of form fields utilizing an anchor layout in a window for flexible form resizing.

EXT JS 4.3 在线学习

Anchor Layout (Panel)

An example of Panels anchored in the browser window.

EXT JS 4.3 在线学习

Column Layout

An example of Panels managed by a column layout.

EXT JS 4.3 在线学习

Table Layout

An example of Panels managed by a table layout.

EXT JS 4.3 在线学习

HBox Layout

Interactive layout illustrating the capabilities of the HBox Layout.

EXT JS 4.3 在线学习

VBox Layout

Interactive layout illustrating the capabilities of the VBox Layout.

EXT JS 4.3 在线学习

Complex Layout

A complex layout example.

Drawing
EXT JS 4.3 在线学习

Resizable Sencha Logo

Resolution independent Sencha logo in a resizable component.

EXT JS 4.3 在线学习

Browser Logos

Resolution independent logos of all the popular browsers.

EXT JS 4.3 在线学习

Tiger

The classic SVG Tiger in a floatable, draggable component. Scalable to any size, fully resolution independent.

EXT JS 4.3 在线学习

Rotate Text

Create text in a Draw Component which can be rotated easily in any browser.

Drag and Drop
EXT JS 4.3 在线学习

Grid to Grid DnD

Shows how rows can be easily dragged and dropped between two or more grids

EXT JS 4.3 在线学习

Grid to Form DnD

Enables a user to drag a record from a grid and drop it into a form, where it can be edited

EXT JS 4.3 在线学习

Field to Grid DnD

Demonstrates dragging a value from a field onto a grid cell

EXT JS 4.3 在线学习

Custom Drag and Drop

A completely custom Drag and Drop example showing DnD between a DataView and a grid

Toolbars and Menus
EXT JS 4.3 在线学习

Basic Toolbar

Toolbar and menus that contain various components like date pickers, color pickers, sub-menus and more.

EXT JS 4.3 在线学习

Toolbar Button Groups

Group buttons together in the toolbar.

EXT JS 4.3 在线学习

Vertical Toolbars

Vertical Toolbars on the left and right. Combined vertical and horizontal toolbars.

EXT JS 4.3 在线学习

Ext Grid Actions

Bind the same behavior to multiple buttons, toolbar and menu items using the Ext.Action class.

EXT JS 4.3 在线学习

Reorderable Toolbar

Items within a toolbar can be reordered using this plugin.

EXT JS 4.3 在线学习

Overflow Toolbar

Items within a toolbar will be placed into an overflow menu if the toolbar is too narrow.

EXT JS 4.3 在线学习

Status Bar

A simple StatusBar that can be dropped into the bottom of any panel to display status text and icons.

EXT JS 4.3 在线学习

Status Bar (Advanced)

Customizing the StatusBar via a plugin to provide automatic form validation monitoring and error linking.

EXT JS 4.3 在线学习

Ext Toolbar Actions

Bind the same behavior to multiple buttons, toolbar and menu items using the Ext.Action class.

ComboBox
EXT JS 4.3 在线学习

Basic ComboBox

Basic combos, combos rendered from markup and customized list layout to provide item tooltips.

EXT JS 4.3 在线学习

ComboBox Templates

Customized combo with template-based list rendering, remote loading and paging.

DataView
EXT JS 4.3 在线学习

DataView

This example shows how to use an Ext.view.View

EXT JS 4.3 在线学习

Animated DataView

Transition animation plugin applied to a standard DataView

EXT JS 4.3 在线学习

Multi-sort DataView

Example demonstrating the ability to sort a DataView by multiple sorters.

EXT JS 4.3 在线学习

Advanced DataView

DataView which allows you to filter and sort images.

Forms
EXT JS 4.3 在线学习

Dynamic Forms

Various example forms showing collapsible fieldsets, column layout, nested TabPanels and more.

EXT JS 4.3 在线学习

Ajax with XML Forms

Ajax-loaded form fields from remote XML data and remote field validation on submit.

EXT JS 4.3 在线学习

Contact Us Form

An example of a common popup Contact Us form.

EXT JS 4.3 在线学习

Custom Search Fields

A TriggerField search extension combined with an XTemplate for custom results rendering.

EXT JS 4.3 在线学习

Binding a Grid to a Form

A grid embedded within a FormPanel that automatically loads records into the form on row selection.

EXT JS 4.3 在线学习

Field Types

This example shows off all of the field types available in Ext JS in lots of different configurations.

EXT JS 4.3 在线学习

Advanced Validation

Relational form field validation using custom vtypes.

EXT JS 4.3 在线学习

Checkbox/Radio Groups

Examples showing different checkbox and radio group configurations.

EXT JS 4.3 在线学习

File Upload Field

A demo of how to give standard file upload fields a bit of Ext style using a custom class.

EXT JS 4.3 在线学习

Number Field

An example of the Number field, with and without a spinner.

EXT JS 4.3 在线学习

MultiSelect and ItemSelector

Example controls for selecting a list of items in forms.

EXT JS 4.3 在线学习

Registration Form

An account registration form, with custom global error message display.

EXT JS 4.3 在线学习

Shopping Cart Checkout

An example of a common shopping cart checkout form.

EXT JS 4.3 在线学习

Slider Field

Example usage of an Ext.Slider to select a number value in a form.

EXT JS 4.3 在线学习

Forms with vBox layout

Example usage of the vBox layout with forms. An added bonus is the FieldReplicator plugin.

EXT JS 4.3 在线学习

Forms with hBox layout

Example usage of the hBox layout with a form. Includes automatically adjusting validation messages.

EXT JS 4.3 在线学习

Field Containers

Example usage of the FieldContainer to place several fields on a single form row.

EXT JS 4.3 在线学习

Form with absolute layout

A simple example of form fields utilizing an absolute layout in a window for flexible form resizing.

EXT JS 4.3 在线学习

Custom form Field

A simple example that demonstrate how to create a custom form field.

Direct
EXT JS 4.3 在线学习

Direct

An example demonstrating Remoting and Polling the server

EXT JS 4.3 在线学习

Direct Form

Ext.Direct Remoting with a Form

EXT JS 4.3 在线学习

Direct Grid

Ext.Direct Remoting with a Grid

EXT JS 4.3 在线学习

Direct TreeLoader

Ext.Direct Remoting with a Tree

EXT JS 4.3 在线学习

Direct Named Arguments

Ext.Direct Named Arguments

MVC
EXT JS 4.3 在线学习

Feed Viewer

An MVC application version of the Feed Viewer example. This shows best practice for a small app

EXT JS 4.3 在线学习

Nested Loading

An MVC example that shows simple navigation and nested loading with the data package

Miscellaneous
EXT JS 4.3 在线学习

History

A History manager that allows the user to navigate an Ext UI via browser back/forward.

EXT JS 4.3 在线学习

Google Maps

A Google Maps wrapper class that enables easy display of dynamic maps in Ext panels and windows.

EXT JS 4.3 在线学习

Editor

An example demonstrating the ease of use of the Ext.editor class to modify DOM elements

EXT JS 4.3 在线学习

Slider

A slider component that supports vertical mode, snapping, tooltips, customized styles and multiple thumbs.

EXT JS 4.3 在线学习

QuickTips

Various tooltip and quick tip configuration options including Ajax loading and mouse tracking.

EXT JS 4.3 在线学习

Progress Bar

A basic progress bar component shown in various configurations and with custom styles.

EXT JS 4.3 在线学习

Panels

A basic collapsible panel example.

EXT JS 4.3 在线学习

Resizable

Examples of making any element resizable with various configuration options.

EXT JS 4.3 在线学习

Buttons

Shows buttons in many of their possible configurations

EXT JS 4.3 在线学习

Spotlight

A utility for masking everything except a single element on the page to visually highlight it.

EXT JS 4.3 在线学习

Keyboard Navigation

Shows a custom keyboard navigation using the KeyNav class

EXT JS 4.3 在线学习

Localization (static)

Demonstrates fully localizing a form by including a custom locale script.

EXT JS 4.3 在线学习

Localization (dynamic)

Dynamically render various Ext components in different locales by selecting from a locale list.

EXT JS 4.3 在线学习

Browser State Management

An example of storing your application's state.

EXT JS 4.3 在线学习

Basic Templating

A basic templating example.

EXT JS 4.3 在线学习

Bubble Panel

This is a custom panel UI to achieve a different look and feel while not changing the default appearance of an Ext.Panel.