📜 ⬆️ ⬇️

ExtJs - component updates

ed848be8778d7c8ba08898d4f79a4fa81 For a long time did not go to the site ExtJs . What is new there?
The framework has been updated to version 3.0.3 and many new features have been added along with it. Updated blog. Updated documentation section . Updated demo applications section. Most likely, the visual editor has also been updated, but for recent reasons, ordinary mortals will not see it. Only if subscribers;)

So, the blog post Advanced Expanded Plugin Development with Ext JS ( Advanced Plugin Development with Ext JS ). Correct if translated is not true. In short, the article describes what plug-ins are in general, what methods exist for extending plug-in functionality, creating your own plug-in with code examples and a demo page.

In the demo section also a large replenishment:
  1. Spreadsheets ( Ext.Grid )
    • Row Editor Grid - An editable table that allows you to make changes right in the cells. This example also demonstrates the use of the Ext.chart package . ( View )
    • Progress Bar Pager - An example of the integration of the indicator ( ProgressBar ) with the Paging panel ( Paging toolbar ) using custom plug-ins. ( View )
    • Sliding Pager - An example of slider integration with the Paging toolbar using custom plugins. ( View )
    • Grouping with Dynamic Summary - Extended grouping in a table ( Ext.grid ), which allows you to simultaneously edit a cell and includes custom dynamic grouping. ( View )
    • Grid Filtering (Updated) - Plugin for the table ( Ext.grid ), which complements the filter menu with new types of user data. ( View )
    • Buffered GridView - Ext.GridView optimized to quickly display only visible rows. ( View )
    • Editable Grid with Writable Store - This store ( Store ) uses JsonWriter to automatically generate CRUD requests to the server through standard HttpProxy .
    • RESTful Store with GridPanel and RowEditor - RESTful Store , coupled with JsonWriter automatically generates CRUD requests to the server.

  2. Tabs ( Ext.Tabs )
    • TabPanel Scroller Menu - Shows a menu of open tabs that do not fall into the accessible visible part of the window. ( View )
    • Group Tabs - Demonstrate the creation of a grouping of tabs using vertical tabs. ( View )

  3. Charts ( Ext.charts )
    • Charts - Demonstrates the use of 3 types of charts. ( View )
    • Stacked Bar Chart - Demonstrates the use of a bar chart. ( View )
    • Pie Chart - An example of working with round charts. ( View )
    • Reloaded Chart - An example of working with diagrams with their constant updating. ( View )

  4. Trees ( Ext.tree )
    • Check Tree - Demonstration of a tree using checkboxes ( checkbox ) ( View )

  5. Forms ( Ext.form )
    • Spinner field - Demonstration of a standard spiner (a regular textfield with two buttons on the sides for increasing or decreasing the number in a textfield ) ( View )

  6. Menu ( Ext.menu )
    • Toolbar Overflow - Automatic creation of submenus ( Ext.menu ) for toolbar items that do not fall into the visible part of the window. ( View )
    • Toolbar Button Groups - Grouping buttons on the toolbar. ( View )


Among the updated items are also seen ListView , Panels , QuickTips.
')
For the sake of advertisements I invite you to read articles and translations by ExtJS

Source: https://habr.com/ru/post/75352/


All Articles