舉報

會員
Ext JS 3.0 Cookbook
最新章節:
Index
TheExtJSCookbookcontainsstep-by-stepinstructionsforExtJSuserstobuilddesktop-styleinterfacesintheirownwebapplications.Thebookisdesignedsothatyoucanrefertoitchapterbychapter,oryoucanlookatthelistofrecipesandreadtheminnoparticularorder.TheExtJSCookbookisforExtJSuserswhowantabookofusefultechniques,withexplanations,thattheycanrefertoandadapttotheirpurposes.DeveloperswhoarealreadyfamiliarwithExtJSwillfindpracticalguidanceandnumerousexamplescoveringmostofthelibrary'sfeaturesandcomponentsthatcanbeusedasasolidfoundationtobuilduponwhencreatingrichinternetapplications.
最新章節
- Index
- Implementing state preservation with cookies
- Building preconfigured classes
- Augmenting a class with a plugin
- Implementing a publish/subscribe mechanism with relayEvents()
- Using code modules to achieve encapsulation
品牌:中圖公司
上架時間:2021-04-01 13:28:57
出版社:Packt Publishing
本書數字版權由中圖公司提供,并由其授權上海閱文信息技術有限公司制作發行
- Index 更新時間:2021-04-01 13:44:17
- Implementing state preservation with cookies
- Building preconfigured classes
- Augmenting a class with a plugin
- Implementing a publish/subscribe mechanism with relayEvents()
- Using code modules to achieve encapsulation
- Extending a class
- Saving resources with lazy component instantiation
- Autosaving form values
- Sharing functionality with the Action class
- Introduction
- Chapter 10. Patterns in Ext JS
- Enhancing the Slider component with custom tick marks
- Configuring the Slider component to display a custom tip
- Creating an auto-refreshing chart
- Using a chart component to display multiple data series
- Displaying remote data with a pie chart
- Displaying local data with a pie chart
- Setting up a column chart to display data retrieved from the server
- Setting up a column chart to display local data
- Setting up a line chart to display data retrieved from the server
- Setting up a line chart to display local data
- Introduction
- Chapter 9. Well-charted Territory
- Changing the look of a progress bar
- Using a progress bar to report progress updates
- Using a progress bar to indicate that your application is busy
- Creating a custom look for the status bar items
- Embedding a progress bar in a status bar
- Commonly used menu items
- Placing menus in a toolbar
- Working with the new ButtonGroup component
- Placing buttons in a toolbar
- Introduction
- Chapter 8. Making Progress with Menus and Toolbars
- Drag-and-drop from a tree to a panel
- Drag-and-drop between tree panels
- The multi-column TreePanel
- Tree and panel in a master-details relationship
- Populating tree nodes with server-side data
- Enhancing a TabPanel with plugins: The TabScroller menu
- Enhancing a TabPanel with plugins: The Close menu
- Adding tabs dynamically
- Loading tab data with Ajax
- Handling tab activation
- Introduction
- Chapter 7. Keeping Tabs on Your Trees
- Using drag-and-drop between two grids
- Using the PropertyGrid class
- Adding tool tips to grid cells
- Editing rows with the RowEditor plugin
- Using the lightweight ListView class
- Displaying large recordsets with a buffered grid
- Creating a master-details view with two grids
- Creating a master-details view with a combo box and a grid
- Creating a master-details view with a grid and a form
- Creating a master-details view with a grid and a panel
- Introduction
- Chapter 6. More Applications of Grid and List Views
- Changing a grid's data store and columns at runtime
- Performing batch uploads of data edited with a grid
- Automatic uploading of data edited with a grid
- Changing grid panel data using cell editors
- Numbering rows in a grid panel
- Using checkboxes to select grid rows
- Creating a grid panel with expandable rows
- Creating data previews
- Data grouping with live group summaries
- Implementing data paging
- Creating a grid that uses server-side sorting
- Displaying JSON data generated by the server
- Displaying XML data sent by the server
- Introduction
- Chapter 5. Using Grid Panels to Display and Edit Tabular Data
- The date range selector
- The different ways to set up disabled dates in a date field
- Using paging to handle a large number of combo box items
- Using templates to change the look of combo box items
- Cascading combo boxes
- Converting an HTML drop-down list into an Ext combo box
- How the combo box helps you type
- Combo box with autocomplete
- Displaying remote data with a combo box
- Using the combo box with local data
- Introduction
- Chapter 4. Fun with Combo Boxes and Date Fields
- Building friendlier forms using text hints
- Using forms for file uploads
- Serving the XML data to a form
- Loading form data from the server
- Rounding up your validation strategy with server-side validation of form fields
- Confirming passwords and validating dates using relational field validation
- Creating validation functions for URLs email addresses and other types of data
- Deferring field validation until form submission
- Changing the location where validation errors are displayed
- Setting the minimum and maximum length allowed for a field's value
- Specifying the required fields in a form
- Introduction
- Chapter 3. Load Validate and Submit Forms
- Creating a portal and a portlets catalog
- A three-panel application layout with a single line of code
- A custom column layout
- Creating a modern application layout with collapsible regions
- Using the table layout
- Positioning components in multiple columns
- Taking all the browser window's real estate
- Using a tabbed look
- Wizard style UI using a card layout
- Stacking items with an accordion layout
- Maintaining components' proportions when their containers are resized
- Laying out items within a container using CSS-style absolute positioning
- Introduction
- Chapter 2. Laying Out a Rich User Interface
- Building custom JavaScript classes that inherit the functionality of Ext JS
- Adding features to the Ext JS classes
- Extending JavaScript objects the Ext JS way
- Preventing naming conflicts and scoping non-global variables
- Formatting parsing and manipulating dates
- Effortless range checking for numbers
- Manipulating strings à la Ext JS
- Finding objects in an array and removing array items
- Determining the object type and converting empty references to a default value
- Encoding and decoding URL data
- Encoding and decoding JSON
- Running high-performance DOM queries
- Acquiring references to Ext JS components
- Retrieving DOM nodes and elements
- Detecting browsers and platforms used by clients
- Introduction
- Chapter 1. DOM and Data Types the Ext JS Way
- Customer support
- Reader feedback
- Conventions
- Who this book is for
- What you need for this book
- What this book covers
- Preface
- About the Reviewer
- About the Author
- Credits
- Copyright Information
- Coverpage
- Coverpage
- Copyright Information
- Credits
- About the Author
- About the Reviewer
- Preface
- What this book covers
- What you need for this book
- Who this book is for
- Conventions
- Reader feedback
- Customer support
- Chapter 1. DOM and Data Types the Ext JS Way
- Introduction
- Detecting browsers and platforms used by clients
- Retrieving DOM nodes and elements
- Acquiring references to Ext JS components
- Running high-performance DOM queries
- Encoding and decoding JSON
- Encoding and decoding URL data
- Determining the object type and converting empty references to a default value
- Finding objects in an array and removing array items
- Manipulating strings à la Ext JS
- Effortless range checking for numbers
- Formatting parsing and manipulating dates
- Preventing naming conflicts and scoping non-global variables
- Extending JavaScript objects the Ext JS way
- Adding features to the Ext JS classes
- Building custom JavaScript classes that inherit the functionality of Ext JS
- Chapter 2. Laying Out a Rich User Interface
- Introduction
- Laying out items within a container using CSS-style absolute positioning
- Maintaining components' proportions when their containers are resized
- Stacking items with an accordion layout
- Wizard style UI using a card layout
- Using a tabbed look
- Taking all the browser window's real estate
- Positioning components in multiple columns
- Using the table layout
- Creating a modern application layout with collapsible regions
- A custom column layout
- A three-panel application layout with a single line of code
- Creating a portal and a portlets catalog
- Chapter 3. Load Validate and Submit Forms
- Introduction
- Specifying the required fields in a form
- Setting the minimum and maximum length allowed for a field's value
- Changing the location where validation errors are displayed
- Deferring field validation until form submission
- Creating validation functions for URLs email addresses and other types of data
- Confirming passwords and validating dates using relational field validation
- Rounding up your validation strategy with server-side validation of form fields
- Loading form data from the server
- Serving the XML data to a form
- Using forms for file uploads
- Building friendlier forms using text hints
- Chapter 4. Fun with Combo Boxes and Date Fields
- Introduction
- Using the combo box with local data
- Displaying remote data with a combo box
- Combo box with autocomplete
- How the combo box helps you type
- Converting an HTML drop-down list into an Ext combo box
- Cascading combo boxes
- Using templates to change the look of combo box items
- Using paging to handle a large number of combo box items
- The different ways to set up disabled dates in a date field
- The date range selector
- Chapter 5. Using Grid Panels to Display and Edit Tabular Data
- Introduction
- Displaying XML data sent by the server
- Displaying JSON data generated by the server
- Creating a grid that uses server-side sorting
- Implementing data paging
- Data grouping with live group summaries
- Creating data previews
- Creating a grid panel with expandable rows
- Using checkboxes to select grid rows
- Numbering rows in a grid panel
- Changing grid panel data using cell editors
- Automatic uploading of data edited with a grid
- Performing batch uploads of data edited with a grid
- Changing a grid's data store and columns at runtime
- Chapter 6. More Applications of Grid and List Views
- Introduction
- Creating a master-details view with a grid and a panel
- Creating a master-details view with a grid and a form
- Creating a master-details view with a combo box and a grid
- Creating a master-details view with two grids
- Displaying large recordsets with a buffered grid
- Using the lightweight ListView class
- Editing rows with the RowEditor plugin
- Adding tool tips to grid cells
- Using the PropertyGrid class
- Using drag-and-drop between two grids
- Chapter 7. Keeping Tabs on Your Trees
- Introduction
- Handling tab activation
- Loading tab data with Ajax
- Adding tabs dynamically
- Enhancing a TabPanel with plugins: The Close menu
- Enhancing a TabPanel with plugins: The TabScroller menu
- Populating tree nodes with server-side data
- Tree and panel in a master-details relationship
- The multi-column TreePanel
- Drag-and-drop between tree panels
- Drag-and-drop from a tree to a panel
- Chapter 8. Making Progress with Menus and Toolbars
- Introduction
- Placing buttons in a toolbar
- Working with the new ButtonGroup component
- Placing menus in a toolbar
- Commonly used menu items
- Embedding a progress bar in a status bar
- Creating a custom look for the status bar items
- Using a progress bar to indicate that your application is busy
- Using a progress bar to report progress updates
- Changing the look of a progress bar
- Chapter 9. Well-charted Territory
- Introduction
- Setting up a line chart to display local data
- Setting up a line chart to display data retrieved from the server
- Setting up a column chart to display local data
- Setting up a column chart to display data retrieved from the server
- Displaying local data with a pie chart
- Displaying remote data with a pie chart
- Using a chart component to display multiple data series
- Creating an auto-refreshing chart
- Configuring the Slider component to display a custom tip
- Enhancing the Slider component with custom tick marks
- Chapter 10. Patterns in Ext JS
- Introduction
- Sharing functionality with the Action class
- Autosaving form values
- Saving resources with lazy component instantiation
- Extending a class
- Using code modules to achieve encapsulation
- Implementing a publish/subscribe mechanism with relayEvents()
- Augmenting a class with a plugin
- Building preconfigured classes
- Implementing state preservation with cookies
- Index 更新時間:2021-04-01 13:44:17